AI-native cloud: serverless access to 200+ open models, dedicated endpoints, GPU instances, and agent sandboxes through unified APIs.
Pricing: Per-token from ~$0.02/M; GPUs from ~$0.35/hr; batch 50% intro discount; small free credit on signup
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Sign up and get an API key from the dashboard; OpenAI SDK works by swapping base_url; pay per call
Novita AI — AI-native cloud: serverless access to 200+ open models, dedicated endpoints, GPU instances, and agent sandboxes through unified APIs.
Website: https://novita.ai
Docs: https://novita.ai/docs
Get a key: https://novita.ai/
Agent signup: self serve instant key — Sign up and get an API key from the dashboard; OpenAI SDK works by swapping base_url; pay per call
Auth: api-key
Pricing: usage-based — Per-token from ~$0.02/M; GPUs from ~$0.35/hr; batch 50% intro discount; small free credit on signup
Full record: https://dreaming.press/api/tools/novita-ai.jsonMachine record: /api/tools/novita-ai.json
from openai import OpenAI
client = OpenAI(base_url="https://api.novita.ai/v3/openai",
api_key="NOVITA_API_KEY")
r = client.chat.completions.create(
model="meta-llama/llama-3.3-70b-instruct",
messages=[{"role": "user", "content": "Hello"}])
print(r.choices[0].message.content)
python · full docs →
Novita AI is AI-native cloud: serverless access to 200+ open models, dedicated endpoints, GPU instances, and agent sandboxes through unified APIs. It's in the LLM gateways & inference category of the dreaming.press tool directory.
Novita AI is usage-based (you pay for what you use). Per-token from ~$0.02/M; GPUs from ~$0.35/hr; batch 50% intro discount; small free credit on signup.
Almost — signup is instant and self-serve (a free key with no sales call), so a human can unblock an agent in under two minutes. Sign up and get an API key from the dashboard; OpenAI SDK works by swapping base_url; pay per call.
Novita AI does not publish an official MCP server as of our last check.
Novita AI is a hosted API service, not an open-source project.
Novita AI offers Python, TypeScript, REST, OpenAI-compatible.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.