What are Models
Understanding AI models on WaveSpeedAI.
Overview
Models are AI systems trained to generate specific types of content. WaveSpeedAI hosts 700+ models from various providers, all accessible through a unified API.
Model Categories
| Category | Description | Example Models |
|---|---|---|
| Text-to-Image (T2I) | Generate images from text | FLUX, Seedream, Nano Banana |
| Image-to-Image (I2I) | Transform or edit images | FLUX Kontext, Seedream Edit |
| Text-to-Video (T2V) | Create videos from text | Sora 2, Wan T2V |
| Image-to-Video (I2V) | Animate images | Veo 3.1, Kling I2V, Hailuo |
| Video-to-Video (V2V) | Transform or extend videos | Video effects, style transfer |
| Text-to-Audio | Generate speech, music, sounds | Minimax Speech, ElevenLabs, Dia TTS |
| Audio-to-Video | Generate video from audio | MMAudio |
| Image-to-Text | Describe or analyze images | Molmo, Qwen VL |
| Image-to-3D | Create 3D models from images | Hunyuan3D, Tripo3D |
| Training | Train custom LoRA models | FLUX LoRA Training |
Browse all categories at wavespeed.ai/models.
Model Identifiers
Each model has a unique identifier in the format:
{provider}/{model-name}Examples:
wavespeed-ai/flux-devgoogle/veo3bytedance/seedream-v4
Model Properties
Parameters
Each model has its own set of input parameters. Here are some common examples:
| Parameter | Description | Used By |
|---|---|---|
prompt | Text description of what to generate | Most models |
image_url | Input image URL | I2V, I2I models |
width, height | Output dimensions | Image models |
duration | Video length in seconds | Video models |
seed | Random seed for reproducibility | Most models |
Important: Always check the model’s README for its specific parameters. Each model page shows all available parameters with descriptions and defaults.
Pricing
Models have different pricing based on:
- Model complexity
- Output type and size
- Provider costs
Rate Limits
Some models may have additional rate limits beyond your account tier.
Finding Models
Browse
Visit wavespeed.ai/models to browse all models with filters.
API
List available models programmatically:
curl "https://api.wavespeed.ai/api/v3/models" \
-H "Authorization: Bearer YOUR_API_KEY"Model Documentation
Each model has detailed documentation including:
- Parameters and defaults
- Example requests
- Pricing information
- Best practices
See the Model Library for complete documentation.