SurfSense/surfsense_web/components/icons/providers
PR Bot 760aa38225 feat: complete MiniMax LLM provider integration
Add full MiniMax provider support across the entire stack:

Backend:
- Add MINIMAX to LiteLLMProvider enum in db.py
- Add MINIMAX mapping to all provider_map dicts in llm_service.py,
  llm_router_service.py, and llm_config.py
- Add Alembic migration (rev 106) for PostgreSQL enum
- Add MiniMax M2.5 example in global_llm_config.example.yaml

Frontend:
- Add MiniMax to LLM_PROVIDERS enum with apiBase
- Add MiniMax-M2.5 and MiniMax-M2.5-highspeed to LLM_MODELS
- Add MINIMAX to Zod validation schema
- Add MiniMax SVG icon and wire up in provider-icons

Docs:
- Add MiniMax setup guide in chinese-llm-setup.md

MiniMax uses an OpenAI-compatible API (https://api.minimax.io/v1)
with models supporting up to 204K context window.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 07:27:47 +08:00
..
ai21.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
anthropic.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
anyscale.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
bedrock.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
cerebras.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
cohere.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
cometapi.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
dbrx.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
deepinfra.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
deepseek.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
fireworksai.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
gemini.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
groq.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
huggingface.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
index.ts feat: complete MiniMax LLM provider integration 2026-03-13 07:27:47 +08:00
minimax.svg feat: complete MiniMax LLM provider integration 2026-03-13 07:27:47 +08:00
mistral.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
moonshot.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
nscale.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
ollama.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
openai.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
openrouter.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
perplexity.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
qwen.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
recraft.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
replicate.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
sambanova.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
togetherai.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
vertexai.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
workersai-cloudflare.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
xai.svg feat: update XAI icon 2026-02-22 00:30:56 +05:30
xinference.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30
zhipu.svg feat: integrate SVGR for SVG handling in webpack and add new provider icons 2026-02-10 16:23:12 +05:30