minimax-h3

Installation
SKILL.md

MiniMax H3 on RunAPI

Choose route

  • For a one-off artifact or result, use the registered minimax-h3 service in the runapi CLI. If the installed command catalog does not list it, stop and report the missing service instead of inventing a command.
  • For an app, backend, worker, library, webhook pipeline, or production codebase, go directly to Integrate with SDK. Never shell out to the CLI as the production runtime.

Discover contract

Authenticate, then inspect the installed command catalog and the selected operation's current contract:

runapi auth status > auth.json
jq -e '.authenticated == true' auth.json
runapi minimax-h3 --help
runapi minimax-h3 <operation> --help
curl --fail --location https://runapi.ai/docs/api/minimax-h3/<operation>.md --output contract.md
Installs
6
First Seen
Aug 7, 2026
minimax-h3 — runapi-ai/minimax-h3