Skip to content

[FEATURE] Add MiniMax to the provider enum #42

@inference-gateway-maintainer

Description

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

  • Regenerate the SDK models from the updated schemas openapi.yaml.
  • minimax is present in the generated provider enum.
  • Package builds and type-checks pass, and the change is released per the repo's normal flow.

Source: inference-gateway/schemas#62 (closes inference-gateway/schemas#61)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions