LLMTR / llmtr/embeddinggemma-300m
EmbeddingGemma 300M - access through LLMTR
EmbeddingGemma 300M is a Turkey-hosted embedding model that converts text into a 768-dimensional numeric vector. It is built for semantic search, RAG, similarity comparison, classification, and clustering. Batch input is supported, and vector dimensions can be MRL-truncated to 512/256/128. It accepts up to 2048 tokens per text and supports 100+ languages including Turkish.
Technical specifications
| Canonical ID | llmtr/embeddinggemma-300m |
|---|---|
| Provider | LLMTR |
| Context window | 2,048 tokens |
| Operations | EMBEDDINGS |
| Modalities | text, embedding |
Pricing
A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| EMBEDDINGS | INPUT_TEXT | PER_1M_TOKENS | $0.100000 |
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":"llmtr/embeddinggemma-300m","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- MedGemma 4B llmtr/medgemma-4b
- Trendyol 7B llmtr/trendyol-7b
- Magibu 11B v8 llmtr/magibu-11b-v8
- Sincap llmtr/sincap
- Qwen 3.5 4B llmtr/qwen3-5-4b
- GPT-5.6 Sol openai/gpt-5.6-sol