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 kontextfenster
8K max. ausgabe-tokens
Veröffentlicht: 2025-10-30
Unterstützte Protokolle:OpenAIopenai
Verfügbare Anbieter:AzureAzure

Preise

TypPreis
Eingabe-Tokens$0.02/M
Ausgabe-Tokens$0/M

Code-Beispiele

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

Häufig gestellte Fragen

OpenAI: Text Embedding 3 Small auf Ofox.ai kostet $0.02/M pro Million Eingabe-Tokens und $0 pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.

Discord

Treten Sie unserem Discord-Server bei

Discord