{ "opencollection": "1.0.0", "info": { "name": "Claude Messages Message Batches Models API", "version": "2023-06-01" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "List Models", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/models", "headers": [ { "name": "anthropic-version", "value": "2023-06-01" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "after_id", "value": "", "type": "query", "description": "ID of the object to use as a cursor for pagination. Returns the page of results immediately after this object." }, { "name": "before_id", "value": "", "type": "query", "description": "ID of the object to use as a cursor for pagination. Returns the page of results immediately before this object." }, { "name": "limit", "value": "", "type": "query", "description": "Number of items to return per page." } ] }, "docs": "List available models. The response can be used to determine which models are available for use in the API. More recently released models are listed first." }, { "info": { "name": "Get a Model", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/models/:model_id", "headers": [ { "name": "anthropic-version", "value": "2023-06-01" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "model_id", "value": "claude-sonnet-4-6", "type": "path", "description": "The unique identifier of the model to retrieve." } ] }, "docs": "Retrieve metadata for a specific Claude model by its ID." } ] } ], "bundled": true }