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