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

# Model Walkthroughs

> Deeper guides for models with workflows or parameters that benefit from a full worked example.

Walkthroughs go further than the per-model reference pages: they wire together a complete example end-to-end, explain when to use the model, and call out parameters that are easy to miss.

<Card title="Looking for the full request schema?" icon="book" href="/inference-api/reference/model-references">
  Every model has a dedicated API reference with a request builder, sample cURL and Python snippets, and the full parameter table. That's usually what you want if you just need to make a call.
</Card>

## Available walkthroughs

<CardGroup cols={2}>
  <Card title="Kling O3 Pro: Reference to Video" icon="film" href="/inference-api/reference/models/walkthroughs/kling_o3_pro_reference_to_video">
    Multi-shot video generation with reference images, per-shot prompts and durations, and optional native audio.
  </Card>

  <Card title="Kling O3 Edit: Video to Video" icon="pen-to-square" href="/inference-api/reference/models/walkthroughs/kling_o3_pro_video_to_video_edit">
    Text-guided video editing with reference images and character/element consistency.
  </Card>

  <Card title="Seedance 2.0: Reference to Video" icon="seedling" href="/inference-api/reference/models/walkthroughs/seedance_2_reference_to_video">
    Video from prompt plus reference images, videos, or audio, up to 720p and 15 seconds with synchronized sound.
  </Card>

  <Card title="Topaz Starlight Precise 2.5" icon="arrow-up-right-dots" href="/inference-api/reference/models/walkthroughs/topaz_starlight_precise_2_5">
    Restore and upscale video to 1080p, 2K, or 4K with detail-preserving temporal consistency.
  </Card>
</CardGroup>
