Confirm before you call
- Confirm that the model is in your key’s token group in the Model Marketplace.
- Confirm the protocol marked for that model.
- Use
/v1/modelsto see what the key can actually access, then send a minimal request.
Publicly documented capabilities
Check models with the current key
data[].id. Some model-list responses also include supported_endpoint_types; when present, use it to see whether a model is marked openai or anthropic.
/v1/models is a point-in-time view for one key. The Model Marketplace shows prices, groups, and descriptions. If they differ, follow the current key result and console state.
A simple protocol rule
If a model is visible but the call still fails, check its ID, your token group, and the request path first. Keep the Request ID and use the self-check guide.
Where to find details
- This page answers which API to use for a current model.
- API basics covers authentication, model discovery, and protocol selection; Chat Completions provides a minimal text-call example.
- Anthropic Messages and Responses / Codex define the integration boundaries for native Claude and the Codex Provider.
- Apifox API reference provides field-level request and response details.
