LocAI is an Australia-born platform built to make advanced AI access faster, more controllable, and fully local by design. User data stays local. Servers, APIs, and GPU compute are positioned in Sydney. The operating ambition is simple: build Australia's strongest AI company and a platform the country can take pride in.
Compatible with 30+ coding tools, SDKs & editors
A premium AI access layer for teams that want local control, Australian operating credibility, and a serious path from prototype to national-scale deployment.
A proprietary platform layer designed around coding agents, structured workflows, and high-frequency developer tasks.
User data handling is built around a strict Australia-first operating model, with localisation treated as a platform feature rather than a brochure line.
Servers, APIs, and GPU-backed compute capacity are positioned in Sydney so the platform path stays local, governed, and easier to trust.
Full OpenAI Chat Completions + Anthropic Messages. Streaming, non-streaming, tool use โ all work identically. One API key unlocks both worlds.
SHA-256 hashed keys. Per-key budgets, rate limits, model allowlists. Keys shown once, stored never. Revoke any key instantly.
Track every token, millisecond, and cent. Filter by model, protocol, key, or date range. CSV export. Prometheus + Grafana ready.
Pay only for what you use. Top up in seconds. Real-time cost estimates before every request. Never get a surprise bill.
Claude Code. Cline. Roo Code. Cursor. Windsurf. Aider. Copilot. Continue. We test every tool, every release. Multi-turn tool loops verified at scale.
Per-key and per-user RPM, TPM, concurrency caps. Sliding-window algorithm on Redis. Priority queues. Guaranteed tenant isolation.
JWT with automatic rotation, admin audit trails, webhook signature verification, privacy-first prompt handling, and a local-infrastructure trust story that reads cleanly in procurement.
Stable model aliases that never change. Canary rollouts. A/B testing. Traffic splitting. Upgrade your backend without touching a single line of user code.
No paperwork. No sales calls. No waiting.
Register with your invitation and receive A$100 in prepaid wallet credit when your account is created.
Click once to create a key. Set per-key budgets, model access, and rate limits. Your key appears exactly once โ we only store the hash.
Copy your key into Claude Code, Cline, Cursor โ any tool you use. Zero code changes needed. Start shipping AI features immediately.
If you can use OpenAI or Anthropic, you already know LocAI.
from openai import OpenAI
client = OpenAI(
api_key="LC_PandaMoney_<your_key>",
base_url="https://api.locai.com.au/v1"
)
response = client.chat.completions.create(
model="LocAI-Go",
messages=[{"role":"user",
"content":"Build a REST API"}],
stream=True
)import anthropic
client = anthropic.Anthropic(
api_key="LC_PandaMoney_<your_key>",
base_url="https://api.locai.com.au/anthropic"
)
message = client.messages.create(
model="LocAI-Go",
max_tokens=4096,
messages=[{"role":"user",
"content":"Build a REST API"}]
)export ANTHROPIC_API_KEY="LC_PandaMoney_<your_key>"
export ANTHROPIC_BASE_URL="https://api.locai.com.au/anthropic"
# Done. That's it. Start coding.Every coding tool, every SDK, every framework. One pattern. Change the base URL and you're live.
Four focused LocAI experiences for general, professional, conversational, and retrieval intelligence.
From your first side project to your hundredth production deployment.
Stop fighting rate limits and bill shock. Get the same API experience as the big players at a fraction of the cost. Claude Code + LocAI = unlimited coding.
One integration. Every model you'll ever need. Scale from 100 requests to 100 million without touching your integration. Venture-ready from day one.
SSO / SAML, custom pricing, dedicated capacity, audit trails, and governance controls for teams that need a serious AI operating layer.
White-label ready. Reseller APIs. Custom domains. Build the next Cursor or Copilot on our infrastructure. Your brand, our engine.
Prometheus + Grafana out of the box. Structured logging. Request-level tracing. Circuit breakers and canary deployments. Production-grade from day zero.
We sponsor open-source with free credits. Power your community tools with production AI. Zero cost, zero catch. Just build.
We did not build a thin wrapper. We built an Australian AI company with platform ambition.