mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
feat: Add support for local Ollama Local provider
This commit is contained in:
@@ -164,6 +164,7 @@ export async function POST(request) {
|
||||
case "siliconflow":
|
||||
case "hyperbolic":
|
||||
case "ollama":
|
||||
case "ollama-local":
|
||||
case "assemblyai":
|
||||
case "nanobanana":
|
||||
case "chutes":
|
||||
@@ -182,6 +183,7 @@ export async function POST(request) {
|
||||
siliconflow: "https://api.siliconflow.cn/v1/models",
|
||||
hyperbolic: "https://api.hyperbolic.xyz/v1/models",
|
||||
ollama: "https://ollama.com/api/tags",
|
||||
"ollama-local": "http://localhost:11434/api/tags",
|
||||
assemblyai: "https://api.assemblyai.com/v1/account",
|
||||
nanobanana: "https://api.nanobananaapi.ai/v1/models",
|
||||
chutes: "https://llm.chutes.ai/v1/models",
|
||||
|
||||
Reference in New Issue
Block a user