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 ventana de contexto
8K tokens de salida máximos
Lanzamiento: 2025-10-30
Protocolos Soportados:OpenAIopenai
Proveedores Disponibles:AzureAzure

Precios

TipoPrecio
Tokens de Entrada$0.02/M
Tokens de Salida$0/M

Ejemplos 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])

Preguntas Frecuentes

OpenAI: Text Embedding 3 Small en Ofox.ai cuesta $0.02/M por millón de tokens de entrada y $0 por millón de tokens de salida. Pago por uso, sin cuotas mensuales.

Discord

Únete a nuestro servidor de Discord

Discord