GreenPT / greenpt/green-l

Green L - access through LLMTR

Green L is the provider's own assistant row, with a 128,000-token context window. It genuinely processes image input: in measurement it described a product photo correctly and its input token count rose by the image's own tokens. Tool/function calling was verified over a full two-turn loop. One cost detail is worth knowing up front: this row carries a hidden assistant instruction injected server-side, and that instruction is billed to you as input on every request. In measurement a one-word request was billed as 2,489 input tokens; the same request on the instruction-free Green L Raw row cost eight. If you do not need the ready-made assistant style, the Raw row is the same model for markedly less. Repeated prefixes are not served from a cache.

Technical specifications

Canonical IDgreenpt/green-l
ProviderGreenPT
Context window128,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.305078
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$0.976248

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

Related models