Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zerogpu.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Model Catalog lets you browse all available ZeroGPU models and compare pricing across the tasks you care about. It’s useful when you’re selecting which model identifier to send to POST /v1/responses.

At a glance

Loading models…

Detailed model cards

Model library by task

Browse models grouped by task area. Each card includes the same model details and description shown above.

Using a model from the catalog in an API request

Once you’ve picked a model card, copy the Model ID and set it in your request:
{
  "model": "zlm-v1-iab-classify-edge"
}
The rest of the request (headers and input) follows the standard POST /v1/responses format.