LemonAi.Providers.MistralConversations (lemon_ai v0.1.0)

View Source

Mistral Conversations API provider.

Wraps the OpenAI Completions provider since Mistral's API is OpenAI-compatible, but the native Mistral SDK uses the base URL without /v1. This provider adjusts the URL before delegating to the OpenAI completions implementation.