Models
Supported video models, inputs, aspect ratios, and credit usage
Fetch the live catalog with GET /v1/models. Model IDs are stable even if the
underlying provider endpoint changes.
| Model ID | Inputs | Duration | Aspect ratios | Credits / 5s |
|---|---|---|---|---|
kling-2.1-standard | Image | 5s, 10s | 16:9, 9:16, 1:1 | 350 |
kling-2.1-master | Text, image | 5s, 10s | 16:9, 9:16, 1:1 | 1,750 |
Standard requires a public HTTPS image_url. Master accepts either an image
URL or a text-only prompt. A 10-second request costs twice the listed
five-second rate.
curl https://api.mistrounter.ai/v1/models \
-H "Authorization: Bearer $MISTROUNTER_API_KEY"Use the returned catalog as the source of truth; supported models and prices may expand over time.
Seedance 2.x connectivity is staged internally. Its models will appear here only after upstream account pricing and retail credit rates have been reviewed; until then they cannot be submitted or charged.