Back to Models

text-embedding-3-small

openaiopenai/text-embedding-3-small

OpenAI text-embedding-3-small β€” fast, low-cost embedding model with up to 1536 dimensions.

Context Length
8K
Max Output
--
Input Priceper 1M tokens
$0.024/ 1M tokens

Modalities

text→embedding

Pricing Breakdown

TypeRate
Input$0.024 / 1M tokens

Supported Parameters

inputdimensionsencoding_formatuser

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "openai/text-embedding-3-small",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'
Customer Support