feat: add Ollama Cloud as a declarative provider (#8189)

This commit is contained in:
Vincenzo Palazzo
2026-04-09 22:19:27 +02:00
committed by GitHub
parent 31f5dcf00c
commit 8c3b5eb56a
3 changed files with 20 additions and 2 deletions
@@ -0,0 +1,13 @@
{
"name": "ollama_cloud",
"engine": "openai",
"display_name": "Ollama Cloud",
"description": "Access hosted models on ollama.com via OpenAI-compatible API",
"api_key_env": "OLLAMA_CLOUD_API_KEY",
"base_url": "https://ollama.com/v1/chat/completions",
"models": [],
"dynamic_models": true,
"headers": null,
"timeout_seconds": null,
"supports_streaming": true
}