{ "opencollection": "1.0.0", "info": { "name": "Mistral AI Agents FIM API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "FIM", "type": "folder" }, "items": [ { "info": { "name": "Mistral AI Create a FIM completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.mistral.ai/v1/fim/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Generate code to fill in between a given prompt prefix and optional suffix. Powered by Codestral for high-quality code completions across 80+ programming languages." } ] } ], "bundled": true }