MiniMax models

MiniMax models are available for use as managed APIs and self-deployed models on Vertex AI. You can stream your responses to reduce the end-user latency perception. A streamed response uses server-sent events (SSE) to incrementally stream the response.

Managed MiniMax models

MiniMax models offer fully managed and serverless models as APIs. To use a MiniMax model on Vertex AI, send a request directly to the Vertex AI API endpoint. When using MiniMax models as a managed API, there's no need to provision or manage infrastructure.

The following models are available from MiniMax to use in Vertex AI. To access a MiniMax model, go to its Model Garden model card.

MiniMax M2

MiniMax M2 is a model from MiniMax that's designed for agentic and code-related tasks. It is built for end-to-end development workflows and has strong capabilities in planning and executing complex tool-calling tasks. The model is optimized to provide a balance of performance, cost, and inference speed.

Go to the MiniMax M2 model card

Use MiniMax models

For managed models, you can use curl commands to send requests to the Vertex AI endpoint using the following model names:

  • For MiniMax M2, use minimax-m2-maas

To learn how to make streaming and non-streaming calls to MiniMax models, see Call open model APIs.

To use a self-deployed Vertex AI model:

  1. Navigate to the Model Garden console.
  2. Find the relevant Vertex AI model.
  3. Click Enable and complete the provided form to get the necessary commercial use licenses.

For more information about deploying and using partner models, see Deploy a partner model and make prediction requests.

MiniMax model region availability and quotas

For MiniMax models, a quota applies for each region where the model is available. The quota is specified in queries per minute (QPM).

Model Region Quotas Context length Max output
MiniMax M2
global endpoint
196,608 4,096

If you want to increase any of your quotas for Generative AI on Vertex AI, you can use the Google Cloud console to request a quota increase. To learn more about quotas, see the Cloud Quotas overview.

What's next