For Providers
Share compute.
Earn MYAI.
Run the agent on any machine with a GPU. It polls for jobs 24/7 and earns MYAI tokens for every inference chunk it completes.
Step 1
Install the agent
One command installs the agent, sets up Ollama, and registers your GPU with the network. Works on macOS, Linux, and Windows.
curl -fsSL https://myaitoken.io/install | bashmacOS · Linux · WindowsStep 2
Pull models
More models = more jobs. Pull the ones that match your hardware. The agent auto-detects what you have and only accepts jobs it can run.
Recommended — Best earnings/hardware ratio
llama3.24GBFastDefault — runs on anythingollama pull llama3.2phi410GBFastBest quality per watt · Mac Mini idealollama pull phi4deepseek-r1:7b6GBMediumHigh demand · reasoning tasksollama pull deepseek-r1:7bmistral6GBFastReliable, widely requestedollama pull mistralqwen2.5-coder:7b6GBFastCode generation — dev marketollama pull qwen2.5-coder:7bHigh Performance — More VRAM, higher earnings
llama3.1:70b40GBSlowNear GPT-4 qualityollama pull llama3.1:70bdeepseek-r1:70b40GBSlowBest reasoning availableollama pull deepseek-r1:70bmixtral:8x7b24GBMediumMoE · great quality/speed tradeoffollama pull mixtral:8x7bqwen2.5:72b48GBSlowTop tier multilingualollama pull qwen2.5:72bgemma2:27b20GBMediumGoogle · premium qualityollama pull gemma2:27bEmbeddings — RAG pipeline demand
nomic-embed-text1GBFastMost popular for RAGollama pull nomic-embed-textmxbai-embed-large1GBFastHigh-dimensional embeddingsollama pull mxbai-embed-largeStep 3
Earn
Provider Economics
What can I earn?
Earnings are calculated per completed inference job based on output tokens and model size, then settled daily against per-tier emission caps. At launch (Year 1) the network emits up to 325,000 MYAI per day across all provider tiers.
Per-job emission rate (output tokens × model multiplier)
¹ Estimates assume 50–10,000 jobs/day depending on tier and activity. Caps are across all providers in a tier — if total exceeds cap, each provider is paid proportionally. Halvening applies: cap halves every 2 years. USD value depends on MYAI market price.
Live Network
Provider Leaderboard
Powered by GET /v1/agents/leaderboard · cached 1 h
Track earnings on Telegram
Connect @MyAIEarningsbot to get real-time earnings, job status, and provider stats right in Telegram.
API Endpoints
/api/v1/agents/gpu/onlineList all online GPU providers/api/v1/jobs/parallelSubmit a parallel inference job/api/v1/jobs/parallel/:idGet job status and result/api/v1/agents/:id/dispatchDispatch directly to a specific agent/api/v1/agents/gpu/lookup?api_keyLook up your agent by API key/v1/agents/leaderboardProvider leaderboard (reputation/earnings/jobs)Base URL: https://api.myaitoken.io