GreenPT / greenpt/bge-multilingual-gemma2
BGE Multilingual Gemma 2 - access through LLMTR
BGE Multilingual Gemma 2 is a multilingual embedding model producing a 3584-dimension vector per input, and it is the cheapest embedding row on this provider: a fifth of Qwen3 Embedding 8B and a quarter of Green Embedding. On a first pass over a collection of millions of chunks, that difference decides the total. Its context window is 8,000 tokens rather than 32,000, so long documents have to be split into smaller chunks — not a real constraint if you already chunk your documents. Pricing is on input tokens only.
Technical specifications
| Canonical ID | greenpt/bge-multilingual-gemma2 |
|---|---|
| Provider | GreenPT |
| Context window | 8,000 tokens |
| Operations | EMBEDDINGS |
| Modalities | text, embedding |
Pricing
An 8% 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.061016 |
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":"greenpt/bge-multilingual-gemma2","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Kimi K3 greenpt/kimi-k3-eu
- GLM-5.3 greenpt/glm-5.3-eu
- GLM-5.3 Flash greenpt/glm-5.3-flash-eu
- Kimi K2.7 Code greenpt/kimi-k2.7-code-eu
- Kimi K2.6 greenpt/kimi-k2.6-eu
- MiniMax M2.5 greenpt/minimax-m2.5-eu
- DeepSeek V4 Flash greenpt/deepseek-v4-flash-0731
- GLM-5.2 greenpt/glm-5.2-eu