openai/text-embedding-3-small

openai/text-embedding-3-small
by openai · text in
Endpoints:/v1/embeddings
INPUT$0.02/ 1M tokens
OUTPUT$0.02/ 1M tokens
p50 TTFT30.00 s7d
p95 TTFT36.00 s7d
TRAFFIC4tokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="openai/text-embedding-3-small",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$0.020
Output / 1M tokens$0.020
CurrencyUSD
Performance
TTFT p50
30.00 s
Output speed
TTFT p95
36.00 s
Error rate
94.7%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does openai/text-embedding-3-small cost on OrcaRouter?
openai/text-embedding-3-small is priced at $0.02 per 1M input tokens and $0.02 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is openai/text-embedding-3-small's context window?
openai/text-embedding-3-small supports a context window of — tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call openai/text-embedding-3-small via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="openai/text-embedding-3-small" in the chat.completions.create call.
Does OrcaRouter rate-limit openai/text-embedding-3-small?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
openai/text-embedding-3-small$0.02/M in30000ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/text-embedding-3-small" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/text-embedding-3-small.svg" alt="openai/text-embedding-3-small on OrcaRouter" /> </a>
Markdown [![openai/text-embedding-3-small](https://www.orcarouter.ai/embed/openai/text-embedding-3-small.svg)](https://www.orcarouter.ai/models/openai/text-embedding-3-small)