> ## Documentation Index
> Fetch the complete documentation index at: https://docs.varg.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Models

> All AI models available through varg — video, image, lipsync, upscale, speech, music, and transcription

varg provides access to 55+ AI models from multiple providers through a single API. 1 credit = $0.01. New accounts get 1,000 credits ($10) to start.

## Video generation

Generate videos from text prompts or reference images. All models support text-to-video and image-to-video.

<CardGroup cols={2}>
  <Card title="Seedance 2" icon="seedling" href="/models/video/seedance-2">
    ByteDance's flagship. Text/image/video editing/extension. **250 credits** (preview) / **150 credits** (fast).
  </Card>

  <Card title="Kling V3" icon="film" href="/models/video/kling-v3">
    Best overall model. Flexible 3-15s duration, keyframe control. **150 credits** (pro) / **100 credits** (standard).
  </Card>

  <Card title="Sora 2" icon="video" href="/models/video/sora-2">
    OpenAI's model. Cinematic quality, video remix. **100-300 credits**.
  </Card>

  <Card title="Wan 2.5" icon="wand-magic-sparkles" href="/models/video/wan-2">
    Budget-friendly. Good character motion. **60-80 credits**.
  </Card>

  <Card title="Minimax" icon="minimize" href="/models/video/minimax">
    Versatile alternative. **80 credits**.
  </Card>

  <Card title="LTX" icon="bolt" href="/models/video/ltx">
    Cheapest and fastest. Native audio, keyframes. **50 credits**.
  </Card>

  <Card title="Grok Imagine Video" icon="bolt" href="/models/video/grok-imagine-video">
    xAI model. Native audio, video editing. **100 credits**.
  </Card>

  <Card title="Kling Legacy" icon="clock-rotate-left" href="/models/video/kling-legacy">
    Previous Kling versions (V2.6, V2.5, V2.1, V2). **100-150 credits**.
  </Card>
</CardGroup>

## Image generation

Generate and edit images from text prompts and reference images.

<CardGroup cols={2}>
  <Card title="Nano Banana (Gemini)" icon="image" href="/models/image/nano-banana">
    Recommended default. Text-to-image + editing. **5 credits**.
  </Card>

  <Card title="Flux" icon="bolt" href="/models/image/flux">
    Three tiers: Schnell, Dev, Pro. **5-10 credits**.
  </Card>

  <Card title="Phota" icon="camera" href="/models/image/phota">
    Identity-preserving generation with profiles. **9-13 credits**.
  </Card>

  <Card title="Grok Imagine Image" icon="bolt" href="/models/image/grok-imagine-image">
    Cheapest image model. **3 credits**.
  </Card>

  <Card title="Recraft" icon="palette" href="/models/image/recraft">
    Design-focused. Icons, logos, brand colors. **10 credits**.
  </Card>

  <Card title="Qwen Image" icon="rotate" href="/models/image/qwen">
    Multi-angle + editing. Bilingual prompts. **8 credits**.
  </Card>

  <Card title="Seedream" icon="pen-to-square" href="/models/image/seedream">
    ByteDance image editing. **10 credits**.
  </Card>

  <Card title="Soul" icon="user" href="/models/image/soul">
    Character generation with 80+ styles. **15 credits**.
  </Card>
</CardGroup>

## Lipsync and talking heads

Animate faces and bodies with speech audio.

<CardGroup cols={2}>
  <Card title="VEED Fabric" icon="comment" href="/models/lipsync/veed-fabric">
    Image + audio = talking head. Simplest pipeline. **100 credits**.
  </Card>

  <Card title="Sync Lipsync" icon="lips" href="/models/lipsync/sync">
    Apply speech to existing video. Pro + Standard tiers. **50-80 credits**.
  </Card>

  <Card title="OmniHuman" icon="person" href="/models/lipsync/omnihuman">
    Full-body animation from image + audio. **100 credits**.
  </Card>
</CardGroup>

## Upscale and enhance

Increase resolution of images and videos.

<CardGroup cols={2}>
  <Card title="Image Upscale" icon="expand" href="/models/upscale/image-upscale">
    6 models from Topaz (best) to CCSR (cheapest). **5-15 credits**.
  </Card>

  <Card title="Video Upscale" icon="expand" href="/models/upscale/video-upscale">
    4 models from Topaz to Sima. **15-50 credits**.
  </Card>
</CardGroup>

## Speech, music, and transcription

<CardGroup cols={2}>
  <Card title="ElevenLabs Speech" icon="microphone" href="/models/speech/elevenlabs">
    Industry-leading TTS. 7 model variants, 21+ voices. **20-25 credits**.
  </Card>

  <Card title="Music Generation" icon="music" href="/models/music/music">
    AI music from text prompts. **30 credits**.
  </Card>

  <Card title="Whisper Transcription" icon="ear-listen" href="/models/transcription/whisper">
    Audio-to-text. fal + Groq variants. **3-10 credits**.
  </Card>
</CardGroup>

***

## Quick reference

### Recommended defaults

| Task              | Model                                                          | Credits |
| ----------------- | -------------------------------------------------------------- | ------- |
| Image (versatile) | [`nano-banana-pro`](/models/image/nano-banana)                 | 5       |
| Image (cheapest)  | [`grok-imagine-image`](/models/image/grok-imagine-image)       | 3       |
| Video (best)      | [`kling-v3`](/models/video/kling-v3)                           | 150     |
| Video (premium)   | [`seedance-2-preview`](/models/video/seedance-2)               | 250     |
| Video (budget)    | [`wan-2.5`](/models/video/wan-2)                               | 80      |
| Video (cheapest)  | [`ltx-2-19b-distilled`](/models/video/ltx)                     | 50      |
| Lipsync (simple)  | [`veed-fabric-1.0`](/models/lipsync/veed-fabric)               | 100     |
| Lipsync (best)    | [`sync-v2-pro`](/models/lipsync/sync)                          | 80      |
| Speech            | [`eleven_v3`](/models/speech/elevenlabs)                       | 25      |
| Music             | [`music_v1`](/models/music/music)                              | 30      |
| Transcription     | [`groq-whisper-large-v3-turbo`](/models/transcription/whisper) | 3       |
| Image upscale     | [`seedvr`](/models/upscale/image-upscale)                      | 10      |
| Video upscale     | [`sima-video-upscaler`](/models/upscale/video-upscale)         | 15      |
