Aurixel
模型/Meta/llama-4-scout
Meta

Llama 4 Scout

文本视觉
上下文
10M
输入
$0.08
/M tokens
输出
$0.3
/M tokens

Llama 4 Scout 17B Instruct (16E) is a mixture-of-experts (MoE) language model developed by Meta, activating 17 billion parameters out of a total of 109B.

快速开始

如何调用

POST /v1/chat/completions
bash
curl https://conduit-api.aurixel.ai/v1/chat/completions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"llama-4-scout","messages":[{"role":"user","content":"Hello!"}]}'

→ OpenAI 兼容。加 "stream": true(配 "stream_options":{"include_usage":true})走流式。

鉴权 · 计费 · 流式 → 快速接入

来自 Meta 的其他模型