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