Skip to main content
GET
https://api.muvi.video
/
v1
/
catalog
/
providers
curl -X GET https://api.muvi.video/v1/catalog/providers
[
  {
    "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",
    "modelCount": 5
  },
  {
    "id": "alibaba",
    "name": "Alibaba",
    "description": "Alibaba's Wan series video generation models",
    "logoUrl": "https://cdn.muvi.video/providers/alibaba.png",
    "website": "https://www.alibabacloud.com",
    "color": "#FF6A00",
    "modelCount": 3
  }
]

Authentication

This is a public endpoint. No authentication required.

Response

Returns an array of provider objects. Providers with modelCount: 0 are automatically excluded from the response.
providers
array
curl -X GET https://api.muvi.video/v1/catalog/providers
[
  {
    "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",
    "modelCount": 5
  },
  {
    "id": "alibaba",
    "name": "Alibaba",
    "description": "Alibaba's Wan series video generation models",
    "logoUrl": "https://cdn.muvi.video/providers/alibaba.png",
    "website": "https://www.alibabacloud.com",
    "color": "#FF6A00",
    "modelCount": 3
  }
]