GA
Open Source
Free Tier
Hanzo Functions
Serverless compute platform
Deploy functions in any language. Auto-scaling, pay-per-execution, zero cold starts with edge deployment.
Functions 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%
Functions 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%
Get Started
Install Functions in seconds
terminal
$ hanzo functions deploy ./my-function
New to Hanzo? Install the CLI first: curl -fsSL hanzo.sh | bash
Features
Everything you need to get started
Any language
Auto-scaling
Edge deployment
Event triggers
Zero cold starts
SDKs & Libraries
Official Functions SDKs
Use our official SDKs to integrate Functions into your application
Community
Join the Functions 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 GuideResources
Learn more about Functions
Related Products
More from Hanzo Compute
Ready to get started with Functions?
Deploy in minutes with Hanzo Cloud or self-host with our open-source release.