返回模型列表
Meta: Llama 3 8B Instruct
meta-llama/llama-3-8b-instructApr 18, 20248.2K 上下文16.4K 最大输出$0.03/M in · $0.04/M out
描述
Meta 最新的 Llama 3 系列模型,提供多种尺寸和版本。该 8B instruct 微调版本针对高质量对话场景做了优化。
在人工评测中,其表现可与领先的闭源模型相媲美。
如需了解更多发布信息,请点击此处。使用该模型须遵守 Meta 可接受使用政策。
技术规格
供应商
meta-llama
上下文长度
8.2K
最大输出
16.4K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.03 |
| 输出 | $0.04 |
快速开始
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-8b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'