module

Crig::Providers::MiniMax

Constants

CHINA_ANTHROPIC_API_BASE_URL = "https://api.minimaxi.com/anthropic"
CHINA_API_BASE_URL = "https://api.minimaxi.com/v1"
GLOBAL_ANTHROPIC_API_BASE_URL = "https://api.minimax.io/anthropic"
GLOBAL_API_BASE_URL = "https://api.minimax.io/v1"

MiniMax API provider — OpenAI-compatible chat API with global and China entrypoints.

MINIMAX_M2 = "MiniMax-M2"
MINIMAX_M2_1 = "MiniMax-M2.1"
MINIMAX_M2_1_HIGHSPEED = "MiniMax-M2.1-highspeed"
MINIMAX_M2_5 = "MiniMax-M2.5"
MINIMAX_M2_5_HIGHSPEED = "MiniMax-M2.5-highspeed"
MINIMAX_M2_7 = "MiniMax-M2.7"
MINIMAX_M2_7_HIGHSPEED = "MiniMax-M2.7-highspeed"

Class methods

anthropic_beta
Source
anthropic_betas
Source
anthropic_version
Source
normalize_anthropic_base_url(base_url : String) : String
Source
resolve_anthropic_base_override(primary : String | Nil, fallback : String | Nil) : String | Nil
Source

Nested types