[PR #10] [MERGED] Add Mistral AI as inference provider with Voxtral Small transcription model #10

Closed
opened 2026-08-08 18:06:18 +00:00 by jahruz67 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jahruz67/wisp-open/pull/10
Author: @jahruz67
Created: 7/29/2026
Status: Merged
Merged: 7/29/2026
Merged by: @jahruz67

Base: mainHead: vibe/mistral-provider-4e9fb5


📝 Commits (1)

  • 9c9ad5e Add Mistral AI as inference provider with Voxtral Small transcription model

📊 Changes

5 files changed (+347 additions, -95 deletions)

View changed files

📝 app.go (+32 -12)
📝 frontend/index.html (+104 -39)
📝 frontend/src/style.css (+98 -17)
📝 internal/config/config.go (+26 -2)
📝 internal/services/transcriber/transcriber.go (+87 -25)

📄 Description

Summary

  • Add support for multiple API providers (Groq and Mistral)
  • Add collapsible API keys section in settings for both providers
  • Label all models with their provider (Groq/Mistral)
  • Add Voxtral Small (Mistral) transcription model
  • Add Mistral Small and Mistral Medium AI refinement models
  • Use user-friendly model names while maintaining correct API model values
  • Update transcriber to route requests to correct provider based on model
  • Update config to store separate API keys for each provider
  • Add Mistral brand colors to CSS
  • Style API keys dropdown section

Changes

  • Backend: Added GroqAPIKey and MistralAPIKey to config, updated transcriber to support multiple providers
  • Frontend: Added collapsible API keys dropdown, updated model dropdowns with provider labels and user-friendly names
  • Styling: Added Mistral brand colors and API keys section styling

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jahruz67/wisp-open/pull/10 **Author:** [@jahruz67](https://github.com/jahruz67) **Created:** 7/29/2026 **Status:** ✅ Merged **Merged:** 7/29/2026 **Merged by:** [@jahruz67](https://github.com/jahruz67) **Base:** `main` ← **Head:** `vibe/mistral-provider-4e9fb5` --- ### 📝 Commits (1) - [`9c9ad5e`](https://github.com/jahruz67/wisp-open/commit/9c9ad5ef87a7708eb8d07e63066644a06e7a56a0) Add Mistral AI as inference provider with Voxtral Small transcription model ### 📊 Changes **5 files changed** (+347 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `app.go` (+32 -12) 📝 `frontend/index.html` (+104 -39) 📝 `frontend/src/style.css` (+98 -17) 📝 `internal/config/config.go` (+26 -2) 📝 `internal/services/transcriber/transcriber.go` (+87 -25) </details> ### 📄 Description ## Summary - Add support for multiple API providers (Groq and Mistral) - Add collapsible API keys section in settings for both providers - Label all models with their provider (Groq/Mistral) - Add Voxtral Small (Mistral) transcription model - Add Mistral Small and Mistral Medium AI refinement models - Use user-friendly model names while maintaining correct API model values - Update transcriber to route requests to correct provider based on model - Update config to store separate API keys for each provider - Add Mistral brand colors to CSS - Style API keys dropdown section ## Changes - Backend: Added GroqAPIKey and MistralAPIKey to config, updated transcriber to support multiple providers - Frontend: Added collapsible API keys dropdown, updated model dropdowns with provider labels and user-friendly names - Styling: Added Mistral brand colors and API keys section styling --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
jahruz67 added the pull-request label 2026-08-08 18:06:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jahruz67/wisp-open#10