Skip to content

feat: add native Mistral provider support#546

Open
yashkhare0 wants to merge 7 commits into
nashsu:mainfrom
yashkhare0:main
Open

feat: add native Mistral provider support#546
yashkhare0 wants to merge 7 commits into
nashsu:mainfrom
yashkhare0:main

Conversation

@yashkhare0

@yashkhare0 yashkhare0 commented Jul 7, 2026

Copy link
Copy Markdown

Add Mistral as a native LLM provider with:

  • Preset in provider dropdown
  • Official API endpoint (https://api.mistral.ai/v1/chat/completions)
  • Bearer token authentication
  • Supported models: mistral-large-latest, mistral-small-latest, mistral-medium-latest, mixtral-8x7b-instruct, mixtral-8x22b-instruct, mistral-tiny-latest
  • OpenAI-compatible wire format
  • Unit tests for provider config

Yash Khare and others added 7 commits July 7, 2026 17:53
- Updated LLM presets to include Mistral with various model options.
- Modified settings types to accommodate Mistral as a valid provider.
- Implemented Mistral provider configuration in the provider config function.
- Added tests for Mistral provider functionality and registration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant