Get your API key
Grab your API key from the Corti Console’s Developer Quickstart — a one-click Copy all as .env variables action copies everything you need.Open the Developer Quickstart in the Corti Console
Sign in, then under Default client → Copy all as .env variables.
Swap your provider
If your code looks like this today:Everything else in your code — streaming, tool calling, JSON mode, multi-turn conversations, the Responses API — works unchanged. Corti Models is a drop-in replacement.
OAuth 2.0 access tokens will be supported soon. For now, use your Corti API key as the
apiKey / Bearer credential.See which models are available
List the models your credentials can access to confirm the model IDs you can pass:cURL
Next steps
Models
Compare the four model variants by capability, reasoning, speed, and price.
Code with Corti
Connect OpenCode, ForgeCode, Crush, or Pi to Corti Models with the Corti CLI.
API Reference
Browse the full Corti Models API with interactive examples.
Authentication
How authentication works at Corti.