Ollama Colab
A Google Colab notebook that installs Ollama on a free GPU and exposes it over a public HTTPS tunnel (Cloudflare or ngrok), supporting both the Ollama API and the Anthropic-compatible /v1/messages endpoint.
Ollama Colab
Run Ollama on a free Google Colab GPU and expose a public HTTPS endpoint (Cloudflare Tunnel or ngrok) for use from VS Code, curl, Python or Claude Code-style clients.
What's inside
- 10-step notebook: install, GPU-fit model browser, tunnel, test, keep-alive
- Standard Ollama API plus the Anthropic-compatible
/v1/messagesendpoint - Tunnel readiness polling, process registry and clean shutdown
Note
The endpoint is public and unauthenticated — intended for short experiments only.