GreenPT / greenpt/green-r

Green R - access through LLMTR

Green R is the provider's reasoning-tuned assistant row, with a 128,000-token context window. Tool/function calling was verified over a full two-turn loop. On cost it carries the highest floor in this catalog: the hidden instruction injected server-side billed a one-word request as 8,082 input tokens in measurement, so every request costs a fixed amount before it asks anything. The same request on the instruction-free Green R Raw row cost 72 tokens. It does not accept image input. The provider's own model-card page lists this row as supporting images, but in testing the image was never processed; the capability is therefore not declared on LLMTR and a request containing an image is refused without being charged. Repeated prefixes are not served from a cache.

Technical specifications

Canonical IDgreenpt/green-r
ProviderGreenPT
Context window128,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_TOKENS$0.427109
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$1.159295

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

Related models