GreenPT / greenpt/gemma-3-27b-it

Gemma 3 27B - access through LLMTR

Gemma 3 27B is a previous-generation open-weight Gemma model with a 256,000-token context window, priced identically to Gemma 4 on this provider. It genuinely processes image input and counts an image at a flat 256 tokens; in measurement it described a product photo correctly in one sentence. Tool/function calling was verified over a full two-turn loop. The model reasons by default and those hidden tokens bill as output; on a short question it spent a narrow budget entirely on reasoning, so set `max_tokens` well above the answer you expect. If you want the newer generation at the same price, choose the Gemma 4 row; this one exists for applications already pinned to Gemma 3's behaviour. Repeated prefixes are not served from a cache.

Technical specifications

Canonical IDgreenpt/gemma-3-27b-it
ProviderGreenPT
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_TOKENS$0.610155
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$1.830465

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

Related models