GreenPT / greenpt/qwen3-embedding-8b
Qwen3 Embedding 8B - access through LLMTR
Qwen3 Embedding 8B produces a 4096-dimension vector per input, the highest-dimension embedding row on this provider. Its 32,000-token context window is enough to vectorize long documents in one piece. The higher dimensionality takes more room in a vector database. Pricing is on input tokens only, and it costs five times the provider's cheapest embedding row, BGE Multilingual Gemma 2. Measure on your own collection which of the three embedding rows serves you best: we ran no retrieval-quality comparison between them, so we cannot tell you whether the extra dimensions are worth the price difference.
Technical specifications
| Canonical ID | greenpt/qwen3-embedding-8b |
|---|---|
| Provider | GreenPT |
| Context window | 32,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.305078 |
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/qwen3-embedding-8b","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