OpenClaw + ClawTeam + Superpowers Git Initialization

This commit is contained in:
2026-04-01 10:15:43 +07:00
parent 356c18ac75
commit b49ba1a719
258 changed files with 50192 additions and 0 deletions
+65
View File
@@ -0,0 +1,65 @@
{
"providers": {
"openrouter": {
"baseUrl": "https://openrouter.ai/api/v1",
"api": "openai-completions",
"models": [
{
"id": "auto",
"name": "OpenRouter Auto",
"reasoning": false,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192
},
{
"id": "openrouter/hunter-alpha",
"name": "Hunter Alpha",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1048576,
"maxTokens": 65536
},
{
"id": "openrouter/healer-alpha",
"name": "Healer Alpha",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 262144,
"maxTokens": 65536
}
],
"apiKey": "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"
},
"github-copilot": {
"baseUrl": "https://api.individual.githubcopilot.com",
"models": []
}
}
}