EVREN / evren/glm-5.3-fp8

GLM-5.3 - access through LLMTR

GLM-5.3 on EVREN is the fleet's flagship: a mixture-of-experts model with 753 billion total parameters and roughly 40 billion active per token, served in FP8 with a 512,000-token context window (the architecture allows 1,000,000). It takes text input and returns text. EVREN positions it as its most capable model, for deep reasoning, code generation, multi-step agent loops and long document analysis. Requests are served with your own EVREN API key, which you register in Settings; LLMTR charges nothing for them and the model runs on infrastructure hosted in Turkey.

Technical specifications

Canonical IDevren/glm-5.3-fp8
ProviderEVREN
Context window512,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENSNot available
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENSNot available

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":"evren/glm-5.3-fp8","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models