GreenPT / greenpt/kimi-k2.6-eu

Kimi K2.6 - access through LLMTR

Kimi K2.6 is a general-purpose model with a 256,000-token context window, priced below the code-focused K2.7 Code row in the same family. 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. Repeated prompt prefixes are served from a cache and those input tokens bill at a third of the normal input rate. The model reasons by default; on a short question it was observed spending its entire output budget on reasoning, so set `max_tokens` well above the answer you expect.

Technical specifications

Canonical IDgreenpt/kimi-k2.6-eu
ProviderGreenPT
Context window256,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.805405
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENS$0.268468
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$4.577383

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-k2.6-eu","messages":[{"role":"user","content":"Hello"}]}'

Related models