| 模型 ID | 名称 | 能力 | 上下文 |
|---|---|---|---|
| 加载中… | |||
OpenRouter 的 :free 模型仍需要一个免费 API Key(点此获取)。 配置后本服务的代理接口即可直接使用;也可以在请求时通过 Authorization 头传入。
http://localhost:3789/v1GET /v1/models),对话走 POST /v1/chat/completions,支持流式输出。curl http://localhost:3789/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-or-v1-你的key" \
-d '{"model":"deepseek/deepseek-chat-v3.1:free","messages":[{"role":"user","content":"你好"}],"stream":true}'