Beta
Open Source
Free Tier

Hanzo Runtime

Isolated execution sandbox

Secure sandboxed execution for untrusted code. Run user code safely with resource limits and isolation.

Runtime Dashboard
Active Models
gpt-4o
claude-3.5
gemini-pro
llama-3.1
POST /v1/chat/completions
Request
{
  "model": "gpt-4o",
  "messages": [
    {"role": "user",
     "content": "Hello!"}
  ]
}
Response 200
{
  "choices": [{
    "message": {
      "content": "Hi!"
    }
  }],
  "usage": {...}
}
Requests/min
2.4K
Avg Latency
124ms
Success Rate
99.9%

Features

Everything you need to get started

V8 isolates
Resource limits
Network isolation
Timeout controls
Secure by default
SDKs & Libraries

Official Runtime SDKs

Use our official SDKs to integrate Runtime into your application

Hanzo Python SDK

PyPI
pip install hanzoai

Hanzo TypeScript SDK

npm
npm install @hanzo/ai

Hanzo Go SDK

Go Modules
go get github.com/hanzoai/go-sdk

Hanzo Rust SDK

crates.io
cargo add hanzoai
Community

Join the Runtime Community

Get help, share ideas, and contribute to the project

Want to Contribute?

We welcome contributions of all kinds: bug reports, feature requests, documentation improvements, and code contributions.

Read our Contributing Guide

Ready to get started with Runtime?

Deploy in minutes with Hanzo Cloud or self-host with our open-source release.