Models
Full GreenPT model catalog, GreenPT-branded models, direct provider chat models, embeddings, speech-to-text, and reranking.
Full GreenPT model catalog, including GreenPT-branded models, direct provider chat models, embeddings, speech-to-text, and reranking.
Catalog Notes
All models are served through the GreenPT API proxy with an OpenAI-compatible interface. Prices are in EUR per million tokens unless noted otherwise, and API pricing applies to API usage only.
Get Models
List available models and their capabilities.
GET /v1/modelsEndpoint: https://api.greenpt.ai/v1/models
Example request
curl https://api.greenpt.ai/v1/models \
-H "Authorization: Bearer sk-your_api_key"Example response
{
"object": "list",
"data": [
{ "id": "green-r", "object": "model", "created": 0, "owned_by": "greenpt" },
{ "id": "green-r-raw", "object": "model", "created": 0, "owned_by": "greenpt" },
{ "id": "green-l", "object": "model", "created": 0, "owned_by": "greenpt" },
{ "id": "green-l-raw", "object": "model", "created": 0, "owned_by": "greenpt" },
{ "id": "mistral-small-3.2-24b-instruct-2506", "object": "model", "created": 0, "owned_by": "mistral" },
{ "id": "gpt-oss-120b", "object": "model", "created": 0, "owned_by": "openai" },
{ "id": "gemma-3-27b-it","object": "model", "created": 0, "owned_by": "google" },
{ "id": "gemma4", "object": "model", "created": 0, "owned_by": "greenpt" }
]
}GreenPT Models
GreenPT-branded chat models with tuned system prompts or raw variants for
direct control. gemma4 is the recommended default for chat
completions.
gemma4GreenPTRecommendedPreviewGreenPT-branded next-generation chat model with long-context multimodal reasoning. Recommended default for chat completions.
green-rGreenPTGreenPT-branded reasoning model for advanced analysis, writing, and content generation.
green-r-rawGreenPTDirect access to the same reasoning stack as green-r without the GreenPT system prompt.
green-lGreenPTGreenPT-branded chat model tuned for multilingual writing, image understanding, and Dutch grammar guardrails.
green-l-rawGreenPTDirect access to the same GreenPT-backed model as green-l without the built-in system prompt.
Raw vs Non-Raw
Non-raw models like green-r and green-l include
GreenPT's Sustainability system prompt, optimized for our use cases. Raw
models like green-r-raw and green-l-raw do not
include a system prompt, so you can supply your own via the API.
Green Router Models
Direct access to foundation models without a GreenPT system prompt, served through Green Router.
qwen3.5-397b-a17bQwenRecommendedNewState-of-the-art Qwen model optimized for code generation, agentic tasks, and logical reasoning.
mistral-small-3.2-24b-instruct-2506MistralGeneral-purpose model with balanced cost, function calling, and multimodal chat support.
gpt-oss-120bOpenAILarge open model with vision, function calling, and long-context reasoning support.
gemma-3-27b-itGoogleMultimodal reasoning model from Google for chat and image-aware tasks.
qwen3-235b-a22b-instruct-2507QwenHigh-context multilingual reasoning model with a 250k token window.
qwen3-coder-30b-a3b-instructQwenCodingQwen coding model built for generation, completion, and debugging workflows.
devstral-2-123b-instruct-2512MistralCodingMistral coding model for multi-file reasoning and agentic software engineering tasks.
llama-3.3-70b-instructMetaMeta instruction-following model with strong multilingual support for general chat use cases.
llama-3.1-8b-instructMetaDeprecatedFast, lightweight, and cost-efficient Meta model retained for compatibility.
mistral-nemo-instruct-2407MistralDeprecatedInstruction-tuned multilingual Mistral model retained as a deprecated option.
deepseek-r1-distill-llama-70bDeepSeekDeprecatedDeepSeek distilled reasoning model focused on math and code-heavy tasks.
voxtral-small-24b-2507MistralAudio-aware chat model for transcription-adjacent and speech understanding use cases.
Deprecated Chat Models
llama-3.1-8b-instruct, mistral-nemo-instruct-2407,
and deepseek-r1-distill-llama-70b are deprecated as of January
2026 and remain available until EOL in April 2026.
Embedding Models
Dense vector embeddings for semantic search and retrieval workflows.
green-embeddingGreenPTDense multilingual embedding model for semantic search, retrieval, and RAG pipelines. Supports Matryoshka Representation Learning, so output dimensions are configurable from 32 up to 2560.
Speech-to-Text Models
Pre-recorded and live transcription models with optional multilingual support.
green-sGreenPTSpeech-to-text model for pre-recorded and live transcription.
green-s-proGreenPTProAdvanced speech-to-text model with multilingual transcription options.
Reranking Models
Models for document reranking and RAG result scoring.
green-rerankGreenPTCross-encoder reranking model that scores and reorders search or RAG results by relevance to a query.