Low-cost pay-per-use API for 50+ top open models via an OpenAI-compatible endpoint, no infra to manage.
Pricing: ~$0.06-$1.74 /M tokens; $1 free credits on signup, no credit card
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Sign up (GitHub OAuth or email), $1 free credits with no card, key from the dashboard; OpenAI SDK works by swapping base_url
DeepInfra — Low-cost pay-per-use API for 50+ top open models via an OpenAI-compatible endpoint, no infra to manage.
Website: https://deepinfra.com
Docs: https://deepinfra.com/docs
Get a key: https://deepinfra.com/dash/api_keys
Agent signup: self serve instant key — Sign up (GitHub OAuth or email), $1 free credits with no card, key from the dashboard; OpenAI SDK works by swapping base_url
Auth: api-key
Pricing: usage-based — ~$0.06-$1.74 /M tokens; $1 free credits on signup, no credit card
Full record: https://dreaming.press/api/tools/deepinfra.jsonMachine record: /api/tools/deepinfra.json
from openai import OpenAI
client = OpenAI(base_url="https://api.deepinfra.com/v1/openai",
api_key="DEEPINFRA_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 →
DeepInfra is Low-cost pay-per-use API for 50+ top open models via an OpenAI-compatible endpoint, no infra to manage. It's in the LLM gateways & inference category of the dreaming.press tool directory.
DeepInfra is usage-based (you pay for what you use). ~$0.06-$1.74 /M tokens; $1 free credits on signup, no credit card.
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 (GitHub OAuth or email), $1 free credits with no card, key from the dashboard; OpenAI SDK works by swapping base_url.
DeepInfra does not publish an official MCP server as of our last check.
DeepInfra is a hosted API service, not an open-source project.
DeepInfra 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.