GreenPT / greenpt/glm-5.2-honey-ultra
GLM-5.2 Honey Ultra - access through LLMTR
Honey Ultra is GLM-5.2 running under a software-assistant instruction the provider injects on its side. In measurement it described itself as answer-first: it leads with the answer and adds detail only where it earns its place, prefers the standard library over a new dependency and deletion over addition, and leaves a runnable check behind for non-trivial logic. That instruction is added server-side and billed to you as input on every request: an eight-token user message was billed as 349 input tokens in measurement. If you want the same model without the extra instruction, use the plain GLM-5.2 row. In measurement the base, lite and ultra variants did not separate: their hidden instructions are within a few tokens of the same length and their answers matched in tone and content. Nothing indicates a quality ladder between them. Because of the provider's injected instructions the model sometimes introduces itself as another company's assistant; the model you are billed for, and the one producing the answer, is GLM-5.2. It offers a 1,000,000-token context window, tool/function calling, and prompt-cache reads billed at a quarter of the normal input rate on repeated prefixes. It accepts text only — no image input. The model reasons by default and those hidden tokens bill as output.
Technical specifications
| Canonical ID | greenpt/glm-5.2-honey-ultra |
|---|---|
| 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.2-honey-ultra","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Kimi K3 greenpt/kimi-k3-eu
- 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