EVREN / evren/qwen3.8-flash-next

Qwen3.8 Flash Next - access through LLMTR

Qwen3.8 Flash Next on EVREN is a mixture-of-experts model with 180 billion total parameters and roughly 6 billion active per token, a 256,000-token context window, and text, image and video input returning text. The low active-parameter count is what EVREN builds its high-volume chat tier on: it is the fleet's highest-concurrency row, aimed at rapid coding sessions and long-context agent tasks, with visual ability described by the provider as secondary. 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/qwen3.8-flash-next
ProviderEVREN
Context window256,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image, video

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/qwen3.8-flash-next","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models