Owl Alpha - OpenRouter 免费 AI 模型,1M 上下文
Owl Alpha - OpenRouter 免费 AI 模型
Owl Alpha 完全免费,$0/M input tokens,$0/M output tokens。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 1,048,756 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | OpenRouter |
| 状态 | 免费 |
描述
Owl Alpha 是高性能基础模型,专为 agentic 工作负载设计。原生长上下文支持,工具使用和强大性能。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openrouter/owl-alpha",
"messages": [{"role": "user", "content": "你好!"}]
}'