mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-12 06:42:11 +02:00
- Add MiniMax chat model provider using OpenAI-compatible API - Support MiniMax-M2.7 and MiniMax-M2.7-highspeed models - Temperature clamping to MiniMax valid range (0.0, 1.0] - Streaming support with token usage tracking - MINIMAX_API_KEY environment variable support - Add text-completion-minimax entry point - Add 15 unit tests and 3 integration tests - Update README with MiniMax in LLM APIs list |
||
|---|---|---|
| .. | ||
| common | ||
| __init__.py | ||
| conftest.py | ||
| test_azure_openai_processor.py | ||
| test_azure_openai_streaming.py | ||
| test_azure_processor.py | ||
| test_azure_streaming.py | ||
| test_bedrock_processor.py | ||
| test_claude_processor.py | ||
| test_cohere_processor.py | ||
| test_googleaistudio_processor.py | ||
| test_llamafile_processor.py | ||
| test_lmstudio_processor.py | ||
| test_minimax_processor.py | ||
| test_mistral_processor.py | ||
| test_ollama_processor.py | ||
| test_openai_processor.py | ||
| test_parameter_caching.py | ||
| test_rate_limit_contract.py | ||
| test_tgi_processor.py | ||
| test_vertexai_processor.py | ||
| test_vllm_processor.py | ||