GreenPT / greenpt/kimi-k3-eu
Kimi K3 - access through LLMTR
Kimi K3 has a 1,000,000-token context window, the widest and the most expensive row on this provider. It genuinely processes image input: in measurement it described a product photo correctly and its input token count rose by the image's own tokens. Tool/function calling was verified over a full two-turn loop — the model called the tool, consumed the tool result and produced a final answer. Repeated prompt prefixes are served from a cache and those input tokens bill at a quarter of the normal input rate. The model reasons by default: it spent hidden reasoning tokens even on a one-word question, and those tokens bill as output. Output costs five times input here, so price short requests from the output rate rather than the input one.
Technical specifications
| Canonical ID | greenpt/kimi-k3-eu |
|---|---|
| Provider | GreenPT |
| Context window | 1,000,000 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text, image |
Pricing
An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | $4.027023 |
| CHAT_COMPLETIONS | CACHE_READ | PER_1M_TOKENS | $1.006756 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $20.135115 |
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/kimi-k3-eu","messages":[{"role":"user","content":"Hello"}]}'
Guides about this model
- The EU AI Act and LLM APIs: A Practical Guide for Developers - Reads the EU AI Act from the position of a developer consuming an LLM API: role, risk class and the record-keeping habits that follow.
- 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.
Related models
- 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
- Devstral 2 123B greenpt/devstral-2-123b-instruct-2512