MiniMax H3
Minimax
Referanse til videoTekst til videoBilde til videoFra 0,07 $ / s
MiniMax H3 lager flerbildesekvenser med innebygd synkronisert lyd, presis kamerakontroll og avansert redigering av nøkkelbilder for konsistente fortellinger.
Inndata
Modus
Fyll ut obligatoriske felt for å se prisen
Text To Video · 2k · 5s
Produksjon
Uvirksom| Modus | Varighet | Oppløsning | Type | Pris |
|---|---|---|---|---|
| — | output second | 768p | Bilde til video | 0,07 $ / s |
| Referanse til video | 0,07 $ / s | |||
| Tekst til video | 0,07 $ / s | |||
| 2k | Bilde til video | 0,12 $ / s | ||
| Referanse til video | 0,12 $ / s | |||
| Tekst til video | 0,12 $ / s | |||
| with video ref | (output + input video) second | 768p | Referanse til video | 0,07 $ / s |
| 2k | Referanse til video | 0,12 $ / s |
Endepunkt
POST
https://pollo.ai/api/platform/v1/generation/minimax/minimax-h3/videoModus
Autentisering
Send API-nøkkelen din i forespørselsheaderen for x-api-key.
x-api-key: YOUR_API_KEYVis API-nøklerSend inn oppgave
Opprett en modellgenereringsoppgave.
Forespørsel
curl -X POST 'https://pollo.ai/api/platform/v1/generation/minimax/minimax-h3/video' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-d '{
"input": {
"prompt": "A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field",
"resolution": "2k",
"duration": 5,
"aspectRatio": "auto"
}
}'Svar (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"status": "pending"
}Sjekk status
Avspør endepunktet for oppgavestatus til genereringen er fullført.
HTTP-forespørsel
GET /api/platform/v1/generation/{taskId}/status HTTP/1.1
Host: pollo.ai
x-api-key: YOUR_API_KEYSvar (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"credit": 12,
"costUsd": 0.12,
"generations": [
{
"id": "generation_01",
"createdDate": "2026-07-13T07:00:00.000Z",
"updatedDate": "2026-07-13T07:00:12.000Z",
"status": "succeeded",
"failMsg": null,
"url": "https://example.com/output.mp4",
"mediaType": "video"
}
]
}Webhook
Du kan eventuelt inkludere webhookUrl for å motta et tilbakekall når oppgaven lykkes eller mislykkes.
Valgfritt forespørselsfelt
{
"input": {
"prompt": "A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field",
"resolution": "2k",
"duration": 5,
"aspectRatio": "auto"
},
"webhookUrl": "https://example.com/webhooks/pollo"
}Skjema
Inndatafelt for det valgte endepunktet og modusen.
| Felt | Type | Obligatorisk | Beskrivelse |
|---|---|---|---|
| prompt | string | Ja | Text prompt describing the content to generate. |
| resolution | string | Ingen | Output resolution of the generated media (e.g. 720p, 1080p). |
| duration | integer | Ingen | The duration of the generated video, in seconds. |
| aspectRatio | string | Ingen | Output aspect ratio, as width:height (e.g. 16:9). |
Feil
Vanlige offentlige API-svarkoder.
- 400
- Ugyldig inndata eller modellbegrensning
- 401
- Manglende eller ugyldig API-nøkkel
- 403
- API-nøkkelen har ikke tilgang
- 404
- Modell eller oppgave ble ikke funnet
Modelldokumentasjon kommer snart.