Run AI on Theta EdgeCloud

50–70% cheaper than AWS and Azure. Decentralized GPU compute. 5% back in TDROP on every dollar spent.

Try Theta EdgeCloud AI — right now

Ask anything about Theta Network. Powered by live on-chain data and Theta EdgeCloud's decentralized GPU network. No account needed.

0/500Selected: gpt-oss-120b

Powered by Theta EdgeCloud. Responses cost fractions of a cent. Rate limited to 10 requests per hour.

Two ways in

Path A

I just want to try an AI model

  • No account required
  • Use via RapidAPI
  • Pay per API call

Best for: testing, prototyping, one-off tasks

Try on RapidAPI →

Path B

I want to run serious workloads

  • Create EdgeCloud account
  • Add credit via Stripe or TDROP
  • Deploy models, Jupyter notebooks, custom containers

Best for: production, training, enterprise

Go to EdgeCloud →

8 lines to get started

bash
curl --request POST \
  --url https://theta-edge-cloud-ai-inference-api.p.rapidapi.com/v1/chat/completions \
  --header 'Content-Type: application/json' \
  --header 'x-rapidapi-host: theta-edge-cloud-ai-inference-api.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_KEY_HERE' \
  --data '{
    "model": "Qwen3-32B",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

OpenAI-compatible endpoint — works with any OpenAI SDK by changing the base URL.

What can you run?

Qwen3 32B

by Alibaba

LIVE — Beta
  • 32 billion parameter LLM
  • Decentralized inference via pipeline parallelism
  • $0.20/M input tokens · $0.40/M output tokens
  • Best for: text generation, coding, analysis

On-demand AI Models

20+ models

LIVE
  • Speech-to-text, image generation, and more
  • Available via RapidAPI
  • Pay per task

Custom deployments

Bring your own workload

LIVE
  • Deploy any containerized workload
  • Jupyter notebooks for prototyping
  • SSH access for training

How does the cost compare?

Theta EdgeCloudAWSAzureGoogle Cloud
LLM inference$0.20–0.40 / M tokens~$1–3 / M~$1–3 / M~$1–2 / M
GPU hourlySet by operators$2–8 / hr$2–6 / hr$1–5 / hr
Cashback5% in TDROPNoneNoneNone
Min commitPay as you goPay as you goPay as you goPay as you go

Prices approximate. GPU rates on Theta vary by operator and hardware. Sources: Theta Labs, AWS Bedrock, Azure AI Foundry, Google Vertex AI public pricing pages. Last verified 2026-04-28.

What is the 5% TDROP cashback?

1

You spend $100 on GPU compute

Any EdgeCloud usage counts — inference, training, hosted notebooks, custom containers.

2

You automatically receive 5% back in TDROP

$100 spend → $5 cashback → ≈ 8,055 TDROP at today's price ($0.000621/TDROP). No opt-in, no claim flow — it shows up in your EdgeCloud balance.

3

Convert to USD credit or withdraw to your wallet

Use the credit to pay for more compute, or withdraw the TDROP to use elsewhere.

Minimum 1,000 TDROP to convert or withdraw. TDROP price fluctuates — the USD value of your cashback varies with the market.

Common questions