cai/docs/providers
PR Bot a2c1fd60aa feat: add MiniMax as first-class LLM provider
Add MiniMaxProvider with built-in support for MiniMax's OpenAI-compatible
API (MiniMax-M2.7, MiniMax-M2.5, MiniMax-M2.5-highspeed models).

Changes:
- Add MiniMaxProvider class implementing ModelProvider interface
- Add MiniMax model routing in OpenAIChatCompletionsModel for litellm
- Export MiniMaxProvider from agents __init__.py
- Add provider documentation (docs/providers/minimax.md)
- Add usage example (examples/model_providers/minimax_example.py)
- Add MiniMax to README provider list
- Add 18 unit tests and 3 integration tests
2026-03-20 19:32:23 +08:00
..
azure.md docs: Azure OpenAI update; create 'Providers' section in mkdocs.yml and specify configuration for CAI to work correctly (#264) (#273) 2025-09-17 11:17:27 +02:00
lm_studio Create lm_studio (#332) 2025-11-05 19:30:52 +01:00
minimax.md feat: add MiniMax as first-class LLM provider 2026-03-20 19:32:23 +08:00
ollama.md feat: Add Ollama Cloud integration with ollama_cloud/ prefix (#372) 2025-12-10 15:42:48 +01:00
ollama_cloud.md feat: Add Ollama Cloud integration with ollama_cloud/ prefix (#372) 2025-12-10 15:42:48 +01:00
openrouter.md docs: Azure OpenAI update; create 'Providers' section in mkdocs.yml and specify configuration for CAI to work correctly (#264) (#273) 2025-09-17 11:17:27 +02:00