Find the model for your workload
Check current model availability and choose the route you will actually test.
Open the model catalogRun your first request
Follow a short, testable path from model selection to a verified response, with focused guides for contract and error checks.
POST /v1/chat/completionsverify auth headerconfirm model routerecord fallback behaviorThree practical entry points
Start with the task blocking you now, then use the contract and error checks before sending production traffic.
Check current model availability and choose the route you will actually test.
Open the model catalogConfirm the endpoint, response fields, finish reason, and usage shape.
Use the request checklistSeparate status, request shape, model selection, and retry decisions.
Open the error workflowStart with these guides
A practical operator guide to querying the CometAPI model catalog, confirming available model IDs and capabilities, and running a structured smoke test before wiring any model into a production integration.
A practical operator guide to smoke-testing the CometAPI chat completions endpoint contract — covering setup assumptions, happy-path and error-path request plans, minimum assertions, pass/fail log fields, and areas to verify against official docs.
A practical workflow for checking CometAPI error responses against current documentation before changing tutorial code or retry logic.