跳至内容
Arcee Trinity Large

Arcee Trinity Large

模型 ID arcee-ai/trinity-large-preview:free
这是 OpenRouter 免费模型,无需付费即可使用。

模型信息

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

描述

Trinity Large 是 400B 参数稀疏 MoE 模型,每 token 激活 13B 参数,擅长创意写作和 Agent 任务。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "arcee-ai/trinity-large-preview:free",
    "messages": [{"role": "user", "content": "你好!"}]
  }'

相关链接