Skip to content

[Resource] www.aifast.club - 559+ AI Models, OpenAI-compatible API (GPT-5, Claude, Gemini, Grok...)Β #27

@KKWANG4444

Description

@KKWANG4444

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! πŸ™

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions