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

# Model API Reference

> Choose a Higgsfield image or video model and open its API reference or Playground.

<div className="models-color-scope" aria-hidden="true" />

Use the Higgsfield API to generate images and videos with leading foundation models through one asynchronous request lifecycle.

## Choose a model category

<div className="model-category-grid">
  <a className="model-category-card" href="/docs/models/video-generation">
    <span className="model-category-icon">▶</span>

    <span className="model-category-copy">
      <span className="model-category-title">Video Generation API</span>
      <span>Seedance 2.0, Seedance 2.5, Kling 3.0, and Wan 3.0.</span>
    </span>

    <span className="model-card-arrow">↗</span>
  </a>

  <a className="model-category-card" href="/docs/models/image-generation">
    <span className="model-category-icon">◇</span>

    <span className="model-category-copy">
      <span className="model-category-title">Image Generation API</span>
      <span>SOUL, Marketing Studio, Recraft, and Grok.</span>
    </span>

    <span className="model-card-arrow">↗</span>
  </a>
</div>

## How the catalog works

The sidebar is organized by output type, provider, and model. Each featured model page includes its default endpoint, available workflows, and a direct link to open that model in the Higgsfield Playground.

<Note>
  Endpoint fields vary by model and workflow. Use the exact schema documented on the selected model page.
</Note>

## Explore everything

The API reference highlights the models developers use most often. Browse the complete, continuously updated catalog in the [Higgsfield image generator](https://higgsfield.ai/ai/image) or [Higgsfield video generator](https://higgsfield.ai/ai/video).


## Related topics

- [API reference](/docs/api-reference/overview.md)
