trustgraph/tests/unit/test_text_completion
PR Bot 50f24b8e2a feat: add MiniMax as LLM text completion provider
- 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
2026-03-24 18:19:00 +08:00
..
common Test suite executed from CI pipeline (#433) 2025-07-14 14:57:44 +01:00
__init__.py Test suite executed from CI pipeline (#433) 2025-07-14 14:57:44 +01:00
conftest.py feat: add MiniMax as LLM text completion provider 2026-03-24 18:19:00 +08:00
test_azure_openai_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_azure_openai_streaming.py Updated test suite for explainability & provenance (#696) 2026-03-13 14:27:42 +00:00
test_azure_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_azure_streaming.py Updated test suite for explainability & provenance (#696) 2026-03-13 14:27:42 +00:00
test_bedrock_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_claude_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_cohere_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_googleaistudio_processor.py Structured data 2 (#645) 2026-02-23 15:56:29 +00:00
test_llamafile_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_lmstudio_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_minimax_processor.py feat: add MiniMax as LLM text completion provider 2026-03-24 18:19:00 +08:00
test_mistral_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_ollama_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_openai_processor.py Remove some 'unnecessary' parameters from OpenAI invocation (#561) 2025-11-20 17:56:31 +00:00
test_parameter_caching.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_rate_limit_contract.py Updated test suite for explainability & provenance (#696) 2026-03-13 14:27:42 +00:00
test_tgi_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00
test_vertexai_processor.py Migrate to VertexAI to google-genai SDK from deprecated library (#632) 2026-02-09 20:43:33 +00:00
test_vllm_processor.py More LLM param test coverage (#535) 2025-09-26 01:00:30 +01:00