- .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>
270 lines
7.1 KiB
JSON
270 lines
7.1 KiB
JSON
{
|
|
"version": 1,
|
|
"chatFallback": [
|
|
"kimi-coding",
|
|
"qwen-code",
|
|
"google-cloud",
|
|
"gemini",
|
|
"anthropic",
|
|
"openai",
|
|
"minimax",
|
|
"zai",
|
|
"openrouter"
|
|
],
|
|
"embedFallback": [
|
|
"google-cloud",
|
|
"gemini",
|
|
"openai",
|
|
"qwen",
|
|
"local"
|
|
],
|
|
"providers": [
|
|
{
|
|
"id": "openrouter",
|
|
"label": "OpenRouter",
|
|
"auth": "api_key",
|
|
"keyEnv": "OPENROUTER_API_KEY",
|
|
"baseUrl": "https://openrouter.ai/api/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "anthropic/claude-sonnet-4",
|
|
"embeddingModel": null,
|
|
"maxContext": 200000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "openai-codex",
|
|
"label": "ChatGPT Subscription (Codex OAuth)",
|
|
"auth": "oauth",
|
|
"keyEnv": null,
|
|
"baseUrl": "https://chatgpt.com/backend-api/codex",
|
|
"protocol": "openai",
|
|
"chatModel": "gpt-5-codex",
|
|
"embeddingModel": null,
|
|
"maxContext": 200000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "nous",
|
|
"label": "Nous Portal",
|
|
"auth": "oauth",
|
|
"keyEnv": null,
|
|
"baseUrl": "https://inference-api.nousresearch.com/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "Hermes-4-70B",
|
|
"embeddingModel": null,
|
|
"maxContext": 131072,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "zai",
|
|
"label": "Z.AI / GLM",
|
|
"auth": "api_key",
|
|
"keyEnv": "ZAI_API_KEY",
|
|
"baseUrl": "https://api.z.ai/api/paas/v4",
|
|
"protocol": "openai",
|
|
"chatModel": "glm-4.6",
|
|
"embeddingModel": null,
|
|
"maxContext": 128000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "kimi-coding",
|
|
"label": "Kimi for Coding",
|
|
"auth": "api_key",
|
|
"keyEnv": "KIMI_API_KEY",
|
|
"baseUrl": "https://api.moonshot.ai/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "kimi-k2-0905-preview",
|
|
"embeddingModel": null,
|
|
"maxContext": 131072,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "kimi-coding-cn",
|
|
"label": "Kimi for Coding (China)",
|
|
"auth": "api_key",
|
|
"keyEnv": "KIMI_CN_API_KEY",
|
|
"baseUrl": "https://api.moonshot.cn/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "kimi-k2-0905-preview",
|
|
"embeddingModel": null,
|
|
"maxContext": 131072,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "minimax",
|
|
"label": "MiniMax",
|
|
"auth": "api_key",
|
|
"keyEnv": "MINIMAX_API_KEY",
|
|
"baseUrl": "https://api.minimax.io/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "MiniMax-M2",
|
|
"embeddingModel": null,
|
|
"maxContext": 200000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "minimax-cn",
|
|
"label": "MiniMax (China)",
|
|
"auth": "api_key",
|
|
"keyEnv": "MINIMAX_CN_API_KEY",
|
|
"baseUrl": "https://api.minimaxi.com/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "MiniMax-M2",
|
|
"embeddingModel": null,
|
|
"maxContext": 200000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "bedrock",
|
|
"label": "Amazon Bedrock",
|
|
"auth": "iam",
|
|
"keyEnv": null,
|
|
"baseUrl": "",
|
|
"protocol": "bedrock-converse",
|
|
"chatModel": "anthropic.claude-sonnet-4-20250514-v1:0",
|
|
"embeddingModel": "amazon.titan-embed-text-v2:0",
|
|
"maxContext": 200000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "openai",
|
|
"label": "OpenAI",
|
|
"auth": "api_key",
|
|
"keyEnv": "OPENAI_API_KEY",
|
|
"baseUrl": "https://api.openai.com/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "gpt-4o",
|
|
"embeddingModel": "text-embedding-3-large",
|
|
"maxContext": 128000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "anthropic",
|
|
"label": "Anthropic",
|
|
"auth": "api_key",
|
|
"keyEnv": "ANTHROPIC_API_KEY",
|
|
"baseUrl": "https://api.anthropic.com/v1",
|
|
"protocol": "anthropic",
|
|
"chatModel": "claude-sonnet-4-20250514",
|
|
"embeddingModel": null,
|
|
"maxContext": 200000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "google-cloud",
|
|
"label": "Google Cloud (Vertex AI)",
|
|
"auth": "api_key",
|
|
"keyEnv": "GOOGLE_CLOUD_API_KEY",
|
|
"baseUrl": "https://us-central1-aiplatform.googleapis.com/v1",
|
|
"protocol": "gemini",
|
|
"chatModel": "gemini-2.5-pro",
|
|
"embeddingModel": "text-embedding-004",
|
|
"maxContext": 1000000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "gemini",
|
|
"label": "Google Gemini (AI Studio)",
|
|
"auth": "api_key",
|
|
"keyEnv": "GEMINI_API_KEY",
|
|
"baseUrl": "https://generativelanguage.googleapis.com/v1beta",
|
|
"protocol": "gemini",
|
|
"chatModel": "gemini-2.5-pro",
|
|
"embeddingModel": "text-embedding-004",
|
|
"maxContext": 1000000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "moonshot",
|
|
"label": "Moonshot",
|
|
"auth": "api_key",
|
|
"keyEnv": "MOONSHOT_API_KEY",
|
|
"baseUrl": "https://api.moonshot.ai/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "moonshot-v1-128k",
|
|
"embeddingModel": null,
|
|
"maxContext": 128000,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "qwen",
|
|
"label": "Alibaba Qwen (DashScope)",
|
|
"auth": "api_key",
|
|
"keyEnv": "DASHSCOPE_API_KEY",
|
|
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "qwen-max",
|
|
"embeddingModel": "text-embedding-v3",
|
|
"maxContext": 131072,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "qwen-code",
|
|
"label": "Qwen Code (Alibaba Cloud)",
|
|
"auth": "api_key",
|
|
"keyEnv": "DASHSCOPE_API_KEY",
|
|
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "qwen3-coder-plus",
|
|
"embeddingModel": null,
|
|
"maxContext": 131072,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "alibaba-cloud",
|
|
"label": "Alibaba Cloud (Model Studio)",
|
|
"auth": "api_key",
|
|
"keyEnv": "ALIBABA_CLOUD_API_KEY",
|
|
"baseUrl": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1",
|
|
"protocol": "openai",
|
|
"chatModel": "qwen-max",
|
|
"embeddingModel": "text-embedding-v3",
|
|
"maxContext": 131072,
|
|
"streaming": true,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "antigravity",
|
|
"label": "Antigravity CLI",
|
|
"auth": "oauth",
|
|
"keyEnv": "ANTIGRAVITY_API_KEY",
|
|
"baseUrl": "https://antigravity.portugalfuturista.org",
|
|
"protocol": "portal",
|
|
"chatModel": "antigravity-default",
|
|
"embeddingModel": null,
|
|
"maxContext": 200000,
|
|
"streaming": false,
|
|
"fallback": true
|
|
},
|
|
{
|
|
"id": "local",
|
|
"label": "Local (Ollama / sentence-transformers)",
|
|
"auth": "none",
|
|
"keyEnv": null,
|
|
"baseUrl": "http://127.0.0.1:11434",
|
|
"protocol": "openai",
|
|
"chatModel": "qwen2.5-coder:14b",
|
|
"embeddingModel": "all-MiniLM-L6-v2",
|
|
"maxContext": 32768,
|
|
"streaming": true,
|
|
"fallback": true
|
|
}
|
|
]
|
|
}
|