by Google · embedding
Gemini Embedding 2 by Google — Access via Apertis API. Input: $0.0006/1M tokens, Output: $0.0024/1M tokens. Context: 8K tokens. OpenAI-compatible API with 50% cost savings.
| Input | Output | Context Window |
|---|---|---|
| $0.0006 / 1M tokens | $0.0024 / 1M tokens | 8K tokens |
Use the Apertis API (OpenAI-compatible) to access Gemini Embedding 2:
curl https://api.apertis.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gemini-embedding-2-preview", "messages": [{"role": "user", "content": "Hello!"}]}'