Skip to content

What are Models

Understanding AI models on Get3W.

Overview

Models are AI systems trained to generate specific types of content. Get3W hosts 700+ models from various providers, all accessible through a unified API.

Model Categories

CategoryDescriptionExample Models
Text-to-ImageGenerate images from textFLUX, Seedream, Nano Banana
Image-to-ImageTransform or edit imagesFLUX Kontext, Seedream Edit
Text-to-VideoCreate videos from textSora 2, Wan T2V
Image-to-VideoAnimate imagesVeo 3.1, Kling I2V, Hailuo
Video-to-VideoTransform or extend videosVideo effects, style transfer
Text-to-AudioGenerate speech, music, soundsMinimax Speech, ElevenLabs
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 get3w.com/models.

Model Identifiers

Each model has a unique identifier in the format:

{provider}/{model-name}

Examples:

  • get3w/flux-dev
  • google/veo3
  • bytedance/seedream-v4

Model Properties

Parameters

Each model has its own set of input parameters. 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

TIP

Always check the model's documentation 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 get3w.com/models to browse all models with filters.

API

List available models programmatically:

bash
curl "https://api.get3w.com/api/v3/models" \
  -H "Authorization: Bearer YOUR_API_KEY"

Next Steps

Released under the MIT License.