Skip to content

[Resource] AiFast.club - Free OpenAI-compatible API with GPT-4o, Claude, GeminiΒ #1145

@KKWANG4444

Description

@KKWANG4444

Hey maintainers πŸ‘‹

I'd like to suggest adding AiFast to this list.

πŸ”— https://www.aifast.club

What is it?

A free AI API aggregation platform with an OpenAI-compatible interface β€” drop-in replacement, zero code changes needed.

Supported Models

  • GPT-4o / GPT-4o-mini
  • Claude 3.5 Sonnet / Claude 3 Haiku
  • Gemini 1.5 Pro / Flash
  • And more...

Why it's worth adding

  • βœ… Free tier with generous quota
  • βœ… 100% OpenAI SDK compatible (just change base_url)
  • βœ… No VPN required (works globally)
  • βœ… Pay-per-use, no monthly subscription trap
  • βœ… Stable uptime, actively maintained

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-4o",
    messages=[{"role": "user", "content": "Hello!"}]
)

Happy to answer any questions. Thanks for maintaining this awesome list! πŸ™

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions