Files
omarchycn/cn/registry/ai-compatibility.json
T
ZacharyZhang-NYandClaude Fable 5 111b857cda Add local Ollama as an AI Hub provider for claude-code
Ollama v0.14+ speaks the Anthropic Messages API natively, so the
registry drives it with a fixed 'ollama' token and runtime-listed
models: static_token skips secret storage everywhere keys resolve,
models_dynamic defers model validation to the live /api/tags list,
and the setup wizard installs the right GPU variant and starts the
service before listing local models. Doctor stops treating the
endpoint port as part of the hostname.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019hLK3wsDuKVAC37GgDqg6H
2026-08-27 15:55:15 -04:00

72 lines
2.0 KiB
JSON

{
"_verified": "2026-08-25. level=stable: adapter 渲染由 test/shell.d/omarchycn-ai-test.sh mock 回归覆盖; level=official-doc: 官方集成文档存在,native CLI 自管配置",
"combos": {
"claude-code": {
"deepseek": {
"level": "stable",
"doc": "https://api-docs.deepseek.com/quick_start/agent_integrations/claude_code/",
"adapter": true
},
"kimi": {
"level": "stable",
"doc": "https://www.kimi.com/code/docs/en/third-party-tools/claude-code",
"adapter": true
},
"zai": {
"level": "stable",
"doc": "https://docs.z.ai/devpack/tool/claude",
"adapter": true
},
"minimax": {
"level": "stable",
"doc": "https://platform.minimax.io/docs/token-plan/claude-code",
"adapter": true
},
"ollama": {
"level": "stable",
"doc": "https://docs.ollama.com/api/anthropic-compatibility",
"adapter": true
}
},
"codex": {
"deepseek": {
"level": "stable",
"doc": "https://api-docs.deepseek.com/quick_start/agent_integrations/codex/",
"models": [
"deepseek-v4-flash",
"deepseek-v4-pro",
"deepseek-v4-flash-vision-exp"
],
"catalog": "codex-deepseek-models.json",
"adapter": true
}
},
"opencode": {
"deepseek": {
"level": "stable",
"doc": "https://api-docs.deepseek.com/quick_start/agent_integrations/opencode/",
"adapter": true
},
"zai": {
"level": "official-doc",
"doc": "https://docs.z.ai/scenario-example/develop-tools/opencode",
"adapter": false
}
},
"kimi-code": {
"kimi": {
"level": "official-doc",
"doc": "https://www.kimi.com/code/docs/en/",
"adapter": true
}
},
"deep-code": {
"deepseek": {
"level": "official-doc",
"doc": "https://api-docs.deepseek.com/quick_start/agent_integrations/deepcode/",
"adapter": true
}
}
}
}