48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"providers": {
|
|
"ollama": {
|
|
"baseUrl": "https://ollama.liphlink.xyz/v1",
|
|
"api": "openai-completions",
|
|
"apiKey": "44273bd555df45a19fdc850cda42446a.1RJeOoiWkxI5RgyEA-mMHbSK",
|
|
"compat": {
|
|
"supportsDeveloperRole": false,
|
|
"supportsReasoningEffort": false
|
|
},
|
|
"models": [
|
|
{
|
|
"id": "minimax-m3:cloud",
|
|
"name": "MiniMax M3 (cloud, frontier, vision)",
|
|
"reasoning": true,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 512000,
|
|
"maxTokens": 16384
|
|
},
|
|
{
|
|
"id": "kimi-k2.6:cloud",
|
|
"name": "Kimi K2.6 (cloud, vision)",
|
|
"reasoning": true,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 262144,
|
|
"maxTokens": 16384
|
|
},
|
|
{
|
|
"id": "kimi-k2.7-code:cloud",
|
|
"name": "Kimi K2.7 Code (cloud, vision, code-specialist)",
|
|
"reasoning": true,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 262144,
|
|
"maxTokens": 16384
|
|
},
|
|
{
|
|
"id": "gemini-3-flash-preview",
|
|
"name": "Gemini 3 Flash Preview (cloud, vision, fast)",
|
|
"reasoning": true,
|
|
"input": ["text", "image"],
|
|
"contextWindow": 1048576,
|
|
"maxTokens": 16384
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|