curl -X GET https://api.muvi.video/v1/providers/google/models \
-H "x-api-key: YOUR_API_KEY"
{
"provider": {
"id": "google",
"name": "Google",
"description": "Google's AI video and image generation models",
"logoUrl": "https://cdn.muvi.video/providers/google.png",
"website": "https://ai.google",
"color": "#4285F4",
"categories": ["video", "image"],
"isActive": true
},
"models": [
{
"id": "model_abc123",
"name": "Veo 3.1 Fast",
"description": "High-speed video generation model",
"category": "video",
"currentVersion": "v1.0",
"versionCount": 2,
"currentVersionPricing": {
"baseCredits": 50,
"unit": "per_generation"
}
}
]
}
Retrieve all models offered by a specific provider.
curl -X GET https://api.muvi.video/v1/providers/google/models \
-H "x-api-key: YOUR_API_KEY"
{
"provider": {
"id": "google",
"name": "Google",
"description": "Google's AI video and image generation models",
"logoUrl": "https://cdn.muvi.video/providers/google.png",
"website": "https://ai.google",
"color": "#4285F4",
"categories": ["video", "image"],
"isActive": true
},
"models": [
{
"id": "model_abc123",
"name": "Veo 3.1 Fast",
"description": "High-speed video generation model",
"category": "video",
"currentVersion": "v1.0",
"versionCount": 2,
"currentVersionPricing": {
"baseCredits": 50,
"unit": "per_generation"
}
}
]
}
list_models scope.
list_models scope.google, alibaba).Show Provider Object
Show Model Object
curl -X GET https://api.muvi.video/v1/providers/google/models \
-H "x-api-key: YOUR_API_KEY"
{
"provider": {
"id": "google",
"name": "Google",
"description": "Google's AI video and image generation models",
"logoUrl": "https://cdn.muvi.video/providers/google.png",
"website": "https://ai.google",
"color": "#4285F4",
"categories": ["video", "image"],
"isActive": true
},
"models": [
{
"id": "model_abc123",
"name": "Veo 3.1 Fast",
"description": "High-speed video generation model",
"category": "video",
"currentVersion": "v1.0",
"versionCount": 2,
"currentVersionPricing": {
"baseCredits": 50,
"unit": "per_generation"
}
}
]
}