---
title: "List Providers"
method: GET
path: "/api/v1/ai-videos/providers"
tags: ["aiVideos"]
---

# List Providers

`GET /api/v1/ai-videos/providers`

List all available video generation providers and their supported models.


**Supported Providers & Models:**

| Provider | Models | Default |
|----------|--------|---------|
| `openai` | sora-2-pro | sora-2-pro |
| `kie_ai` | seedance-1-5-pro, veo3, veo3_fast, sora-2-pro-image-to-video | seedance-1-5-pro |
| `replicate` | google/veo-3.1, google/veo-3.1-fast, wan-video/wan-2.5-i2v | google/veo-3.1-fast |
| `byteplus` | (internal) | - |
| `fal` | Kling v3 image-to-video (single model) | - |

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/a9374f6fe96c/schema)
