krouter-proxy
星标7
分支2
更新时间2026年7月21日 10:02
Proxy API usage - chat completions, streaming, model selection
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Proxy API usage - chat completions, streaming, model selection
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Generate and verify images through Krouter using ChatGPT OAuth or an explicitly configured Amazon Bedrock image model
Admin API for monitoring, configuration, and diagnostics
Manage Krouter account pool, health monitoring, and auto-healing via MCP tools.
MITM proxy for IDE integration (Kiro IDE, Copilot, Antigravity)
Kiro Account Router & API Proxy - Overview and capabilities
| name | krouter-proxy |
| description | Proxy API usage - chat completions, streaming, model selection |
| version | 2.0.0 |
| tags | ["proxy","api","openai","claude","streaming"] |
curl http://localhost:5580/v1/chat/completions \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4.5",
"messages": [{"role": "user", "content": "Hello"}],
"stream": true
}'
curl http://localhost:5580/v1/messages \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-H "anthropic-version: 2023-06-01" \
-d '{
"model": "claude-sonnet-4.5",
"max_tokens": 1024,
"messages": [{"role": "user", "content": "Hello"}]
}'
curl http://localhost:5580/v1/models \
-H "Authorization: Bearer YOUR_KEY"
stream: true for real-time token output:ping) keep connection alive during long operations