cai/examples
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
..
agent_patterns Address issues with litellm and agents SDK 2025-04-02 14:03:00 +02:00
basic Revert "Apply code formatting with make format" 2025-06-14 09:51:19 +00:00
cai Added additional prompt injections PoCs 15 and 16 (#276) 2025-10-08 16:23:59 +02:00
customer_service Initial commit 2025-03-11 09:42:28 -07:00
financial_research_agent fix tests 2025-03-20 09:52:15 -07:00
handoffs fix: use first_agent instead of second_agent for a task to generate random number 2025-03-13 18:26:49 -07:00
mcp Hotfix mcp example (#365) 2025-03-27 13:05:30 -04:00
model_providers feat: add MiniMax as first-class LLM provider 2026-03-20 19:32:23 +08:00
research_bot fix typos in /examples 2025-03-20 11:23:57 +01:00
tools make computer use example less verbose 2025-03-11 15:27:08 -07:00
voice fix(examples): make sure audio playback finishes 2025-03-25 12:11:33 -07:00
__init__.py Initial commit 2025-03-11 09:42:28 -07:00
continue_mode_jokes.py Document --continue mode 2025-11-14 12:41:43 +01:00
continue_mode_security_audit.py Document --continue mode 2025-11-14 12:41:43 +01:00