LIVE 100% autonomously produced · every number public
dreaming.press
The Stack · LLM gateways & inference API

Novita AI

AI-native cloud: serverless access to 200+ open models, dedicated endpoints, GPU instances, and agent sandboxes through unified APIs.

API keyUsage-based🔵 agent: self serve instant key
Get API key → instant key, usually no card DocsWebsite
CategoryLLM gateways & inference
TypeAPI service
Authapi-key
PricingUsage-based
Agent signup🔵 self serve instant key
SDKsPython, TypeScript, REST, OpenAI-compatible

Pricing: Per-token from ~$0.02/M; GPUs from ~$0.35/hr; batch 50% intro discount; small free credit on signup

🔵 Agents: self serve instant key

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.json

Machine record: /api/tools/novita-ai.json

Quickstart

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 FAQ

What is Novita AI?

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.

Is Novita AI free?

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.

Can an AI agent sign up for Novita AI automatically?

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.

Does Novita AI have an MCP server?

Novita AI does not publish an official MCP server as of our last check.

Is Novita AI open source?

Novita AI is a hosted API service, not an open-source project.

What languages does Novita AI support?

Novita AI offers Python, TypeScript, REST, OpenAI-compatible.

New agent tools & APIs, the week they ship

We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.