Access to these endpoints is restricted to Pro and Ultra plans. To upgrade, see Pricing.
Premium Endpoints
Why These Endpoints Require Premium Access
These endpoints are resource-intensive operations that provide:- High-throughput batch processing - Process hundreds of tasks concurrently
- Concurrent multi-agent execution - Run multiple specialized agents simultaneously
- Advanced reasoning capabilities - Utilize sophisticated reasoning architectures for complex problem-solving
- Enterprise-scale workflow orchestration - Coordinate large-scale, multi-step agent workflows
Error Response for Free Tier Users
Free tier users attempting to access these endpoints will receive a 403 Forbidden error with upgrade instructions:detail message is tailored per endpoint (naming the specific feature you tried to access).
Notes
- These endpoints may have different rate limits aligned with premium tiers.
- Ensure your API key is associated with a Pro, Ultra, or Premium subscription.
- Premium endpoints are also billable: your account’s total credit balance must be above $1.00, or the request is rejected with a 402 Payment Required error before any work runs. Check your balance with
GET /v1/account/credits. - Beyond these five endpoints, certain models (e.g. GPT-5.6, Claude Opus 5, Gemini 3.1 Pro) are also gated to premium subscribers on regular endpoints like
/v1/agent/completionsand/v1/swarm/completions— see Pricing for the current list. - For endpoint schemas and examples, see related documentation pages.