PublishedGuidanceLAST REVIEWED · 30 AUG 2026
Responses API
Create a response through the OpenAI-compatible logical model.
POST /responses
curl $MC1_BASE_URL/responses \
-H "Authorization: Bearer $MC1_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "colomboai/mc-1",
"input": "Summarize the operational risk in three bullets."
}'Core fields
- model: use colomboai/mc-1 for automatic selection.
- input: text or supported structured input.
- stream: request event streaming when supported.
- mc1: optional control-plane constraints when preserved by the client.
Was this page helpful?