xtekky/gpt4free

The official gpt4free repository | various collection of powerful language models | opus 4.6 gpt 5.3 kimi 2.5 deepseek v3.2 gemini 3

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on August 30th, 2026
Created on March 29th, 2023
Open Issues & Pull Requests: 2 (+0)
Number of forks: 13,513
Total Stargazers: 66,620 (+0)
Total Subscribers: 483 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 27.3 hours
90th percentile: 46.9 hours
Tracked items: 753

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 8% of issues opened in the past year have been closed. Three people close 61% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 1
Closed in 7 days: 2
Avg open age: 4 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (499)
  • stale (397)
  • respond (11)
  • fixed (7)
  • enhancement (6)
  • question (5)

Detailed Description

gpt4free is a Python library that provides free access to multiple large language models through reverse-engineered APIs and alternative providers.

The project solves the problem of expensive or restricted access to advanced language models by aggregating connections to various model providers without requiring paid API keys. It works by implementing reverse-engineered integrations and leveraging alternative endpoints to expose models like GPT-4, Claude Opus, DeepSeek, Gemini, and others through a unified interface. Users can interact with these models programmatically or through a chatbot interface without direct subscription costs.

Developers should adopt this tool if they need to experiment with multiple language models, build prototypes that use advanced AI capabilities without upfront API costs, or want to compare model outputs across different providers. The project suits research, educational, and development scenarios where cost is a primary constraint. It is particularly useful for those building chatbots or applications that benefit from model diversity. The tool is not positioned as a replacement for official APIs but rather as an alternative access method for exploration and development purposes.

The project maintains active development with regular updates to support newly released models and to adapt integrations as provider APIs change. The codebase receives frequent commits addressing compatibility issues and adding support for additional language models. The project tracks multiple model versions and actively maintains the collection of working providers, indicating ongoing effort to keep integrations functional as external services evolve.