MiniMax-H3
7000
text, image, audio, video
video
Not listed
About this model
MiniMax H3 is a general-purpose, omni-modal generative system that supports unified understanding of multimodal contexts composed of text, images, video, and audio. It can generate video with native stereo audio at resolutions up to 2K and durations of up to 15 seconds. It is released with open weights under the MiniMax H3 Community License.
Capabilities
text
Available through the unified API
image
Available through the unified API
audio
Available through the unified API
video
Available through the unified API
Quick start
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "f1d47a5421b240f1b0496c73cadf77eb",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
f1d47a5421b240f1b0496c73cadf77eb
Input
$0.000 / 1M
Output
$0.000 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.000 / 1M |
| Output tokens | $0.000 / 1M |
Performance
Published evaluation results associated with this model.
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "f1d47a5421b240f1b0496c73cadf77eb",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'