{ "opencollection": "1.0.0", "info": { "name": "Fireworks AI Anthropic Compatible anthropic-.openapi_other Messages API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Create a Message", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireworks.ai/inference/v1/messages", "body": { "type": "json", "data": "{}" } }, "docs": "**Anthropic-compatible endpoint.**\n\nSend a structured list of input messages with text and/or image content, and the model will generate the next message in the conversation.\n\nThe Messages API can be used for either single queries or stateless multi-turn conversations.\n\n**Fireworks Quickstarts:**\n- [Serverless Quickstart](/getting-started/quickstart)\n- [Deployments Quickstart](/getting-started/ondemand-quickstart)" } ] } ], "bundled": true }