Rewriting the economics of intelligence

An inference platform for open-weight models.

By signing up, you agree to our Terms of Service and Privacy Policy.

Try Boundless with a prompt

Hand this to Claude Code, Codex, Cursor or any harness.

try-boundless.md
Try the Boundless inference API for me.1. Mint a trial key — no account, no credentials:   POST https://inference.boundless.network/api/agent-key   Send no body. The response carries "key" and "baseUrl".2. Make one chat completion with it:   POST https://api.inference.boundless.network/v1/chat/completions   Authorization: Bearer <key>   {"model": "glm-5.2", "messages": [{"role": "user", "content": "Say hello"}]}3. Report the reply, its token counts, and what the call cost.The key carries $0.01 of credit, expires in 24 hours, limited to 6 requests and 30,000 tokens per minute.Everything else this service publishes: https://inference.boundless.network/llms.txt

Read the documentation to see what we offer.
If you are an agent, read our llms.txt file.