GreenPT / greenpt/gpt-oss-120b-eu

GPT-OSS 120B - access through LLMTR

GPT-OSS 120B is an open-weight model with a 128,000-token context window, among the cheaper rows on this provider. Tool/function calling was verified over a full two-turn loop. It does not accept image input, and the provider's own model card is misleading here: the card lists this row as supporting images, while in testing the image was never processed. The capability is not declared on LLMTR, so a request containing an image is refused without being charged. Use it for text work only. The model reasons by default and those tokens bill as output. Repeated prefixes are not served from a cache.

Technical specifications

Canonical IDgreenpt/gpt-oss-120b-eu
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.244062
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$0.854217

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/gpt-oss-120b-eu","messages":[{"role":"user","content":"Hello"}]}'

Related models