{ "info": { "_postman_id": "0aa678d4-ae7c-401b-9747-856095a8c00b", "name": "Cerebras Inference Chat Models API", "description": "Generate conversational responses using a structured message format with roles (system, user, assistant, developer, tool). Best for chatbots, assistants, and multi-turn conversations.\n", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:18:44.000Z", "updatedAt": "2026-07-28T01:18:44.000Z", "lastUpdatedBy": "35240", "uid": "35240-0aa678d4-ae7c-401b-9747-856095a8c00b" }, "item": [ { "name": "v1", "item": [ { "name": "models", "item": [ { "name": "{model_id}", "item": [ { "name": "Get Model", "id": "e07e8899-2dd0-46bf-8e87-f1b6c8ec8c30", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "X-Amz-Cf-Id", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/models/:model_id?format=openrouter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "models", ":model_id" ], "query": [ { "description": "Output format: 'default' (OpenAI-compatible), 'openrouter', or 'huggingface'", "key": "format", "value": "openrouter" } ], "variable": [ { "id": "66d6a97f-ad05-412f-aa0a-1c480b2a9337", "key": "model_id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "35ed66ed-ed7b-4b84-96d8-11b94718a2e1", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Cf-Id", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/models/:model_id?format=openrouter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "models", ":model_id" ], "query": [ { "description": "Output format: 'default' (OpenAI-compatible), 'openrouter', or 'huggingface'", "key": "format", "value": "openrouter" } ], "variable": [ { "key": "model_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created\": 0,\n \"object\": \"model\",\n \"owned_by\": \"\"\n}", "createdAt": "2026-07-28T01:18:45.000Z", "updatedAt": "2026-07-28T01:18:45.000Z", "uid": "35240-35ed66ed-ed7b-4b84-96d8-11b94718a2e1" }, { "id": "72976729-0f72-4fba-bb56-8b90b5a64380", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Cf-Id", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/models/:model_id?format=openrouter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "models", ":model_id" ], "query": [ { "description": "Output format: 'default' (OpenAI-compatible), 'openrouter', or 'huggingface'", "key": "format", "value": "openrouter" } ], "variable": [ { "key": "model_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:18:45.000Z", "updatedAt": "2026-07-28T01:18:45.000Z", "uid": "35240-72976729-0f72-4fba-bb56-8b90b5a64380" } ], "createdAt": "2026-07-28T01:18:45.000Z", "updatedAt": "2026-07-28T01:18:45.000Z", "uid": "35240-e07e8899-2dd0-46bf-8e87-f1b6c8ec8c30" } ], "id": "ac555fcb-6807-4c82-bb32-b2eb57e703cf", "createdAt": "2026-07-28T01:18:45.000Z", "updatedAt": "2026-07-28T01:18:45.000Z", "uid": "35240-ac555fcb-6807-4c82-bb32-b2eb57e703cf" }, { "name": "List Models", "id": "baef31eb-06f7-4838-ac16-105e7dde288d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "X-Amz-Cf-Id", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/models?format=openrouter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "models" ], "query": [ { "description": "Output format: 'default' (OpenAI-compatible), 'openrouter', or 'huggingface'", "key": "format", "value": "openrouter" } ] } }, "response": [ { "id": "4e4b3e50-3e4b-4f10-a33d-727664b3c0d6", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Cf-Id", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/models?format=openrouter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "models" ], "query": [ { "description": "Output format: 'default' (OpenAI-compatible), 'openrouter', or 'huggingface'", "key": "format", "value": "openrouter" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"created\": 0,\n \"object\": \"model\",\n \"owned_by\": \"\"\n },\n {\n \"id\": \"\",\n \"created\": 0,\n \"object\": \"model\",\n \"owned_by\": \"\"\n }\n ],\n \"object\": \"list\"\n}", "createdAt": "2026-07-28T01:18:45.000Z", "updatedAt": "2026-07-28T01:18:45.000Z", "uid": "35240-4e4b3e50-3e4b-4f10-a33d-727664b3c0d6" }, { "id": "0b732784-2f6b-495d-a6ad-1807739bb811", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "X-Amz-Cf-Id", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/models?format=openrouter", "host": [ "{{baseUrl}}" ], "path": [ "v1", "models" ], "query": [ { "description": "Output format: 'default' (OpenAI-compatible), 'openrouter', or 'huggingface'", "key": "format", "value": "openrouter" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:18:45.000Z", "updatedAt": "2026-07-28T01:18:45.000Z", "uid": "35240-0b732784-2f6b-495d-a6ad-1807739bb811" } ], "createdAt": "2026-07-28T01:18:45.000Z", "updatedAt": "2026-07-28T01:18:45.000Z", "uid": "35240-baef31eb-06f7-4838-ac16-105e7dde288d" } ], "id": "3d7edf6e-a668-4b9e-8e4d-75c2c5bb1651", "createdAt": "2026-07-28T01:18:45.000Z", "updatedAt": "2026-07-28T01:18:45.000Z", "uid": "35240-3d7edf6e-a668-4b9e-8e4d-75c2c5bb1651" } ], "id": "e5b2a5c9-57de-47d0-a53c-378b32e768a6", "createdAt": "2026-07-28T01:18:45.000Z", "updatedAt": "2026-07-28T01:18:45.000Z", "uid": "35240-e5b2a5c9-57de-47d0-a53c-378b32e768a6" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.cerebras.ai" } ] }