Skip to main content

Welcome to Concentrate AI

The Concentrate AI Responses API provides a unified interface for interacting with multiple AI model providers. Access GPT 5.6, Claude Opus 5, Claude Fable 5, Gemini 3.1 Pro, Grok 4.20, and many other models through a single, normalized API with automatic routing and credit tracking.

Quickstart

Get started with your first API request in minutes

API Reference

View detailed endpoint documentation

Claude Code Setup

Use Claude Code with any model in our model fortress

Cursor Setup

Use models on Concentrate in Cursor

Key Features

One API format works across all providers. No need to learn different request/response formats for OpenAI, Anthropic, Google, or other providers.
Use model: "auto" to automatically select the best model based on cost, performance, or latency. The API intelligently routes your requests based on real-time metrics.
Access models from OpenAI, Anthropic, Google Vertex, Google AI Studio, AWS Bedrock, Azure, Azure AI Foundry, xAI, Cohere, Mistral, Alibaba Cloud, Cloudflare, z.ai, MiniMax, DeepSeek, DeepInfra, Novita, Blue Lobster, and Concentrate through a single endpoint.
Enable real-time streaming via Server-Sent Events (SSE) for a responsive user experience. Works consistently across all providers.
Built-in usage tracking and billing integration. Monitor token usage, costs, and set spending limits.

Authentication

All API requests require authentication using an API key. Get your API key from the Concentrate.ai dashboard. Include your API key in the Authorization header:
Keep your API key secure. Never share it publicly or commit it to version control.

Base URL

Supported Models

The API supports 157+ models from 21 authors across 19 providers:
26 models
  • GPT 5.6 Sol, GPT 5.6 Terra, GPT 5.6 Luna
  • GPT 5.5, GPT 5.4, GPT 5.4 Pro, GPT 5.4 Mini, GPT 5.4 Nano
  • GPT 5.3 Codex, GPT 5.2 Codex, GPT 5.1 Codex Max, GPT 5.1 Codex Mini
  • GPT 5.2, GPT 5.1, GPT 5, GPT 5 Mini, GPT 5 Nano
  • GPT 4.1, GPT 4.1 Mini, GPT 4o, GPT 4o Mini
  • o1 (reasoning)
  • gpt-oss 120B, gpt-oss 20B, gpt-oss Safeguard 120B / 20B
Check the Model Fortress page for complete listings, live pricing, and per-provider availability. You can also query /v1/models for real-time data.

Model Selection

You can specify models in three ways:
  1. Model name only: "gpt-5.6-sol" - Automatic provider routing
  2. Provider prefix: "openai/gpt-5.6-sol" - Specific provider
  3. Auto routing: "auto" - Let the API choose based on your criteria

Quick Example

Response Format

All responses follow a normalized format regardless of provider:

Error Handling

The API uses standard HTTP status codes:

View Error Examples

See detailed error response formats and troubleshooting

Rate Limits

Rate limits are applied per API key and are based on your subscription tier. Limits are enforced using token bucket algorithm with per-minute windows.
Contact support to increase your rate limits or discuss enterprise pricing.

Next Steps

Quickstart Guide

Make your first API call

Create Response

Full endpoint documentation

Streaming

Learn about streaming responses

Auto Routing

Automatic model selection