No API key
Access comes from your VPS being on our private network. There's nothing to create, rotate or leak.
Free with your ReadyServer VPS
Run AI agents, RAG pipelines and chatbots on open models served inside ReadyServer's private network. OpenAI-compatible, with no API key and no per-token billing.
Now serving Qwen3.6-27B and Qwen3.8-27B, with more models on the way.
$ curl http://api.readyserver.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.6-27b",
"messages": [
{"role": "user", "content": "Hello from my VPS!"}
]
}'
{"choices": [{"message": {"role": "assistant",
"content": "Hello! What are you building today?"}}]}
Why it's different
No keys to manage and no metered bill. If your app runs on a ReadyServer VPS, it can call the API.
Access comes from your VPS being on our private network. There's nothing to create, rotate or leak.
The API is included with your VPS. Instead of metering tokens, capacity is shared fairly between customers.
Use the official OpenAI SDKs, or any tool that lets you set a custom base URL.
Requests travel from your VPS to our inference servers over ReadyServer's private network, not the public internet.
How it works
Every plan on readyserver.sg includes access to the LLM API, with nothing extra to set up.
Set the private base URL in any OpenAI-compatible SDK or tool. Any placeholder works for the API key.
Ship agents, chatbots, RAG search and automations without watching a token meter.
Models
Two Qwen models today, with more to come.
Available
Answers directly for fast responses. 131K-token context, tool calling and image input.
Model details →Available
Thinks before it answers. 262K-token context, tool calling and image input.
Model details →Coming soon
We plan to add more models. Once the community forum opens, you can tell us which ones you'd like to see.
Use cases
Give agents a model to plan and call tools, running next to the services they automate.
Answer questions over your own documents, with both the data and the model inside ReadyServer's network.
Run coding agents and developer tools on your VPS against an OpenAI-compatible endpoint.
Summarise, classify and extract data in workflows and scheduled jobs on your server.
Power support bots and internal assistants hosted on your VPS.
Fair share
The API runs on capacity shared by ReadyServer VPS customers. Instead of charging per token, a fair-share policy stops any single workload from crowding out everyone else.
max_tokens to keep things fast for everyone.We're opening a forum for developers working with local LLMs, agents and AI tooling. Get your VPS ready today.