Get your API key
Grab a Corti Models Service API Key from the Corti Console. It’s a single value you pass straight to the SDK as your API key.Open API Clients in the Corti Console
Sign in, pick a client, then Copy as → Corti Models Service API Key.
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.Send an image
corti-s1-mini and corti-s1-mini-instant accept image inputs via the standard OpenAI multimodal content format. Encode your image as a base64 data URI and pass it in the messages array:
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.