GreenPT / greenpt/green-embedding
Green Embedding - access through LLMTR
Green Embedding is the provider's own embedding model, running on its own infrastructure and producing a 2560-dimension vector per input. Its 32,000-token context window lets you vectorize long documents without splitting them. It emits fewer dimensions than the Qwen3 Embedding 8B row on the same provider, so it takes less room in a vector database. We ran no retrieval-quality comparison between the two; measure on your own collection which one serves you. Pricing is on input tokens only. The provider's catalog carries a second identifier for this model; in measurement the vectors returned under both identifiers were bit-for-bit identical for the same input, so it is listed here once.
Technical specifications
| Canonical ID | greenpt/green-embedding |
|---|---|
| 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.244062 |
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/green-embedding","messages":[{"role":"user","content":"Hello"}]}'
Guides about this model
- How to Choose a GDPR-Compliant LLM API: A Developer Checklist - Approaches LLM API selection for a GDPR-scoped application through data processing, the sub-processor list and what can actually be verified.
- Why the Sub-Processor Clause Decides an LLM API Contract - Examines the sub-processor clauses of a data processing agreement and why they matter even more in proxy architectures.
- EU-Hosted LLM Models: Reading a 38-Row Catalog - Separates the EU category's 38 rows into chat, embedding and reranking, and gives a selection framework based on measured capabilities.
- How to Use GreenPT Models Through LLMTR - Covers using GreenPT rows through LLMTR, including the hidden system instruction and default reasoning that drive cost.
- Choosing an LLM API as a Small EU Company or Startup - Lists the binding criteria, the deferrable decisions and the first integration steps for small EU teams choosing an LLM API.
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