Hey maintainers π
Suggesting AiFast (AIεΏ«η«) for this list β a relay API platform aggregating 559+ latest AI models.
π https://www.aifast.club
Supported Models (559+ total)
- OpenAI: GPT-5, GPT-5.4, GPT-5.4 Pro, GPT-4o, GPT-4o-mini, o3, o4-mini...
- Anthropic: Claude 3.5 Sonnet, Claude 3.7, Claude 3 Haiku...
- Google: Gemini 2.5 Pro, Gemini 2.0 Flash, Gemini 1.5...
- xAI: Grok 3, Grok-Imagine...
- Alibaba: Qwen3.6, Qwen-Max...
- ByteDance: Doubao-Seed-2.0, Doubao-Pro...
- MiniMax: MiniMax-M2.7...
- And 500+ more models updated in real-time
Why it stands out
- β
559+ models in one unified API endpoint
- β
100% OpenAI SDK compatible β just change
base_url, zero code changes
- β
Supports Cursor, Chatbox, Dify, OpenWebUI, n8n out of the box
- β
No VPN required, works globally
- β
Pay-per-use pricing, no monthly subscription
- β
Always up-to-date with the latest model releases
Quick Start
from openai import OpenAI
client = OpenAI(
api_key="your-key",
base_url="https://www.aifast.club/v1"
)
response = client.chat.completions.create(
model="gpt-5", # or claude-3-5-sonnet, gemini-2.5-pro, grok-3...
messages=[{"role": "user", "content": "Hello!"}]
)
Thanks for maintaining this awesome list! π
Hey maintainers π
Suggesting AiFast (AIεΏ«η«) for this list β a relay API platform aggregating 559+ latest AI models.
π https://www.aifast.club
Supported Models (559+ total)
Why it stands out
base_url, zero code changesQuick Start
Thanks for maintaining this awesome list! π