Gap description
Vertex AI (Gemini Enterprise Agent Platform) offers MaaS entries for two publishers not currently represented in the catalog's Vertex entries: MiniMax and Z.AI (GLM). Both models are GA and available as managed APIs.
Missing model IDs
| model ID |
displayName |
input $/1M |
output $/1M |
context |
max output |
publishers/minimaxai/models/minimax-m2-maas |
MiniMax M2 (Vertex) |
$0.30 |
$1.20 |
196,608 |
196,608 |
publishers/zai-org/models/glm-5-maas |
GLM-5 (Vertex) |
$1.00 |
$3.20 |
200,000 |
128,000 |
Note: The catalog already has MiniMaxAI/MiniMax-M3 and MiniMaxAI/MiniMax-M2.7 under the Together provider (generic IDs). MiniMax M2 on Vertex is a distinct model entry. GLM-5 is not represented in the catalog at all (the catalog has zai-glm-4.7 under Cerebras but no GLM-5).
Suggested catalog entries
{
"publishers/minimaxai/models/minimax-m2-maas": {
"format": "openai",
"flavor": "chat",
"input_cost_per_mil_tokens": 0.3,
"output_cost_per_mil_tokens": 1.2,
"displayName": "MiniMax M2 (Vertex)",
"max_input_tokens": 196608,
"max_output_tokens": 196608,
"available_providers": ["vertex"]
},
"publishers/zai-org/models/glm-5-maas": {
"format": "openai",
"flavor": "chat",
"input_cost_per_mil_tokens": 1,
"output_cost_per_mil_tokens": 3.2,
"displayName": "GLM-5 (Vertex)",
"reasoning": true,
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"available_providers": ["vertex"]
}
}
Sources
Gap description
Vertex AI (Gemini Enterprise Agent Platform) offers MaaS entries for two publishers not currently represented in the catalog's Vertex entries: MiniMax and Z.AI (GLM). Both models are GA and available as managed APIs.
Missing model IDs
publishers/minimaxai/models/minimax-m2-maaspublishers/zai-org/models/glm-5-maasNote: The catalog already has
MiniMaxAI/MiniMax-M3andMiniMaxAI/MiniMax-M2.7under the Together provider (generic IDs). MiniMax M2 on Vertex is a distinct model entry. GLM-5 is not represented in the catalog at all (the catalog haszai-glm-4.7under Cerebras but no GLM-5).Suggested catalog entries
{ "publishers/minimaxai/models/minimax-m2-maas": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 0.3, "output_cost_per_mil_tokens": 1.2, "displayName": "MiniMax M2 (Vertex)", "max_input_tokens": 196608, "max_output_tokens": 196608, "available_providers": ["vertex"] }, "publishers/zai-org/models/glm-5-maas": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 1, "output_cost_per_mil_tokens": 3.2, "displayName": "GLM-5 (Vertex)", "reasoning": true, "max_input_tokens": 200000, "max_output_tokens": 128000, "available_providers": ["vertex"] } }Sources