GreenPT / greenpt/holo2-30b-a3b
Holo2 30B A3B - access through LLMTR
Holo2 30B A3B is a sparse mixture-of-experts vision-language model with a 256,000-token context window. 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 calling was verified, with one caveat: the model reasons first, and at a 256-token budget it ran out before reaching the tool call, while at 1,200 tokens it produced the correct one. Keep `max_tokens` generous in flows that read an image and then call a tool. Output costs six times input. Repeated prefixes are not served from a cache.
Technical specifications
| Canonical ID | greenpt/holo2-30b-a3b |
|---|---|
| Provider | GreenPT |
| Context window | 256,000 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text, image |
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 | $0.366093 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $2.196558 |
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/holo2-30b-a3b","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