Initial commit
This commit is contained in:
61
agents/main/agent/models.json
Normal file
61
agents/main/agent/models.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"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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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user