curl -X GET https://api.muvi.video/v1/catalog/providers/google
{ "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", "models": [ { "slug": "google/veo-3.1-fast/text-to-video", "name": "Veo 3.1 Fast", "description": "High-speed video generation", "category": "video", "capability": "text-to-video", "pricing": { "baseCredits": 50, "unit": "per_generation" }, "tags": ["fast", "hd"] }, { "slug": "google/nano-banana", "name": "Nano Banana", "description": "Image generation model", "category": "image", "capability": "text-to-image", "pricing": { "baseCredits": 10, "unit": "per_generation" }, "tags": ["fast", "image"] } ] }
Get detailed information about a specific provider and all its available models.
google
alibaba
Show Model Object