Errors and limits
Status codes the gateway returns, and the capabilities it doesn't offer
The gateway returns standard OpenAI-style error responses. Common cases:
What the gateway doesn’t cover
- Provider-native SDKs and prefixes (except Anthropic). Call models through the OpenAI-compatible API by their gateway id (for example
claude-sonnet-4-6), not with a provider prefix such asanthropic/. The one exception is the native Anthropic Messages API, served on the/anthropicpassthrough for Claude Code / Claude Agent SDK agents. See Anthropic API. - Anthropic server-side tools.
web_search,web_fetch, code execution, and computer use aren’t available on the Claude models. Client-defined tools work normally, and thegpt-*models have their own web search. - Image generation. No image-generation models are offered. Image input is supported: see Vision.
- Bring-your-own-model. Adding new models or fine-tunes to the gateway isn’t self-serve; contact support.
Next steps
- Usage limits: cap what an account can spend before it hits
429 - Usage: see what your account has spent on model calls this period