dogecat
Decentralized LLMs

GPT-4 quality, 10x cheaper

Access frontier AI models through a decentralized GPU network. OpenAI-compatible API. No rate limits. Pay per token.

Compare Pricing

OpenAI
Dogecat
GPT-4 Turbo
$10 / 1M tokens
$1 / 1M tokens
Claude 3.5
$15 / 1M tokens
$1.50 / 1M tokens
Llama 3 70B
$0.90 / 1M tokens
$0.10 / 1M tokens
🔌

OpenAI Compatible

Drop-in replacement. Just change the base URL. Works with LangChain, LlamaIndex, and more.

🌐

Decentralized

Powered by Gonka's global GPU network. No single point of failure. Always available.

No Rate Limits

Scale to millions of requests. Pay for what you use, no artificial limits.

Drop-in Replacement

# Just change the base URL
from openai import OpenAI

client = OpenAI(
  base_url="https://dogecat.com/api/v1",
  api_key="your_api_key"
)

response = client.chat.completions.create(
  model="gpt-4-turbo",
  messages=[{"role": "user", "content": "Hello!"}]
)

Start saving on AI inference

$5 free credits to get started. No credit card required.