Skip to main content
Version: v0.8.1

MiniMax Proxy LLM Configuration

MiniMax proxy LLM configuration.

Details can be found in:
https://platform.minimax.io/docs/api-reference/text-openai-api

Parameters

NameTypeRequiredDescription
namestring✅
The name of the model.
backendstring❌
The real model name to pass to the provider, default is None. If backend is None, use name as the real model name.
providerstring❌
The provider of the model. If model is deployed in local, this is the inference type. If model is deployed in third-party service, this is platform name('proxy/<platform>')
Defaults:proxy/minimax
verboseboolean❌
Show verbose output.
Defaults:False
concurrencyinteger❌
Model concurrency limit
Defaults:100
prompt_templatestring❌
Prompt template. If None, the prompt template is automatically determined from model. Just for local deployment.
context_lengthinteger❌
The context length of the MiniMax API. If None, it is determined by the model.
reasoning_modelboolean❌
Whether the model is a reasoning model. If None, it is automatically determined from model.
api_basestring❌
The base url of the MiniMax API.
Defaults:${env:MINIMAX_API_BASE:-https://api.minimax.io/v1}
api_keystring❌
The API key of the MiniMax API.
Defaults:${env:MINIMAX_API_KEY}
api_typestring❌
The type of the OpenAI API, if you use Azure, it can be: azure
api_versionstring❌
The version of the OpenAI API.
http_proxystring❌
The http or https proxy to use openai