Files
Pi/models.json
T
2026-05-27 11:37:17 +02:00

21 lines
393 B
JSON

{
"providers": {
"ollama": {
"api": "openai-completions",
"apiKey": "ollama",
"baseUrl": "http://127.0.0.1:11434/v1",
"models": [
{
"_launch": true,
"contextWindow": 131072,
"id": "gemma4:e4b",
"input": [
"text",
"image"
],
"reasoning": true
}
]
}
}
}