List Models

GET https://api.wavespeed.ai/v3/models

Gets a list of available models.


Headers

NameTypeRequiredDescription
AuthorizationstringYesBearer your_access_key

Example Request

curl https://api.wavespeed.ai/v3/models \
  -H "Authorization: Bearer your_access_key"

Example Response

{
    "code": 200,
    "message": "success",
    "data": [
        {
            "model": "wavespeed-ai/hunyuan-video/t2v",
            "base_price": 400000,
            "description": "Hunyuan Video (t2v) is an advanced text-to-video model that generates high-quality videos from text prompts. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.",
            "type": "text-to-video"
        },
        {
            "model": "wavespeed-ai/flux-dev",
            "base_price": 12000,
            "description": "FLUX.1 [dev] is a 12-billion-parameter rectified-flow transformer for text-to-image generation. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.",
            "type": "text-to-image"
        }
    ]
}
© 2025 WaveSpeedAI. All rights reserved.