GreenPT / greenpt/glm-5.3-flash-eu

GLM-5.3 Flash - access through LLMTR

GLM-5.3 Flash is the cheapest chat row on this provider and still offers a 1,000,000-token context window. It genuinely processes image input: in measurement it described a two-photo product image 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 fifth of the normal input rate. It costs ten times less per token than the larger GLM-5.3 in the same family, which makes it a fit for high-volume classification, summarisation and image tagging. The model reasons by default and those tokens bill as output. Schema-enforced JSON output via `response_format` was rejected by this row in measurement; use Kimi K2.7 Code on this provider when you need schema enforcement.

Technical specifications

Canonical IDgreenpt/glm-5.3-flash-eu
ProviderGreenPT
Context window1,000,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.134234
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENS$0.026847
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$0.536936

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

Guides about this model

Related models