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

# Examples

> Start with a model through Comfy Router or deploy and run your own ComfyUI workflow.

Pick the path that matches what you want to run.

## Model APIs

Use Comfy Router to call hosted partner models with one Comfy API key.

<CardGroup cols={2}>
  <Card title="Generate an image" icon="image" href="/development/comfy-router/quickstart">
    Make your first image with Flux in Python, TypeScript, or cURL.
  </Card>

  <Card title="Browse available models" icon="magnifying-glass" href="/development/comfy-router/models">
    Find a model, inspect its inputs, and copy its model ID.
  </Card>

  <Card title="Use a model's schema" icon="list-tree" href="/development/comfy-router/models/black-forest-labs/flux-2-pro/code">
    See the request and response shape for a Router model.
  </Card>

  <Card title="Call Router over HTTP" icon="terminal" href="/development/comfy-router/reference">
    Look up the shared Router endpoints and headers.
  </Card>
</CardGroup>

## Serverless

Package your own ComfyUI workflow, deploy it to managed GPU infrastructure, and run it through the Comfy API.

<CardGroup cols={2}>
  <Card title="Deploy a workflow" icon="cloud-arrow-up" href="/development/serverless/overview#quick-start">
    Create a Build, release it, and start a managed deployment.
  </Card>

  <Card title="Choose compute" icon="microchip" href="/development/serverless/overview#regions-and-gpu-availability">
    Find the available regions and GPU classes before you deploy.
  </Card>

  <Card title="Run a deployed workflow" icon="play" href="/development/serverless/overview#4-run-a-workflow">
    Submit an API-format workflow and download its outputs.
  </Card>

  <Card title="Use the SDK" icon="code" href="/development/api-development/sdks#serverless-deployment">
    Point the Python or TypeScript SDK at your deployment.
  </Card>
</CardGroup>
