EVREN / evren/qwen3-vl-30b

Qwen3 VL 30B - access through LLMTR

Qwen3 VL 30B on EVREN is a mixture-of-experts model with 30 billion total parameters and 3 billion active per token, a 256,000-token context window, and text, image and video input returning text. It is the fleet's video row: the provider states a 140-megapixel encoder envelope at 2 frames per second and up to 520 frames, which is video of up to about 260 seconds, for heavy visual reasoning and frame-level event extraction. 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-vl-30b
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-vl-30b","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models