Select Language:
If you’re using Amazon Bedrock and want to work with MiniMax models, good news! These models, including versions like M2, M2.1, and M2.5, are compatible with the Bedrock invoke commands. They support both the standard Invoke API, which lets you run models directly, and the streaming feature called InvokeModelWithResponseStream. The models that support streaming are marked with an asterisk in the official documentation, so you can easily identify them.
If you’re looking for a simpler way to interact with different models without worrying about each one’s unique format, there’s an easier solution. Amazon Bedrock offers a feature called the Converse API. This API provides a unified, model-agnostic interface that works across various foundation models. Whether you’re having a back-and-forth conversation or streaming responses in real-time, the Converse API has you covered. It also simplifies the process by removing the need to understand each individual model’s specific payload format.
The Converse API is especially helpful if you find it frustrating to deal with the differences in payload formats when using standard invoke commands. It consolidates all that into one easy-to-use interface, making your experience smoother and more efficient.
For more details and to see the official documentation, you can visit the AWS Bedrock sites on API compatibility and endpoint availability.





