Summary
inference-gateway/schemas added MiniMax to the provider enum in openapi.yaml (inference-gateway/schemas#62, which closes inference-gateway/schemas#61). This Python SDK is generated from schemas, so it must be regenerated to expose the new minimax provider value to consumers.
MiniMax is an OpenAI-compatible provider (id minimax, bearer auth, base URL https://api.minimax.io/v1, supports_vision: true).
Acceptance Criteria
Source: inference-gateway/schemas#62 (closes inference-gateway/schemas#61)
Summary
inference-gateway/schemasadded MiniMax to the provider enum inopenapi.yaml(inference-gateway/schemas#62, which closes inference-gateway/schemas#61). This Python SDK is generated fromschemas, so it must be regenerated to expose the newminimaxprovider value to consumers.MiniMax is an OpenAI-compatible provider (id
minimax,bearerauth, base URLhttps://api.minimax.io/v1,supports_vision: true).Acceptance Criteria
schemasopenapi.yaml.minimaxis present in the generated provider enum.Source: inference-gateway/schemas#62 (closes inference-gateway/schemas#61)