- Newest
- Most votes
- Most comments
Yes, the Bedrock invoke commands do support MiniMax models. According to the API compatibility documentation, MiniMax models (M2, M2.1, and M2.5) support the Invoke API family, which includes both InvokeModel and InvokeModelWithResponseStream. The MiniMax models are marked with an asterisk in the documentation, indicating they support streaming via InvokeModelWithResponseStream.
Regarding your second question about a more unified interface, yes, Amazon Bedrock provides the Converse API family as an alternative. The Converse API offers a unified, model-agnostic interface that works across different foundation models, eliminating the need to work with each model's native payload format. This API family supports both synchronous multi-turn conversations and streaming output through ConverseStream, providing a more convenient way to interact with models while still supporting streaming capabilities.
The Converse API is specifically designed to address the inconvenience you mentioned about needing to know each model's specific payload format when using the Invoke commands.
Sources
API compatibility - Amazon Bedrock
Endpoint availability - Amazon Bedrock
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
