MiniMax plugin for vision agents
Project description
MiniMax Plugin for Vision Agents
The MiniMax plugin adds the MiniMax family of language models as a first-class LLM provider for Vision Agents. It uses the OpenAI-compatible Chat Completions API at https://api.minimax.io/v1, so the implementation inherits the streaming and tool-calling behavior of the OpenAI Chat Completions plugin.
Installation
uv add "vision-agents-plugins-minimax"
Configuration
Set your MiniMax API key (sign up at https://platform.minimax.io):
export MINIMAX_API_KEY=...
The plugin also honors MINIMAX_BASE_URL for users that proxy the API.
Models
| Model | Description |
|---|---|
MiniMax-M3 (default) |
Latest flagship model. 512K context window, up to 128K output, supports image input. |
MiniMax-M2.7 |
Previous generation flagship model. |
MiniMax-M2.7-highspeed |
Low-latency variant of M2.7. |
Usage
from vision_agents.plugins import minimax
llm = minimax.LLM() # defaults to MiniMax-M3
llm = minimax.LLM(model="MiniMax-M2.7")
Notes
- Default base URL is
https://api.minimax.io/v1(overseas). Do not useapi.minimax.chatfor production traffic. - Default
temperatureis1.0(the API rejects0.0). - The
response_formatfield is not supported by the MiniMax Chat Completions API and is intentionally not exposed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vision_agents_plugins_minimax-0.6.3.tar.gz.
File metadata
- Download URL: vision_agents_plugins_minimax-0.6.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2b643396700c4ed5060b4e01bbb67a63f004890da316005a9b799981fb4c794
|
|
| MD5 |
cfab0153374875e09c5f2b2db4a1aeeb
|
|
| BLAKE2b-256 |
3cc5c8021e9a2f7925aeae29db365dac170d22102636d833c26ae24bf63ca1b2
|
File details
Details for the file vision_agents_plugins_minimax-0.6.3-py3-none-any.whl.
File metadata
- Download URL: vision_agents_plugins_minimax-0.6.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0115db2ad2093c0b6cfb0bde4caeebb721eb033cce570744c633e619159d589
|
|
| MD5 |
4ec54121349249011da962c8018cee17
|
|
| BLAKE2b-256 |
5cb93fb201d7b7b9e9d2b0956534878f516ffccdce2afb4550df853afd621b2d
|