Hunter Alpha
模型 ID
openrouter/hunter-alpha
这是 OpenRouter 免费模型,无需付费即可使用。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 1048576 tokens |
| 最大输出 | 32,000 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | OpenRouter |
| 状态 | 免费 |
描述
Hunter Alpha 是一个 1 万亿参数 + 1M 上下文的尖端智能模型,专为智能体应用构建。擅长长程规划、复杂推理和持续多步任务执行。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openrouter/hunter-alpha",
"messages": [{"role": "user", "content": "你好!"}]
}'