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 Price
$0.024/ 1M tokens
Modalities
text→embedding
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.024 / 1M tokens |
Supported Parameters
dimensionsnormalize
API Usage Examples
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."}
]
}'