GreenPT / greenpt/glm-5.3-eu
GLM-5.3 - access through LLMTR
GLM-5.3 is a general-purpose reasoning model with a 1,000,000-token context window. Tool/function calling was verified over a full two-turn loop: it 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. It does not accept image input; a request containing an image is refused by LLMTR without being charged. Use it for text work and switch to GLM-5.3 Flash or Kimi K3 on this provider when you need vision. The model reasons by default and those hidden tokens bill as output.
Technical specifications
| Canonical ID | greenpt/glm-5.3-eu |
|---|---|
| Provider | GreenPT |
| Context window | 1,000,000 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text |
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 | $1.342341 |
| CHAT_COMPLETIONS | CACHE_READ | PER_1M_TOKENS | $0.335585 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $5.369364 |
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/glm-5.3-eu","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Kimi K3 greenpt/kimi-k3-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