Mistral AI
Mistral AI provides state-of-the-art large language models and AI APIs for developers and enterprises.
3 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Streaming agent completions. Client POSTs an AgentCompletionRequest with `stream: true` and an `agent_id` referencing an agent configured in the Mistral platform. The server responds with `Content-TypMistral AI Streaming Completions API
-
Streaming chat completions. Client POSTs a ChatCompletionRequest with `stream: true`. The server responds with `Content-Type: text/event-stream` and emits a sequence of `chat.completion.chunk` events,Mistral AI Streaming Completions API
-
Streaming Fill-in-the-Middle (FIM) code completions powered by Codestral. Client POSTs a FimCompletionRequest with `stream: true`. The server responds with `Content-Type: text/event-stream` and emitsMistral AI Streaming Completions API