Authorization: Bearer $HUZZ_API_KEY — no per-provider accounts or SDKs required.
| Family | Capabilities | Streaming | Async | Pricing |
|---|---|---|---|---|
| MiniMax | File analysis, Chat, Web search | Yes | No | Usage-based |
Endpoints
| Method | Path | Capability |
|---|---|---|
POST | /v1/chat/completions | File analysis |
POST | /v1/responses | File analysis |
POST | /api/v3/minimax/minimax-m2.5/file-analysis | File analysis |
POST | /v1/chat/completions | Chat |
POST | /v1/responses | Chat |
POST | /api/v3/minimax/minimax-m2.5/text-to-text | Chat |
POST | /v1/chat/completions | Web search |
POST | /v1/responses | Web search |
POST | /api/v3/minimax/minimax-m2.5/web-search | Web search |
Code samples
Authenticate withAuthorization: Bearer $HUZZ_API_KEY — get a key at huzz.ai/register.