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.

8K janela de contexto
8K tokens máx de saída
Lançamento: 2025-10-30
Protocolos Suportados:OpenAIopenai
Provedores Disponíveis:AzureAzure

Preços

TipoPreço
Tokens de Entrada$0.02/M
Tokens de Saída$0/M

Exemplos de Código

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/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.

Discord

Junte-se ao nosso servidor Discord

Discord