Back to Models
Amazon Titan Text Embeddings V2
amazonamazon/titan-embed-v2
Lightweight, efficient embedding model for high accuracy retrieval tasks. Supports flexible embedding sizes (1024, 512, 256) and 100+ languages.
Context Length
8K
Max Output
--
Input Priceper 1M tokens
$0.024/ 1M tokens
Modalities
textβembedding
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.024 / 1M tokens |
Supported Parameters
dimensionsnormalize
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": "amazon/titan-embed-v2",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'