Check out the roadmap to see what's coming next! And join us on Discord to make feature requests.
Released v0.2.0 of our self-hosted code interpreter.
This release includes a breaking change to the riza load-custom-runtime
command. Previously, you could specify the runtime by its name. Going forward,
you must specify the runtime revision ID.
# < 0.2.0
$ riza load-custom-runtime riza/demos/markdown@01J4MV3R6ZFHNEW85A8P7GFG8B
# >= 0.2.0
$ riza load-custom-runtime 01J4MV3R6ZFHNEW85A8P7GFG8B
The runtime
parameter in /v1/execute
API is now deprecated. Please use the
runtime_revision_id
parameter instead. Future versions will remove support for
the runtime
parameter.
The developer preview of our serverless tool execution APIs is now live. Define tools via the API or the dashboard. Attach them to your AI agent in your framework of choice and execute them in our isolated runtime.
Learn more about secrets and tools.
rizaio/code-interpreter: Released v0.1.11
/livez
and /readyz
endpoints for better Kubernetes integration.rizaio/code-interpreter: Released v0.1.10
RIZA_SERVE_CONCURRENCY
environment variable.rizaio/code-interpreter: Released v0.1.8
0.1.8-jammy
tag.rizaio/code-interpreter: Released v0.1.7
/v1/execute
endpoint.zlib
as an importable package in the default Python environment.PIL
.numpy_financial
as an importable package in the default Python environment.numpy
as an importable package in the default Python environment.PIL
(via Pillow) as an importable package in the default Python environment, with JPEG support.requests
and httpx
in Python and fetch
in JavaScript/TypeScript.