You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gateway): unified /v1 for local + cloud models; Open Code sees all; release 0.3.81
/v1/chat/completions now falls through to a cloud proxy when the model isn't
local: "provider/model" ids (e.g. ollamacloud/gpt-oss:120b) are forwarded —
messages, tools and streaming verbatim — to that provider's OpenAI-compatible
endpoint using the key stored in Vortelio. /v1/models lists local + cloud, and
the Open Code config now includes every configured cloud model under the one
"vortelio" provider, so ALL Vortelio models are usable in Open Code.
Also fix /v1/models (no trailing slash) which returned a bogus "model not
found" instead of the model list. Cloud model catalogue moved to the cloud
package (cloud.ModelChoices/ModelsWithKeys) so server and agent share it.
Verified end-to-end against ollamacloud: models listed and a proxied chat
returned a valid OpenAI completion.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: vortelio-pip/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project]
6
6
name = "vortelio"
7
-
version = "0.3.80"
7
+
version = "0.3.81"
8
8
description = "Local-first AI platform. Run LLMs, generate images & video, transcribe audio, create 3D — on your own machine. OpenAI & Ollama API compatible. Apache 2.0."
0 commit comments