跳至内容
Meta Llama 3.2 3B

Meta Llama 3.2 3B

模型 ID meta-llama/llama-3.2-3b-instruct:free
这是 OpenRouter 免费模型,无需付费即可使用。

模型信息

属性
上下文长度131072 tokens
最大输出131,072 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商OpenRouter
状态免费

描述

Llama 3.2 3B 是 3B 参数多语言模型,针对高级自然语言处理任务优化。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "meta-llama/llama-3.2-3b-instruct:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接