Does this work with my existing tools?
Yes. Yolo-Auto is fully OpenAI-compatible. Any tool that accepts a base_url and API key works. Yolo-Auto Desktop, pi, openclaw, Hermes, Cursor, Claude Desktop, LangChain, LlamaIndex, your own code, anything using the OpenAI SDK or curl to /v1/chat/completions.
What’s the catch on “unlimited”?
There isn’t one. Token usage is unlimited. Like all providers, we have finite throughput, so heavy token usage can affect scheduler priority during peak load. Plan concurrency still applies: requests over your active slot limit are rejected with a retry hint until a slot frees up.
How does pricing compare to OpenAI or other providers?
Flat rate: $6/month for unlimited access. No per-token fees means your bill never changes. A single day of heavy agent usage on other providers can cost more than a full month here.
Do you store my prompts or conversations?
No. We don’t store prompts, responses, or conversation history. It would be a legal liability and we have no use for it. Our admin tools show request metadata (time, model, token counts, latency) but never prompt or response text. Nothing is used for training. We run our own distributed infrastructure; requests don’t go to third-party providers.
Will you add more models?
We’re focused on Qwen3.6-35B-A3B right now because we can optimize the hell out of it on dedicated hardware. More models are planned. We’ll add them when we can guarantee the same pricing and uptime.

