What are Models

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

CategoryDescriptionExample Models
Text-to-Image (T2I)Generate images from textFLUX, Seedream, Nano Banana
Image-to-Image (I2I)Transform or edit imagesFLUX Kontext, Seedream Edit
Text-to-Video (T2V)Create videos from textSora 2, Wan T2V
Image-to-Video (I2V)Animate imagesVeo 3.1, Kling I2V, Hailuo
Video-to-Video (V2V)Transform or extend videosVideo effects, style transfer
Text-to-AudioGenerate speech, music, soundsMinimax Speech, ElevenLabs, Dia TTS
Audio-to-VideoGenerate video from audioMMAudio
Image-to-TextDescribe or analyze imagesMolmo, Qwen VL
Image-to-3DCreate 3D models from imagesHunyuan3D, Tripo3D
TrainingTrain custom LoRA modelsFLUX 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-dev
  • google/veo3
  • bytedance/seedream-v4

Model Properties

Parameters

Each model has its own set of input parameters. Here are some common examples:

ParameterDescriptionUsed By
promptText description of what to generateMost models
image_urlInput image URLI2V, I2I models
width, heightOutput dimensionsImage models
durationVideo length in secondsVideo models
seedRandom seed for reproducibilityMost 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.

Next Steps

© 2025 WaveSpeedAI. All rights reserved.