Initial Check-In
This commit is contained in:
122
agents/main/agent/models.json
Normal file
122
agents/main/agent/models.json
Normal 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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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user