EVREN / evren/deepseek-v4-flash-tr

DeepSeek V4 Flash - access through LLMTR

DeepSeek V4 Flash on EVREN is a mixture-of-experts model with 284 billion total parameters and roughly 13 billion active per token, and it carries the only genuine 1,000,000-token context window in EVREN's fleet. It takes text input and returns text. EVREN positions it as its code and agent specialist, citing competition-level code generation. 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/deepseek-v4-flash-tr
ProviderEVREN
Context window1,000,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/deepseek-v4-flash-tr","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models