Initial Check-In

This commit is contained in:
2026-04-08 18:43:13 +00:00
commit 01ecda2694
25 changed files with 10312 additions and 0 deletions

View File

@@ -0,0 +1,122 @@
{
"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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"
},
"arcee": {
"baseUrl": "https://openrouter.ai/api/v1",
"api": "openai-completions",
"models": [
{
"id": "arcee/trinity-mini",
"name": "Trinity Mini 26B",
"api": "openai-completions",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0.045,
"output": 0.15,
"cacheRead": 0.045,
"cacheWrite": 0.045
},
"contextWindow": 131072,
"maxTokens": 80000
},
{
"id": "arcee/trinity-large-preview",
"name": "Trinity Large Preview",
"api": "openai-completions",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0.25,
"output": 1,
"cacheRead": 0.25,
"cacheWrite": 0.25
},
"contextWindow": 131072,
"maxTokens": 16384
},
{
"id": "arcee/trinity-large-thinking",
"name": "Trinity Large Thinking",
"api": "openai-completions",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0.25,
"output": 0.9,
"cacheRead": 0.25,
"cacheWrite": 0.25
},
"contextWindow": 262144,
"maxTokens": 80000,
"compat": {
"supportsReasoningEffort": false
}
}
],
"apiKey": "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"
}
}
}