Google / google/gemini-embedding-2-preview

Gemini Embedding 2 Preview - access through LLMTR

Built for multimodal retrieval across text, images, documents, audio, and similar assets in one shared embedding space. A strong fit when one search layer needs to serve many content types.

Technical specifications

Canonical IDgoogle/gemini-embedding-2-preview
ProviderGoogle
Context window8,192 tokens
OperationsEMBEDDINGS
Modalitiesimage, audio, video, text, embedding

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
EMBEDDINGSINPUT_TEXTPER_1M_TOKENS$0.200000
EMBEDDINGSINPUT_AUDIOPER_SECOND$0.000160
EMBEDDINGSINPUT_IMAGEPER_IMAGE$0.000120
EMBEDDINGSINPUT_VIDEOPER_1M_TOKENS$12.00

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"google/gemini-embedding-2-preview","messages":[{"role":"user","content":"Hello"}]}'

Related models