Skip to content

v0.1.7 — Initial public release

Choose a tag to compare

@deyzho deyzho released this 15 Apr 03:45
· 33 commits to master since this release

Axon SDK v0.1.7

First public release of the Axon Python SDK — a provider-agnostic compute routing layer for AI workloads.

What's included

  • 10 providers: io.net, Akash Network, Acurast, Fluence, Koii, AWS, GCP, Azure, Cloudflare Workers, Fly.io
  • Multi-provider routing with 5 strategies: latency, availability, cost, balanced, round-robin
  • Circuit breaker & automatic failover — configurable thresholds and recovery windows
  • OpenAI-compatible inference endpoint via axonsdk[inference] (FastAPI + uvicorn)
  • CLI (axon init, axon deploy, axon status, axon teardown)
  • Cost estimation before deploying — compare provider pricing in real time
  • Security hardening: SSRF protection, secret filtering, DNS rebinding defence, response size caps

Install

pip install axonsdk
pip install axonsdk[inference]
pip install axonsdk[all]

Full documentation

https://axonsdk.dev