返回模型列表

Llama 4 Maverick

metameta/llama-4-maverick

Llama 4 Maverick (400B total, 17B active, 128 experts MoE) offers industry-leading performance in image and text understanding with support for 12 languages. Great for precise image understanding and creative writing. Our product workhorse model for general assistant and chat use cases.

上下文长度
1M
最大输出
16K
输入价格
$0.360每百万 Tokens
输出价格
$1.50每百万 Tokens

模态能力

文本图像文本

价格明细

类型费率
输入$0.360 每百万 Tokens
输出$1.50 每百万 Tokens

支持参数

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

API 使用示例

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "meta/llama-4-maverick",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'