Start with model discovery
- Create a platform API key
Store it in
QUICKAICODE_API_KEY; never commit it. - List current models
Call
GET /v1/modelsand copy an ID available to your account. - Send a small test
Verify status, streamed events, and usage before integrating a larger workload.
Tested endpoint families
GET /v1/modelsModel discovery for the current account and group.
POST /v1/responsesSelected standard and SSE-streamed Responses-compatible requests.
POST /v1/chat/completionsSelected Chat Completions-compatible messages and streaming behavior.
Authentication
Authorization: Bearer $QUICKAICODE_API_KEY
Content-Type: application/jsonUse a Quick AI Coding platform key only. It is not an OpenAI Platform key.
Compatibility boundary
Compatibility is limited to the endpoints, fields, events, and client behaviors explicitly tested by Quick AI Coding. Hosted tools, storage, background mode, WebSocket mode, remote MCP, and future additions are not implied unless separately verified.
Quick AI Coding is independently operated and is not affiliated with or endorsed by OpenAI or Cursor.