MiniMax Search
OpenClaw supports MiniMax as aweb_search provider through the MiniMax
Coding Plan search API. It returns structured search results with titles, URLs,
snippets, and related queries.
Get a Coding Plan key
Create a key
Create or copy a MiniMax Coding Plan key from
MiniMax Platform.
MINIMAX_CODING_API_KEY as an env alias. MINIMAX_API_KEY
is still read as a compatibility fallback when it already points at a coding-plan token.
Config
MINIMAX_CODE_PLAN_KEY in the Gateway environment.
For a gateway install, put it in ~/.openclaw/.env.
Region selection
MiniMax Search uses these endpoints:- Global:
https://api.minimax.io/v1/coding_plan/search - CN:
https://api.minimaxi.com/v1/coding_plan/search
plugins.entries.minimax.config.webSearch.region is unset, OpenClaw resolves
the region in this order:
tools.web.search.minimax.region/ plugin-ownedwebSearch.regionMINIMAX_API_HOSTmodels.providers.minimax.baseUrlmodels.providers.minimax-portal.baseUrl
MINIMAX_API_HOST=https://api.minimaxi.com/...
automatically keeps MiniMax Search on the CN host too.
Even when you authenticated MiniMax through the OAuth minimax-portal path,
web search still registers as provider id minimax; the OAuth provider base URL
is only used as a region hint for CN/global host selection.
Supported parameters
MiniMax Search supports:querycount(OpenClaw trims the returned result list to the requested count)
Related
- Web Search overview — all providers and auto-detection
- MiniMax — model, image, speech, and auth setup