replica-omnisciente/.aurelio/providers/dist/dirac.providers.json
Raphael Cautus (Maestro) 749432fefc feat(brain): garden, mirrors, vault-sync, provider registry consolidation
- .aurelio/garden/: model + agent garden (Google Cloud entries)
- .aurelio/mirrors/: sync-mirrors.yaml + state tracking
- .aurelio/skills/gcp/: Google Cloud skill
- Consolidation audit + execution plan (2026-07-30)
- vault-sync.py: Obsidian → GBrain MCP ingestion daemon
- brain-to-gbrain.py: brain → GBrain migration tool
- Provider registry + dist mirrors updated
- .gitignore: exclude .runner, .mimocode/.cron-lock, drift/target

Co-authored-by: Álvaro de Campos <campos@portugalfuturista.org>
2026-07-31 14:57:24 +01:00

84 lines
1.5 KiB
JSON

{
"list": [
{
"value": "openrouter",
"label": "OpenRouter"
},
{
"value": "openai-codex",
"label": "ChatGPT Subscription (Codex OAuth)"
},
{
"value": "nous",
"label": "Nous Portal"
},
{
"value": "zai",
"label": "Z.AI / GLM"
},
{
"value": "kimi-coding",
"label": "Kimi for Coding"
},
{
"value": "kimi-coding-cn",
"label": "Kimi for Coding (China)"
},
{
"value": "minimax",
"label": "MiniMax"
},
{
"value": "minimax-cn",
"label": "MiniMax (China)"
},
{
"value": "bedrock",
"label": "Amazon Bedrock"
},
{
"value": "openai",
"label": "OpenAI"
},
{
"value": "anthropic",
"label": "Anthropic"
},
{
"value": "google-cloud",
"label": "Google Cloud (Vertex AI)"
},
{
"value": "gemini",
"label": "Google Gemini (AI Studio)"
},
{
"value": "moonshot",
"label": "Moonshot"
},
{
"value": "qwen",
"label": "Alibaba Qwen (DashScope)"
},
{
"value": "qwen-code",
"label": "Qwen Code (Alibaba Cloud)"
},
{
"value": "claude-code",
"label": "Claude Code"
},
{
"value": "antigravity",
"label": "Antigravity CLI"
},
{
"value": "mimocode",
"label": "Xiaomi MiMo Code"
},
{
"value": "local",
"label": "Local (Ollama / sentence-transformers)"
}
]
}