AI

Open models,on a machine you rent

The Ollama server, with a chat page in front of it.The same port serves the API your own tools call.

Ollama 0.54 cores · 8 GBServed on 8080
hub://ollama

$ dxflow workflow create --identity ollama hub://ollama

$ dxflow workflow start ollama --link

01Pick a machinecores, memory and a rate per hour
02Create the workflowpulled from the hub, once
03Run it, then stopstopped when the work is done
The application

Pick a model,and start talking

A chat page over the Ollama server, with the API alongside it.

A chat page

Pick an installed model and watch the answer stream as it comes.

And the API

The Ollama HTTP API sits at /api, behind that same one password.

Small ones on CPU

Small models are fine on CPU; attach a GPU before you pull a 7B.

The session

One port,two ways in

The chat page and the API share 8080 and one credential.

8080Webthe chat page
/apiAPIfor your own tools
/volumeStoragethe models you pull
Open it from anywhereStart with --link and the page comes back on an HTTPS address.
Set a password firstPASSWORD defaults to dxflow, and everyone can read this page.
Run Ollama on your own machinePick a machine that meets it, and it opens about a minute after you ask.