LLMTR / llmtr/gemma-4

Gemma 4 - access through LLMTR

A first-party model hosted in Turkey, so prompts stay on LLMTR infrastructure rather than being routed to a third party. A strong local default for internal assistants, chat, and residency-sensitive products.

Technical specifications

Canonical IDllmtr/gemma-4
ProviderLLMTR
Context window32,768 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$5.00
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$10.00

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

Related models