Overview
This model produces dense vector representations with a 32,768-token context window. It is designed for text-only embedding tasks and does not support reasoning, vision, or structured output generation. On Kyma, it runs as an OpenAI-compatible endpoint behind a single API key. Requests benefit from automatic failover if a serving path degrades, and responses return the exact cost in usage.cost alongside an X-Kyma-Model header. Prompt caching is supported, billing repeated prefixes at this model’s cached input rate. Because it is strictly an embedding model, it returns zero output tokens and cannot generate conversational text. It operates at a medium speed tier, making it better suited for batch indexing or retrieval-heavy workflows than for real-time, low-latency interactive search.Specs
Pricing
Use this when
- Multilingual Document Search — Finds relevant passages across different languages without translation overhead.
- Long-Form Context Indexing — Embeds full documents up to 32K tokens to avoid aggressive chunking.
- High-Recall Retrieval Pipelines — Prioritizes semantic match quality over minimal compute cost for RAG systems.
Not ideal for
Do not use this model for real-time chat, text generation, or tasks requiring sub-100ms latency, as it only outputs vectors and runs at a medium speed tier.Pick something else when
- You need minimal compute cost and fast indexing: use
embeddinggemma-300m.