Router One
返回模型广场

llama-4-maverick

meta-llama/llama-4-maverick

chatstreaming

支持的 API

auto

可用配置

API 类型
auto
能力
chatstreaming
上下文窗口
131K
输入
$0.20 / 1M tokens
输出
$0.80 / 1M tokens

快速开始

bash
curl -X POST \
  https://api.router.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "meta-llama/llama-4-maverick",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
获取 API 密钥