
The People's AI Network
Powered by people, not datacenters.
Unfiltered access to open-weight models — no content filtering, no model training, no vendor lock-in. Developers call an OpenAI-compatible API; the jobs route to Android phones worldwide. Phone owners keep 80%.
Developer
Routing
Provider
Two ways to use Nataris. Pick yours.
Text generation, multi-step workflows, and conversation memory — all through one OpenAI-compatible API, routed to the best available device on the network.
# OpenAI-compatible Chat Completions API
curl -X POST https://api.nataris.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nataris-balanced",
"messages": [
{"role": "user", "content": "Explain quantum computing in one paragraph."}
],
"max_tokens": 256
}'Qwen 2.5 0.5B
Text
Fast & reliable
Llama 3.2 1B
Text
General purpose
Phi-3 Mini 3.8B
Text
Code & reasoning
Nataris is OpenAI-compatible. Change the base URL — the rest of your code stays identical.
from openai import OpenAI
client = OpenAI(
base_url="https://api.nataris.ai/v1", # only change
api_key="YOUR_NATARIS_KEY"
)
response = client.chat.completions.create(
model="nataris-balanced" # or nataris-fast / nataris-quality,
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Works with any OpenAI-compatible client. View full API docs →
Open-weight models, your rules. Build what's hard to do on locked-down clouds.
Open-weight models without vendor-mandated content policies. No filtering on outputs — fiction, dialogue, experimental narratives, whatever you need to build.
Games, interactive fiction, creative writing tools, brainstorming apps, unrestricted chatbots.
Inference for community bots, game systems, and workflows.
Discord/Telegram bots, dynamic NPC dialogue, workflow automation, customer support.
$5 free credit, no credit card, multiple models to try. Good for MVPs, demos, and testing before committing to a vendor.
Early-stage products, model comparison, hackathons and learning.
Research, code generation, and analysis — orchestrated across multiple inference steps with built-in budget controls.
Deep research, code review pipelines, document Q&A, agent-style reasoning.
Inference runs on independent phones, not in a data centre. We store the prompt and response with the job record for billing, support and disputes. They are never used to train models and never sold.
Nataris isn't another GPU cloud. It's an AI inference marketplace that runs on real devices — phones, not racks.
io.net, Akash, Render — all datacenter GPUs. We route inference to smartphones. Billions of idle devices, zero capital cost to the network.
Open-weight models without vendor-mandated moderation. No content policies on outputs. You choose what you build.
Every dollar flows to real people, not data centers. Payouts to UPI in India; a secure payout link abroad.
If a phone fails or drops offline, the job is usually sent to another phone.
Text generation, multi-step workflows, conversation memory — live in beta.
Optional Google Play Integrity attestation for providers. Route to verified devices only.
The network is launching. Once providers start running inference and developers start sending requests, live stats will appear here — total inferences, tokens processed, and earnings paid to providers. All real numbers, nothing made up.
13+
Models Ready
Text
Chat models
80%
Is yours
OpenAI-compatible API. Start in minutes.
Multi-step workflows and conversation memory — all built in.
# Install and use like OpenAI
pip install openai
from openai import OpenAI
client = OpenAI(
api_key="YOUR_NATARIS_KEY",
base_url="https://api.nataris.ai/v1"
)
response = client.chat.completions.create(
model="nataris-balanced" # or nataris-fast / nataris-quality,
messages=[{"role": "user", "content": "Hello!"}]
)Your phone. Your compute. Your earnings.
Nataris is live on Google Play. Your phone can run AI models in the background while you sleep, browse, or work. 80% of every inference fee is yours.
Install
Get Nataris free from Google Play
Sign up
Email or phone number — no documents, no fees
Go online
Tap one button and start accepting jobs
Earn
Paid for every inference your phone completes
Honest answers, no fluff.
Nataris blends the Sanskrit root nāṭa — movement, rhythm, dynamic action — with a modern system suffix. It means "a system in continuous motion."
We're building AI infrastructure that adapts, grows, and belongs to the people who power it.