EmbeddingGemma 300M is a lightweight, 768-dimension text embedding model optimized for high-volume indexing and budget-constrained retrieval. Reach for it when you need to process large text corporas quickly without paying premium embedding rates.
Modalities
Text → Text
Input
$0.0027 /1M
Output
$0.00 /1M
Cached input
$0.00027 /1M90% off
Context
2K
Speed
fast
Performance
Live production data from real requests on Kyma — not synthetic benchmarks.
Rank
#52
of 74 active models
Tokens served
1.1K
all-time
Pricing
Pay per token. Cached input is billed at 10% of the input rate.
+ Estimate your workload− Estimate your workload
Estimated monthly cost
$0.1183
$0.0039 / day on EmbeddingGemma 300M
Same workload on:
Estimates use list pricing with cached input billed at the 90%-discount rate. Actual bills depend on real token counts — every response includes its exact cost.
When to use EmbeddingGemma 300M
Where this model earns its cost — and where it doesn't.
Google’s EmbeddingGemma 300M generates 768-dimension text embeddings from a compact 300M-parameter architecture. It is designed specifically for bulk corpus indexing, semantic deduplication, and retrieval-augmented generation pipelines where cost efficiency and throughput matter more than maximum representational depth.
On Kyma, the model runs through an OpenAI-compatible endpoint with automatic request failover and exact cost reporting in the usage object. It supports prompt caching, which bills repeated prefixes at 10% of the standard input rate, and ships with a $0.50 signup credit to test throughput.
The model accepts text input up to a 2048-token context window and outputs fixed-length vectors. It does not support text generation, reasoning, vision, or structured outputs, and it is strictly an embedding-only endpoint.
Bulk Document Indexing
Index large text corporas efficiently while keeping per-token embedding costs minimal.
Budget RAG Retrieval
Power semantic search in retrieval pipelines where high throughput outweighs the need for larger vector dimensions.
Semantic Text Deduplication
Identify and remove duplicate or near-duplicate entries across large datasets using fast vector similarity.
High-Volume Data Processing
Process massive text batches quickly with a lightweight model optimized for speed and low latency.
Not ideal for: Do not use this model for documents exceeding 2048 tokens, tasks requiring generative text or reasoning, or applications that demand high-dimensional embeddings for fine-grained semantic discrimination.
How it compares
Against the peers people actually weigh it against.
| Spec | EmbeddingGemma 300M | Gemini 3.5 Flash Lite | Gemini 3.6 Flash |
|---|---|---|---|
| Input /1M | $0.0027 | $0.405 | $2.025 |
| Output /1M | $0.00 | $3.375 | $10.125 |
| Context | 2K | 1M | 1M |
| Tools | Yes | Yes | Yes |
| Reasoning | No | No | Yes |
| Speed | fast | fast | fast |
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard — $0.50 free credit, no card required.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "embeddinggemma-300m", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "embeddinggemma-300m", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
What is the context window of EmbeddingGemma 300M?
How much does the EmbeddingGemma 300M API cost?
Does EmbeddingGemma 300M support function calling?
How do I use EmbeddingGemma 300M?
What is the maximum input length for this model?
Does Kyma support prompt caching for this endpoint?
Can I use this model to generate text or answer questions?
More models by Google
See all 18 →| Model | Context | Input | Output |
|---|---|---|---|
| 1M | $2.025 | $10.125 | |
| 1M | $0.405 | $3.375 | |
| — | $0.0635 / min | ||
| 1M | $2.025 | $12.15 | |
| 128K | $0.189 | $0.54 | |
| — | $0.0389 / min | ||
| — | $0.046 / image | ||
| — | $0.0026 / min | ||