EVREN / evren/gemma-4-31b

Gemma 4 31B - access through LLMTR

Gemma 4 31B on EVREN is a 30.7-billion-parameter dense model with a 256,000-token context window, accepting text and image input and returning text. EVREN positions it as its everyday low-latency model for fast chat and document reading: image understanding, object detection with bounding boxes, screen and interface interpretation, chart reading and handwriting recognition. 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/gemma-4-31b
ProviderEVREN
Context window256,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

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/gemma-4-31b","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models