Model specifications
- Context
- 8,192 tokens
- Maximum output
- 7,372 tokens
- Architecture
- text->embeddings
- Tokenizer
- Other
- Knowledge cutoff
- Not provided
- Moderated
- Yes
Complete pricing
Synchronized OpenRouter rates. Token prices are shown per one million tokens.
- Input
- $0.01 per 1M tokens
Quick start
Set OPENROUTER_API_KEY locally. Python requires requests; JavaScript runs in Node.js. Keep the key on the server.
This submits an asynchronous batch using the base model ID. A job ID confirms submission, not completion.
curl --fail-with-body https://openrouter.ai/api/beta/batches \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"endpoint":"/v1/embeddings","model":"openai/text-embedding-3-small","requests":[{"custom_id":"request-1","body":{"input":"Your text here"}}]}'
# Replace JOB_ID with the returned id to check progress.
curl --fail-with-body "https://openrouter.ai/api/beta/batches/JOB_ID" \
-H "Authorization: Bearer $OPENROUTER_API_KEY"Input → Output
Supported API parameters
frequency_penaltylogit_biaslogprobsmax_tokenspresence_penaltyresponse_formatseedstopstructured_outputstemperaturetop_logprobstop_p1 Provider
Checked: September 7, 2026
Provider availability, latency, throughput and routing can change continuously. Open the source page for current operational data.
OpenAI
Not provided- Context
- 8K
- Maximum output
- 7K
- Input
- $0.01
- Output
- Free
- Cache read
- Not provided
- Cache write
- Not provided