Real streaming
Token-by-token SSE on /chat/completions with stream=true
— first tokens in milliseconds, not after the full response lands. Wire it straight
into your existing chat UI.
Animica mainnet is live: Dilithium3 + SPHINCS+ signatures, smart contracts in deterministic Python, and PoIES consensus that rewards useful compute — including attested, verifiable quantum randomness — instead of wasted hashes.
pip install animica
The complete client — mine, run a node, use the wallet, deploy Python contracts,
run animica up (the unified PoW + useful-work + GPU train/serve +
Studio miner), and use the Studio SDK. The native CPU miner is included by default.
Want the kitchen sink? pip install "animica[all]" adds every optional
extra: Qt wallet QR codes, the full distributed Studio client (cloudpickle + omni-sdk
for on-chain ANM escrow), and all pinned server/operator deps.
Businesses and agent builders ship on Animica AI — a drop-in, OpenAI-compatible API. Point the official OpenAI SDK at our base URL, swap in an Animica key, and your existing chat, streaming, tool-calling, and embeddings code runs unchanged — exactly what autonomous agents need. Go to production with per-key spend caps, usage analytics, and signed webhooks. Start free with monthly free tokens; pay with card, PayPal, or crypto. Manage it all at console.animica.org.
base_url="https://api.animica.org/v1"
Two lines change: base_url → https://api.animica.org/v1 and
api_key → your Animica key — no rewrites. Or use the native SDKs:
npm i @animica/sdk and pip install animica-ai. Businesses sign up,
mint keys, and watch usage and billing at console.animica.org.
anm-fast-8bLow-latency chatanm-code-7bCode generationanm-pro-70bFrontier reasoninganm-bittensor-routerRoutes to Bittensor subnetsanm-embedEmbeddings
Token-by-token SSE on /chat/completions with stream=true
— first tokens in milliseconds, not after the full response lands. Wire it straight
into your existing chat UI.
Per-key rate limits and monthly spend caps, org-level budgets with auto-recharge, and idempotency keys so retries never double-bill. Fund it with ANM or crypto credits — no surprise overages.
Break usage down per key, per model, and per day in the console, or export the raw numbers to CSV for finance and customer billing.
HMAC-signed webhooks for usage, billing, and budget events — verify the signature and react inside your own backend.
A local AI coding IDE powered by Animica: chat with agents, browse and edit your project, generate complete features, and run commands with approval — an agentic workflow that builds software with you, all on your machine.
Self-contained desktop builds that bundle Python + Qt. Windows: run the installer.
macOS: unzip, then right-click → Open (unsigned). Or run from source:
pip install -r requirements.txt & python main.py.
Dilithium3 and SPHINCS+ signatures protect every account and transaction against both classical and future quantum attackers.
PoIES points mining power at useful compute — the pool supports XMR dual-mining and Bittensor GPU workloads on the same rig.
Write contracts in Python with deterministic execution and auditable state transitions, then deploy them with the animica CLI.
Mainnet runs today with a public explorer, web and desktop wallets, JSON-RPC at rpc.animica.org, and a working mining pool.
Point a miner at the pool and earn ANM — with optional XMR dual-mining and Bittensor GPU compute on the same hardware.
Go now ->Write deterministic Python contracts, deploy with the animica CLI, and read chain state over the public JSON-RPC endpoint.
Go now ->Create an anim1… address with the web or desktop wallet, send and receive ANM, and verify everything in the explorer.
Go now ->Every product below runs against the live chain — same coin, same anim1… addresses, same explorer-verifiable state.
Mine ANM with XMR dual-mining and Bittensor GPU compute, with a public dashboard at pool.animica.org.
Open ->Web wallet at wallet.animica.org plus desktop releases for key management, transfers, and day-to-day ANM operations.
Open ->Track blocks, transactions, addresses, contracts, and chain activity in real time.
Open ->Serverless compute — write a Python function, decorate it, and run it on the fleet for ANM. Modal-style DX at studio.animica.org.
Open ->Connect MetaMask to Animica (chain 149) and move ANM between an EVM wallet and native accounts — deposit, send, withdraw at evm.animica.org.
Open ->academy.animica.org — the official learning hub for getting started with Animica, from wallets to contracts.
Open ->Animica's AI-compute lane for decentralized AI workloads and provider markets, with a dashboard at aicf.animica.org.
Open ->github.com/animicaorg — the node, wallets, pool, and tooling are public and open to contributions.
Open ->For businesses & AI agents: an OpenAI-compatible API — point the OpenAI SDK at api.animica.org/v1 and your code just works. Free monthly tokens, real streaming, spend caps, usage analytics, and HMAC webhooks. Sign up at console.animica.org.
Open ->Free, keyless AI for developers and their agents — an OpenAI-compatible /v1 you can call with no signup and no API key, plus a GitHub coding agent that turns a prompt into a pull request. Served on-chain by the miner network at animica.dev.
Open ->Run a node, deploy a Python contract, or point a miner at the pool — the chain, the tools, and the source are public today.