OpenRouter Free - 自动路由免费模型,200K 上下文
OpenRouter Free - 自动路由免费模型
OpenRouter Free 完全免费,$0/M input tokens,$0/M output tokens。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 200,000 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | OpenRouter |
| 状态 | 免费 |
描述
OpenRouter Free 是最简单的免费推理方式。它是一个路由器,从 OpenRouter 上的免费模型中随机选择,并智能过滤可用的免费模型。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openrouter/free",
"messages": [{"role": "user", "content": "你好!"}]
}'