Maxynetic Systems
To be released soon

Titan Text Embeddings V2

Amazon

Amazon Titan Text Embeddings V2 is a light weight, efficient multilingual embedding model supporting 1024, 512, and 256 dimensions.

  • Embedding
Context
Max output
Input / 1M
$0.020
Output / 1M

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass amazon/titan-embed-text-v2 as the model.

curl https://api.maxynetic.com/v1/chat/completions \
  -H "Authorization: Bearer $MAXYNETIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "amazon/titan-embed-text-v2",
    "messages": [{ "role": "user", "content": "Explain routing in one line." }]
  }'

Pricing

Billed per token with no markup on the underlying provider rate.

  • Input

    Per 1M prompt tokens

    $0.020

More from Amazon