返回模型列表
Meta: Llama 3.1 8B Instruct
meta-llama/llama-3.1-8b-instructJul 23, 202416.4K 上下文16.4K 最大输出$0.02/M in · $0.05/M out
描述
Meta 最新的 Llama 3.1 系列模型,提供多种尺寸和版本。该 8B instruct 微调版本快速且高效。
在人工评测中,其表现可与领先的闭源模型相媲美。
如需了解更多发布信息,请点击此处。使用该模型须遵守 Meta 可接受使用政策。
技术规格
供应商
meta-llama
上下文长度
16.4K
最大输出
16.4K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.02 |
| 输出 | $0.05 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "meta-llama/llama-3.1-8b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'