What problem does it solve? Integrating with the Mistral API requires up-to-date knowledge of models, endpoints, and platform-specific behavior that changes frequently. This Skill prevents implementation errors by enforcing verification of current API behavior before writing code. ## Core Features & Use Cases - API Verification Workflow: Directs the agent to search and fetch the latest Mistral documentation before implementing any feature. - Platform Knowledge Base: Covers Mistral chat completions, the Agents API, Document AI, multimodal models, and SDK usage patterns. - Implementation Checklist: Provides a concrete checklist covering model capability checks, SDK usage, regional availability, and error handling. - Use Case: When adding a Mistral backend to an application, use this Skill to confirm the correct model, endpoint format, and tool-calling behavior against live documentation instead of relying on stale assumptions. ## Quick Start Use the mistral-api skill to verify the current Mistral chat completion API format and implement a streaming request with the official SDK.