Skip to content

jinzekeji/aimax-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

AIMax API — 14 AI Models, 10x Cheaper Than OpenAI

Same API format. Same quality. One-tenth the price.

http://70.39.178.237 | http://70.39.178.237:3001/register

💰 Price Comparison

Plan AIMax OpenAI Equivalent Savings
Starter $5/mo (2.5M tokens) ~$50/mo 90%
Pro $20/mo (15M tokens) ~$200/mo 90%
Business $50/mo (50M tokens) ~$500/mo 90%
Enterprise $200/mo (500M tokens) ~$2,000/mo 90%

🤖 Models (14 from 6 Chinese Labs)

Lab Models
DeepSeek V4 Flash, V4 Pro, V3.2, R1
Alibaba (Qwen) Max, Plus, Qwen3 32B
ByteDance (Doubao) 2.1 Pro, 2.1 Turbo
Zhipu (GLM) GLM-4 Flash, GLM-4 Plus
Moonshot (Kimi) 8K, 128K
MiniMax abab6.5s

⚡ Quick Start

curl http://70.39.178.237/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{
    "model": "deepseek-v4-flash",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Drop-in replacement for OpenAI — just change the URL and API key.

✨ Why AIMax?

  • 10x cheaper than OpenAI — same models, same quality
  • OpenAI-compatible — works with any SDK or library
  • 14 models — pick the best one for each task
  • Instant auto top-up via PayPal, credits immediately
  • 24/7 AI chatbot support directly on the site
  • Single key — one API key for all 14 models

🚀 Get Started

  1. Register at http://70.39.178.237:3001/register
  2. Get your API key
  3. Use it exactly like OpenAI

Built by a solo dev. All code written with Claude Code. Questions? Ask the AI chatbot on the site.

About

14 AI models, 10x cheaper than OpenAI. One API, same format.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors