Features Models Quick Start Pricing API Docs
β€”
Login Get Started Free β†’
πŸš€ OpenAI/Anthropic-compatible API Gateway

One API for All AI Models

Access Claude, Gemini, DeepSeek and more through a single endpoint. Compatible with OpenAI/Anthropic SDK β€” just change the base URL.

example.py
from openai import OpenAI

client = OpenAI(
    base_url="https://api.mitdotkey.com/v1",
    api_key="mdk-xxxxxxxxxxxxxxxxxxxx",  # # Get your key from the dashboard
)

response = client.chat.completions.create(
    model="gpt-4o",          # # Choose from 40+ models
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Everything you need to build with AI

A complete platform for developers who want to integrate AI without the complexity.

⚑

Up to 100,000 RPM

Optimized routing with ultra-low latency and limits of up to 100,000 requests per minute.

πŸ”’

Enterprise security

API key management, rate limiting, and usage monitoring built in.

πŸ€–

40+ models

OpenAI, Anthropic, Google, DeepSeek, xAI and more β€” all in one place.

πŸ’°

Pay as you go

No subscriptions. Top up credits and only pay for what you use.

πŸ”„

OpenAI + Anthropic SDK compatible

Drop-in replacement for the OpenAI and Anthropic APIs. Change one line of code.

β‚Ώ

Crypto payments

Top up with USDT or bank transfer. No credit card required.

40+ AI Models, One API

From GPT-4o to Claude 3.5, Gemini Flash to DeepSeek β€” all accessible through a single unified endpoint.

Q
Qwen3 Codex Next
Alibaba
~$0.10/1M tok
β†—
C
πŸ†• Claude Opus 4.8 Medium
Anthropic
~$6.00/1M tok
β†—
C
Claude Opus 4.7 Medium
Anthropic
~$6.00/1M tok
β†—
C
Claude Opus 4.6 Medium
Anthropic
~$5.00/1M tok
β†—
C
Claude Sonnet 4.6 Medium
Anthropic
~$3.00/1M tok
β†—
C
Claude Sonnet 5 Medium
Anthropic
~$2.00/1M tok
β†—
C
πŸ†• Claude Opus 5 Medium
Anthropic
~$6.00/1M tok
β†—
C
Claude Haiku 4.5
Anthropic
~$1.00/1M tok
β†—
D
DeepSeek V3.2
DeepSeek
~$0.50/1M tok
β†—
D
DeepSeek V4 Pro
DeepSeek
~$0.45/1M tok
β†—
D
DeepSeek V4 Flash
DeepSeek
~$0.15/1M tok
β†—
G
Mirai
OpenAI
~$0.10/1M tok
β†—
View all models β†’

Connect MitdotKey in 4 steps

Create a key, change one base URL, pick any model and keep usage visible from the dashboard.

01

Register for free

Create a MitdotKey account without a credit card.

02

Create an API key

Generate a key in the dashboard and store it securely; it is shown only once.

03

Change the base URL

Point your existing SDK to https://api.mitdotkey.com/v1.

04

Choose a model and track cost

Send requests to 40+ models and review usage history after each call.

quickstart.py
import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.mitdotkey.com/v1",
    api_key=os.environ["MITDOTKEY_API_KEY"], # Use the key from your dashboard
)

response = client.chat.completions.create(
    model="gpt-4o-mini", # Swap this for any supported model
    messages=[{
        "role": "user",
        "content": "Your first request through MitdotKey",
    }],
)
Base URL https://api.mitdotkey.com/v1

Simple, transparent pricing

No subscriptions. No hidden fees. Top up credits and pay only for what you use.

Starter
Free forever

Perfect for exploring and testing AI models.

  • βœ“ Access to free-tier models
  • βœ“ 1 API key
  • βœ“ Rate limited requests
  • βœ“ Community support
Register for free
Enterprise
Custom contact us

For teams and businesses with high-volume needs.

  • βœ“ Dedicated infrastructure
  • βœ“ Custom rate limits
  • βœ“ SLA guarantee
  • βœ“ Priority support
Contact Us

* Prices shown are per 1M tokens. Actual cost depends on the model selected.