Skip to main content
Choose a model, inspect its schema, and call POST /v2/models/{provider}/{model}. The route and authentication stay the same across models. Each model accepts its own native request body and returns its own native result.

Guides

Discover models

List the catalog, page through it, and read one model’s entry.

Schemas and results

Fetch a model’s input and output schema and read its result.

Queued requests

Submit a run now, then poll, collect, or cancel it later.

Errors and retries

Read error responses and retry without a second charge.

Billing

What is charged, policy-refusal billing, and reconciling usage.

Per-model examples

Next

  • Quickstart: installation, invocation, and saving the image.
  • Models: browse the catalog and inspect model-specific request examples.
  • Headers: authentication, idempotency, request IDs, and retry pacing.
  • API reference: endpoint parameters, schemas, and response codes.