OpenAI

OpenAI: Text Embedding 3 Small

Embedding
openai/text-embedding-3-small

text-embedding-3-small is OpenAI's improved, more performant version of the ada embedding model. Embeddings are a numerical representation of text that can be used to measure the relatedness between two pieces of text. Embeddings are useful for search, clustering, recommendations, anomaly detection, and classification tasks.

Janela de Contexto
8K
Tokens Máx de Saída
8K
Lançamento
2025-10-30
Provedores Disponíveis
AzureAzure
Protocolos Suportados
OpenAIopenai

Providers

AzureAzure
Tokens de Entrada
$0.02/M
Tokens de Saída
$0/M
Protocols
OpenAIopenai/v1/embeddings

Exemplos de Código

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.embeddings.create(
model="openai/text-embedding-3-small",
input="Hello, world!",
)
print(response.data[0].embedding[:5])

Perguntas Frequentes

OpenAI: Text Embedding 3 Small na Ofox.ai custa $0.02/M por milhão de tokens de entrada e $0 por milhão de tokens de saída. Pague por uso, sem mensalidade.