OpenRouter Elephant Alpha - 免费 AI 模型,256K 上下文,$0使用
OpenRouter Elephant Alpha - 免费 AI 模型,256K 上下文,$0使用
模型 ID
openrouter/elephant-alpha
这是 OpenRouter 免费模型,无需付费即可使用。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 262144 tokens |
| 最大输出 | 32,000 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | OpenRouter |
| 状态 | 免费 |
| 参数量 | 100B |
描述
Elephant Alpha 是一个 100B 参数的文本模型,专注于智能效率和强大的推理性能。它在最小化 token 使用量的同时提供出色的推理能力。支持 256K 上下文窗口,最大输出可达 32K tokens。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openrouter/elephant-alpha",
"messages": [{"role": "user", "content": "你好!"}]
}'