Providers and models
Models are referenced asprovider/model-id — for example openai/gpt-4o or anthropic/claude-3-5-sonnet-20241022. The gateway knows how to talk to each provider, so you use the same endpoint and auth regardless of which model you pick.
Auth schemes
Three schemes cover the full range of use cases. See Authentication for the full guide.Prompts
Prompts are versioned templates stored in the dashboard. They define a model, system message, and variable placeholders. You run them by ID via/v1/prompts/:id/run, passing just the variable values. This separates prompt content from application code.