> ## Content Index
> Fetch the complete content index at: https://darkwebinformer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# GPT4Free: Various Collection of Powerful Language Models
- URL: https://darkwebinformer.com/gpt4free-various-collection-of-powerful-language-models/
- Published: 2024-09-12T18:46:19.000Z
- Updated: 2025-09-04T22:26:42.000Z
- Author: Dark Web Informer
- Tags: Tools

GitHub: <https://github.com/xtekky/gpt4free>  
Last Commit: September 7th, 2024

---

Written by [@xtekky](https://github.com/xtekky) & maintained by [@hlohaus](https://github.com/hlohaus)

> By using this repository or any code related to it, you agree to the [legal notice](https://github.com/xtekky/gpt4free/blob/main/LEGAL%5FNOTICE.md). The author is **not responsible for the usage of this repository nor endorses it**, nor is the author responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.

> \[!Warning\] > *"gpt4free"* serves as a **PoC** (proof of concept), demonstrating the development of an API package with multi-provider requests, with features like timeouts, load balance and flow control.

> \[!Note\] > **Lastet version:** [](https://pypi.org/project/g4f) [](https://hub.docker.com/r/hlohaus789/g4f)  
> **Stats:** [](https://pepy.tech/project/g4f) [](https://pepy.tech/project/g4f)

pip install -U g4fdocker pull hlohaus789/g4f

## 🆕 What's New

[](https://github.com/xtekky/gpt4free#-whats-new)

- Added `gpt-4o`, simply use `gpt-4o` in `chat.completion.create`.
- Installation Guide for Windows (.exe): 💻 [#installation-guide-for-windows](https://github.com/xtekky/gpt4free#installation-guide-for-windows-exe)
- Join our Telegram Channel: 📨 [telegram.me/g4f\_channel](https://telegram.me/g4f%5Fchannel)
- Join our Discord Group: 💬 [discord.gg/XfybzPXPH5](https://discord.gg/XfybzPXPH5)
- `g4f` now supports 100% local inference: 🧠 [local-docs](https://g4f.mintlify.app/docs/core/usage/local)

## 🔻 Site Takedown

[](https://github.com/xtekky/gpt4free#-site-takedown)

Is your site on this repository and you want to take it down? Send an email to [takedown@g4f.ai](mailto:takedown@g4f.ai) with proof it is yours and it will be removed as fast as possible. To prevent reproduction please secure your API. 😉

## 🚀 Feedback and Todo

[](https://github.com/xtekky/gpt4free#-feedback-and-todo)

You can always leave some feedback here: <https://forms.gle/FeWV9RLEedfdkmFN6>

As per the survey, here is a list of improvements to come

- Update the repository to include the new openai library syntax (ex: `Openai()` class) | completed, use `g4f.client.Client`
- Golang implementation
- 🚧 Improve Documentation (in /docs & Guides, Howtos, & Do video tutorials)
- Improve the provider status list & updates
- Tutorials on how to reverse sites to write your own wrapper (PoC only ofc)
- Improve the Bing wrapper. (Wait and Retry or reuse conversation)
- 🚧 Write a standard provider performance test to improve the stability
- Potential support and development of local models
- 🚧 Improve compatibility and error handling

## 📚 Table of Contents

[](https://github.com/xtekky/gpt4free#-table-of-contents)

- [🆕 What's New](https://github.com/xtekky/gpt4free#-whats-new)
- [📚 Table of Contents](https://github.com/xtekky/gpt4free#-table-of-contents)
- [🛠️ Getting Started](https://github.com/xtekky/gpt4free#-getting-started)
  - [Docker Container Guide](https://github.com/xtekky/gpt4free#docker-container-guide)
  - [Installation Guide for Windows (.exe)](https://github.com/xtekky/gpt4free#installation-guide-for-windows-exe)
  - [Use python](https://github.com/xtekky/gpt4free#use-python)
    - [Prerequisites](https://github.com/xtekky/gpt4free#prerequisites)
    - [Install using PyPI package:](https://github.com/xtekky/gpt4free#install-using-pypi-package)
    - [Install from source:](https://github.com/xtekky/gpt4free#install-from-source)
    - [Install using Docker:](https://github.com/xtekky/gpt4free#install-using-docker)
- [💡 Usage](https://github.com/xtekky/gpt4free#-usage)
  - [Text Generation](https://github.com/xtekky/gpt4free#text-generation)
  - [Image Generation](https://github.com/xtekky/gpt4free#image-generation)
  - [Web UI](https://github.com/xtekky/gpt4free#web-ui)
  - [Interference API](https://github.com/xtekky/gpt4free#interference-api)
  - [Configuration](https://github.com/xtekky/gpt4free#configuration)
- [🚀 Providers and Models](https://github.com/xtekky/gpt4free#-providers-and-models)
  - [GPT-4](https://github.com/xtekky/gpt4free#gpt-4)
  - [GPT-3.5](https://github.com/xtekky/gpt4free#gpt-35)
  - [Other](https://github.com/xtekky/gpt4free#other)
  - [Models](https://github.com/xtekky/gpt4free#models)
- [🔗 Powered by gpt4free](https://github.com/xtekky/gpt4free#-powered-by-gpt4free)
- [🤝 Contribute](https://github.com/xtekky/gpt4free#-contribute)
  - [How do i create a new Provider?](https://github.com/xtekky/gpt4free#guide-how-do-i-create-a-new-provider)
  - [How can AI help me with writing code?](https://github.com/xtekky/gpt4free#guide-how-can-ai-help-me-with-writing-code)
- [🙌 Contributors](https://github.com/xtekky/gpt4free#-contributors)
- [©️ Copyright](https://github.com/xtekky/gpt4free#-copyright)
- [⭐ Star History](https://github.com/xtekky/gpt4free#-star-history)
- [📄 License](https://github.com/xtekky/gpt4free#-license)

## 🛠️ Getting Started

[](https://github.com/xtekky/gpt4free#%EF%B8%8F-getting-started)

#### Docker Container Guide

[](https://github.com/xtekky/gpt4free#docker-container-guide)

##### Getting Started Quickly:

[](https://github.com/xtekky/gpt4free#getting-started-quickly)

1. **Install Docker:** Begin by [downloading and installing Docker](https://docs.docker.com/get-docker/).
2. **Set Up the Container:** Use the following commands to pull the latest image and start the container:

docker pull hlohaus789/g4f  
docker run \\  
 \-p 8080:8080 -p 1337:1337 -p 7900:7900 \\  
 \--shm-size="2g" \\  
 \-v ${PWD}/har\_and\_cookies:/app/har\_and\_cookies \\  
 \-v ${PWD}/generated\_images:/app/generated\_images \\  
 hlohaus789/g4f:latest

1. **Access the Client:**
  - To use the included client, navigate to: <http://localhost:8080/chat/>
  - Or set the API base for your client to: <http://localhost:1337/v1>
2. **(Optional) Provider Login:** If required, you can access the container's desktop here: <http://localhost:7900/?autoconnect=1&resize=scale&password=secret> for provider login purposes.

#### Installation Guide for Windows (.exe)

[](https://github.com/xtekky/gpt4free#installation-guide-for-windows-exe)

To ensure the seamless operation of our application, please follow the instructions below. These steps are designed to guide you through the installation process on Windows operating systems.

### Installation Steps

[](https://github.com/xtekky/gpt4free#installation-steps)

1. **Download the Application**: Visit our [releases page](https://github.com/xtekky/gpt4free/releases/tag/0.3.1.7) and download the most recent version of the application, named `g4f.exe.zip`.
2. **File Placement**: After downloading, locate the `.zip` file in your Downloads folder. Unpack it to a directory of your choice on your system, then execute the `g4f.exe` file to run the app.
3. **Open GUI**: The app starts a web server with the GUI. Open your favorite browser and navigate to `http://localhost:8080/chat/` to access the application interface.
4. **Firewall Configuration (Hotfix)**: Upon installation, it may be necessary to adjust your Windows Firewall settings to allow the application to operate correctly. To do this, access your Windows Firewall settings and allow the application.

By following these steps, you should be able to successfully install and run the application on your Windows system. If you encounter any issues during the installation process, please refer to our Issue Tracker or try to get contact over Discord for assistance.

Run the **Webview UI** on other Platfroms:

- [/docs/guides/webview](https://github.com/xtekky/gpt4free/blob/main/docs/webview.md)

##### Use your smartphone:

[](https://github.com/xtekky/gpt4free#use-your-smartphone)

Run the Web UI on Your Smartphone:

- [/docs/guides/phone](https://github.com/xtekky/gpt4free/blob/main/docs/guides/phone.md)

#### Use python

[](https://github.com/xtekky/gpt4free#use-python)

##### Prerequisites:

[](https://github.com/xtekky/gpt4free#prerequisites)

1. [Download and install Python](https://www.python.org/downloads/) (Version 3.10+ is recommended).
2. [Install Google Chrome](https://www.google.com/chrome/) for providers with webdriver

##### Install using PyPI package:

[](https://github.com/xtekky/gpt4free#install-using-pypi-package)

```
pip install -U g4f[all]

```

How do I install only parts or do disable parts? Use partial requirements: [/docs/requirements](https://github.com/xtekky/gpt4free/blob/main/docs/requirements.md)

##### Install from source:

[](https://github.com/xtekky/gpt4free#install-from-source)

How do I load the project using git and installing the project requirements? Read this tutorial and follow it step by step: [/docs/git](https://github.com/xtekky/gpt4free/blob/main/docs/git.md)

##### Install using Docker:

[](https://github.com/xtekky/gpt4free#install-using-docker)

How do I build and run composer image from source? Use docker-compose: [/docs/docker](https://github.com/xtekky/gpt4free/blob/main/docs/docker.md)

## 💡 Usage

[](https://github.com/xtekky/gpt4free#-usage)

#### Text Generation

[](https://github.com/xtekky/gpt4free#text-generation)from g4f.client import Client  
  
client = Client()  
response = client.chat.completions.create(  
 model="gpt-3.5-turbo",  
 messages=\[{"role": "user", "content": "Hello"}\],  
 ...  
)  
print(response.choices\[0\].message.content)

```
Hello! How can I assist you today?

```

#### Image Generation

[](https://github.com/xtekky/gpt4free#image-generation)from g4f.client import Client  
  
client = Client()  
response = client.images.generate(  
 model="gemini",  
 prompt="a white siamese cat",  
 ...  
)  
image\_url = response.data\[0\].url

[](https://github.com/xtekky/gpt4free/blob/main/docs/client.md)

**Full Documentation for Python API**

- New AsyncClient API from G4F: [/docs/async\_client](https://github.com/xtekky/gpt4free/blob/main/docs/async%5Fclient.md)
- Client API like the OpenAI Python library: [/docs/client](https://github.com/xtekky/gpt4free/blob/main/docs/client.md)
- Legacy API with python modules: [/docs/legacy](https://github.com/xtekky/gpt4free/blob/main/docs/legacy.md)

#### Web UI

[](https://github.com/xtekky/gpt4free#web-ui)

To start the web interface, type the following codes in python:

from g4f.gui import run\_gui  
run\_gui()

or execute the following command:

python -m g4f.cli gui -port 8080 -debug

#### Interference API

[](https://github.com/xtekky/gpt4free#interference-api)

You can use the Interference API to serve other OpenAI integrations with G4F.

See docs: [/docs/interference](https://github.com/xtekky/gpt4free/blob/main/docs/interference.md)

Access with: <http://localhost:1337/v1>

### Configuration

[](https://github.com/xtekky/gpt4free#configuration)

#### Cookies

[](https://github.com/xtekky/gpt4free#cookies)

Cookies are essential for using Meta AI and Microsoft Designer to create images. Additionally, cookies are required for the Google Gemini and WhiteRabbitNeo Provider. From Bing, ensure you have the "\_U" cookie, and from Google, all cookies starting with "\_\_Secure-1PSID" are needed.

You can pass these cookies directly to the create function or set them using the `set_cookies` method before running G4F:

from g4f.cookies import set\_cookies  
  
set\_cookies(".bing.com", {  
 "\_U": "cookie value"  
})  
  
set\_cookies(".google.com", {  
 "\_\_Secure-1PSID": "cookie value"  
})

#### Using .har and Cookie Files

[](https://github.com/xtekky/gpt4free#using-har-and-cookie-files)

You can place `.har` and cookie files in the default `./har_and_cookies` directory. To export a cookie file, use the [EditThisCookie Extension](https://chromewebstore.google.com/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg) available on the Chrome Web Store.

#### Creating .har Files to Capture Cookies

[](https://github.com/xtekky/gpt4free#creating-har-files-to-capture-cookies)

To capture cookies, you can also create `.har` files. For more details, refer to the next section.

#### Changing the Cookies Directory and Loading Cookie Files in Python

[](https://github.com/xtekky/gpt4free#changing-the-cookies-directory-and-loading-cookie-files-in-python)

You can change the cookies directory and load cookie files in your Python environment. To set the cookies directory relative to your Python file, use the following code:

import os.path  
from g4f.cookies import set\_cookies\_dir, read\_cookie\_files  
  
import g4f.debug  
g4f.debug.logging = True  
  
cookies\_dir = os.path.join(os.path.dirname(\_\_file\_\_), "har\_and\_cookies")  
set\_cookies\_dir(cookies\_dir)  
read\_cookie\_files(cookies\_dir)

### Debug Mode

[](https://github.com/xtekky/gpt4free#debug-mode)

If you enable debug mode, you will see logs similar to the following:

```
Read .har file: ./har_and_cookies/you.com.har
Cookies added: 10 from .you.com
Read cookie file: ./har_and_cookies/google.json
Cookies added: 16 from .google.com

```

#### .HAR File for OpenaiChat Provider

[](https://github.com/xtekky/gpt4free#har-file-for-openaichat-provider)

##### Generating a .HAR File

[](https://github.com/xtekky/gpt4free#generating-a-har-file)

To utilize the OpenaiChat provider, a .har file is required from <https://chatgpt.com/>. Follow the steps below to create a valid .har file:

1. Navigate to <https://chatgpt.com/> using your preferred web browser and log in with your credentials.
2. Access the Developer Tools in your browser. This can typically be done by right-clicking the page and selecting "Inspect," or by pressing F12 or Ctrl+Shift+I (Cmd+Option+I on a Mac).
3. With the Developer Tools open, switch to the "Network" tab.
4. Reload the website to capture the loading process within the Network tab.
5. Initiate an action in the chat which can be captured in the .har file.
6. Right-click any of the network activities listed and select "Save all as HAR with content" to export the .har file.

##### Storing the .HAR File

[](https://github.com/xtekky/gpt4free#storing-the-har-file)

- Place the exported .har file in the `./har_and_cookies` directory if you are using Docker. Alternatively, you can store it in any preferred location within your current working directory.

Note: Ensure that your .har file is stored securely, as it may contain sensitive information.

#### Using Proxy

[](https://github.com/xtekky/gpt4free#using-proxy)

If you want to hide or change your IP address for the providers, you can set a proxy globally via an environment variable:

- On macOS and Linux:

export G4F\_PROXY="http://host:port"

- On Windows:

set G4F\_PROXY=http://host:port

## 🚀 Providers and Models

[](https://github.com/xtekky/gpt4free#-providers-and-models)

### GPT-4

[](https://github.com/xtekky/gpt4free#gpt-4)

| Website                                 | Provider                | GPT-3.5 | GPT-4 | Stream | Status                                                                                                                                                                                                                                                                                                                                                                                                              | Auth |
| --------------------------------------- | ----------------------- | ------- | ----- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- |
| [bing.com](https://bing.com/chat)       | g4f.Provider.Bing       | ❌       | ✔️    | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [chatgpt.ai](https://chatgpt.ai/)       | g4f.Provider.ChatgptAi  | ❌       | ✔️    | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [liaobots.site](https://liaobots.site/) | g4f.Provider.Liaobots   | ✔️      | ✔️    | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [chatgpt.com](https://chatgpt.com/)     | g4f.Provider.OpenaiChat | ✔️      | ✔️    | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌+✔️ |
| [raycast.com](https://raycast.com/)     | g4f.Provider.Raycast    | ✔️      | ✔️    | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ✔️   |
| [beta.theb.ai](https://beta.theb.ai/)   | g4f.Provider.Theb       | ✔️      | ✔️    | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [you.com](https://you.com/)             | g4f.Provider.You        | ✔️      | ✔️    | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |

## Best OpenSource Models

[](https://github.com/xtekky/gpt4free#best-opensource-models)

While we wait for gpt-5, here is a list of new models that are at least better than gpt-3.5-turbo. **Some are better than gpt-4**. Expect this list to grow.

| Website                                                                                  | Provider                        | parameters        | better than        |
| ---------------------------------------------------------------------------------------- | ------------------------------- | ----------------- | ------------------ |
| [claude-3-opus](https://anthropic.com/)                                                  | g4f.Provider.You                | ?B                | gpt-4-0125-preview |
| [command-r+](https://txt.cohere.com/command-r-plus-microsoft-azure/)                     | g4f.Provider.HuggingChat        | 104B              | gpt-4-0314         |
| [llama-3-70b](https://meta.ai/)                                                          | g4f.Provider.Llama or DeepInfra | 70B               | gpt-4-0314         |
| [claude-3-sonnet](https://anthropic.com/)                                                | g4f.Provider.You                | ?B                | gpt-4-0314         |
| [reka-core](https://chat.reka.ai/)                                                       | g4f.Provider.Reka               | 21B               | gpt-4-vision       |
| [dbrx-instruct](https://www.databricks.com/blog/introducing-dbrx-new-state-art-open-llm) | g4f.Provider.DeepInfra          | 132B / 36B active | gpt-3.5-turbo      |
| [mixtral-8x22b](https://huggingface.co/mistral-community/Mixtral-8x22B-v0.1)             | g4f.Provider.DeepInfra          | 176B / 44b active | gpt-3.5-turbo      |

### GPT-3.5

[](https://github.com/xtekky/gpt4free#gpt-35)

| Website                                                     | Provider                    | GPT-3.5 | GPT-4 | Stream | Status                                                                                                                                                                                                                                                                                                                                                                                                              | Auth |
| ----------------------------------------------------------- | --------------------------- | ------- | ----- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- |
| [chat3.aiyunos.top](https://chat3.aiyunos.top/)             | g4f.Provider.AItianhuSpace  | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [chat10.aichatos.xyz](https://chat10.aichatos.xyz/)         | g4f.Provider.Aichatos       | ✔️      | ❌     | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [chatforai.store](https://chatforai.store/)                 | g4f.Provider.ChatForAi      | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [chatgpt4online.org](https://chatgpt4online.org/)           | g4f.Provider.Chatgpt4Online | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [chatgpt-free.cc](https://www.chatgpt-free.cc/)             | g4f.Provider.ChatgptNext    | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [chatgptx.de](https://chatgptx.de/)                         | g4f.Provider.ChatgptX       | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [duckduckgo.com](https://duckduckgo.com/duckchat)           | g4f.Provider.DDG            | ✔️      | ❌     | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [feedough.com](https://www.feedough.com/)                   | g4f.Provider.Feedough       | ✔️      | ❌     | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [flowgpt.com](https://flowgpt.com/chat)                     | g4f.Provider.FlowGpt        | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [freegptsnav.aifree.site](https://freegptsnav.aifree.site/) | g4f.Provider.FreeGpt        | ✔️      | ❌     | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [gpttalk.ru](https://gpttalk.ru/)                           | g4f.Provider.GptTalkRu      | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [koala.sh](https://koala.sh/)                               | g4f.Provider.Koala          | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [app.myshell.ai](https://app.myshell.ai/chat)               | g4f.Provider.MyShell        | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [perplexity.ai](https://www.perplexity.ai/)                 | g4f.Provider.PerplexityAi   | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [poe.com](https://poe.com/)                                 | g4f.Provider.Poe            | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ✔️   |
| [talkai.info](https://talkai.info/)                         | g4f.Provider.TalkAi         | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [chat.vercel.ai](https://chat.vercel.ai/)                   | g4f.Provider.Vercel         | ✔️      | ❌     | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [aitianhu.com](https://www.aitianhu.com/)                   | g4f.Provider.AItianhu       | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [chatgpt.bestim.org](https://chatgpt.bestim.org/)           | g4f.Provider.Bestim         | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [chatbase.co](https://www.chatbase.co/)                     | g4f.Provider.ChatBase       | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [chatgptdemo.info](https://chatgptdemo.info/chat)           | g4f.Provider.ChatgptDemo    | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [chat.chatgptdemo.ai](https://chat.chatgptdemo.ai/)         | g4f.Provider.ChatgptDemoAi  | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [chatgptfree.ai](https://chatgptfree.ai/)                   | g4f.Provider.ChatgptFree    | ✔️      | ❌     | ❌      | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [chatgptlogin.ai](https://chatgptlogin.ai/)                 | g4f.Provider.ChatgptLogin   | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [chat.3211000.xyz](https://chat.3211000.xyz/)               | g4f.Provider.Chatxyz        | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [gpt6.ai](https://gpt6.ai/)                                 | g4f.Provider.Gpt6           | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [gptchatly.com](https://gptchatly.com/)                     | g4f.Provider.GptChatly      | ✔️      | ❌     | ❌      | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [ai18.gptforlove.com](https://ai18.gptforlove.com/)         | g4f.Provider.GptForLove     | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [gptgo.ai](https://gptgo.ai/)                               | g4f.Provider.GptGo          | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [gptgod.site](https://gptgod.site/)                         | g4f.Provider.GptGod         | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |
| [onlinegpt.org](https://onlinegpt.org/)                     | g4f.Provider.OnlineGpt      | ✔️      | ❌     | ✔️     | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ❌    |

### Other

[](https://github.com/xtekky/gpt4free#other)

| Website                                                                                       | Provider                    | Stream | Status                                                                                                                                                                                                                                                                                                                                                                                                              | Auth |
| --------------------------------------------------------------------------------------------- | --------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- |
| [openchat.team](https://openchat.team/)                                                       | g4f.Provider.Aura           | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [blackbox.ai](https://www.blackbox.ai/)                                                       | g4f.Provider.Blackbox       | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [cohereforai-c4ai-command-r-plus.hf.space](https://cohereforai-c4ai-command-r-plus.hf.space/) | g4f.Provider.Cohere         | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [deepinfra.com](https://deepinfra.com/)                                                       | g4f.Provider.DeepInfra      | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [free.chatgpt.org.uk](https://free.chatgpt.org.uk/)                                           | g4f.Provider.FreeChatgpt    | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [gemini.google.com](https://gemini.google.com/)                                               | g4f.Provider.Gemini         | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ✔️   |
| [ai.google.dev](https://ai.google.dev/)                                                       | g4f.Provider.GeminiPro      | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ✔️   |
| [gemini-chatbot-sigma.vercel.app](https://gemini-chatbot-sigma.vercel.app/)                   | g4f.Provider.GeminiProChat  | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [developers.sber.ru](https://developers.sber.ru/gigachat)                                     | g4f.Provider.GigaChat       | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ✔️   |
| [console.groq.com](https://console.groq.com/playground)                                       | g4f.Provider.Groq           | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ✔️   |
| [huggingface.co](https://huggingface.co/chat)                                                 | g4f.Provider.HuggingChat    | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [huggingface.co](https://huggingface.co/chat)                                                 | g4f.Provider.HuggingFace    | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [llama2.ai](https://www.llama2.ai/)                                                           | g4f.Provider.Llama          | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [meta.ai](https://www.meta.ai/)                                                               | g4f.Provider.MetaAI         | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [openrouter.ai](https://openrouter.ai/)                                                       | g4f.Provider.OpenRouter     | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ✔️   |
| [labs.perplexity.ai](https://labs.perplexity.ai/)                                             | g4f.Provider.PerplexityLabs | ✔️     | [![Active](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e)](https://camo.githubusercontent.com/f6568efc8f8bfc2737658c067da51b51e7bf672f372da8ed9e3d05a16efd2ad4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4163746976652d627269676874677265656e) | ❌    |
| [pi.ai](https://pi.ai/talk)                                                                   | g4f.Provider.Pi             | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [replicate.com](https://replicate.com/)                                                       | g4f.Provider.Replicate      | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ❌    |
| [theb.ai](https://theb.ai/)                                                                   | g4f.Provider.ThebApi        | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ✔️   |
| [whiterabbitneo.com](https://www.whiterabbitneo.com/)                                         | g4f.Provider.WhiteRabbitNeo | ✔️     | [![Unknown](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)](https://camo.githubusercontent.com/24475ebd19dc5159a807a56578df74a7d73d3cb0d4be5316510ce1e7e59a20b0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f556e6b6e6f776e2d67726579)                        | ✔️   |
| [bard.google.com](https://bard.google.com/)                                                   | g4f.Provider.Bard           | ❌      | [![Inactive](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)](https://camo.githubusercontent.com/9d0b688f0dbf1c147a3f0fc027c5262f860b07646cb9ea4cda5110a951b31dec/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f496e6163746976652d726564)                       | ✔️   |

### Models

[](https://github.com/xtekky/gpt4free#models)

| Model                      | Base Provider | Provider                 | Website                                         |
| -------------------------- | ------------- | ------------------------ | ----------------------------------------------- |
| gpt-3.5-turbo              | OpenAI        | 8+ Providers             | [openai.com](https://openai.com/)               |
| gpt-4                      | OpenAI        | 2+ Providers             | [openai.com](https://openai.com/)               |
| gpt-4-turbo                | OpenAI        | g4f.Provider.Bing        | [openai.com](https://openai.com/)               |
| Llama-2-7b-chat-hf         | Meta          | 2+ Providers             | [llama.meta.com](https://llama.meta.com/)       |
| Llama-2-13b-chat-hf        | Meta          | 2+ Providers             | [llama.meta.com](https://llama.meta.com/)       |
| Llama-2-70b-chat-hf        | Meta          | 3+ Providers             | [llama.meta.com](https://llama.meta.com/)       |
| Meta-Llama-3-8b-instruct   | Meta          | 1+ Providers             | [llama.meta.com](https://llama.meta.com/)       |
| Meta-Llama-3-70b-instruct  | Meta          | 2+ Providers             | [llama.meta.com](https://llama.meta.com/)       |
| CodeLlama-34b-Instruct-hf  | Meta          | g4f.Provider.HuggingChat | [llama.meta.com](https://llama.meta.com/)       |
| CodeLlama-70b-Instruct-hf  | Meta          | 2+ Providers             | [llama.meta.com](https://llama.meta.com/)       |
| Mixtral-8x7B-Instruct-v0.1 | Huggingface   | 4+ Providers             | [huggingface.co](https://huggingface.co/)       |
| Mistral-7B-Instruct-v0.1   | Huggingface   | 3+ Providers             | [huggingface.co](https://huggingface.co/)       |
| Mistral-7B-Instruct-v0.2   | Huggingface   | g4f.Provider.DeepInfra   | [huggingface.co](https://huggingface.co/)       |
| zephyr-orpo-141b-A35b-v0.1 | Huggingface   | 2+ Providers             | [huggingface.co](https://huggingface.co/)       |
| dolphin-2.6-mixtral-8x7b   | Huggingface   | g4f.Provider.DeepInfra   | [huggingface.co](https://huggingface.co/)       |
| gemini                     | Google        | g4f.Provider.Gemini      | [gemini.google.com](https://gemini.google.com/) |
| gemini-pro                 | Google        | 2+ Providers             | [gemini.google.com](https://gemini.google.com/) |
| claude-v2                  | Anthropic     | 1+ Providers             | [anthropic.com](https://www.anthropic.com/)     |
| claude-3-opus              | Anthropic     | g4f.Provider.You         | [anthropic.com](https://www.anthropic.com/)     |
| claude-3-sonnet            | Anthropic     | g4f.Provider.You         | [anthropic.com](https://www.anthropic.com/)     |
| lzlv\_70b\_fp16\_hf        | Huggingface   | g4f.Provider.DeepInfra   | [huggingface.co](https://huggingface.co/)       |
| airoboros-70b              | Huggingface   | g4f.Provider.DeepInfra   | [huggingface.co](https://huggingface.co/)       |
| openchat\_3.5              | Huggingface   | 2+ Providers             | [huggingface.co](https://huggingface.co/)       |
| pi                         | Inflection    | g4f.Provider.Pi          | [inflection.ai](https://inflection.ai/)         |

### Image and Vision Models

[](https://github.com/xtekky/gpt4free#image-and-vision-models)

| Label                     | Provider                | Image Model       | Vision Model    | Website                                         |
| ------------------------- | ----------------------- | ----------------- | --------------- | ----------------------------------------------- |
| Microsoft Copilot in Bing | g4f.Provider.Bing       | dall-e-3          | gpt-4-vision    | [bing.com](https://bing.com/chat)               |
| DeepInfra                 | g4f.Provider.DeepInfra  | stability-ai/sdxl | llava-1.5-7b-hf | [deepinfra.com](https://deepinfra.com/)         |
| Gemini                    | g4f.Provider.Gemini     | ✔️                | ✔️              | [gemini.google.com](https://gemini.google.com/) |
| Gemini API                | g4f.Provider.GeminiPro  | ❌                 | gemini-1.5-pro  | [ai.google.dev](https://ai.google.dev/)         |
| Meta AI                   | g4f.Provider.MetaAI     | ✔️                | ❌               | [meta.ai](https://www.meta.ai/)                 |
| OpenAI ChatGPT            | g4f.Provider.OpenaiChat | dall-e-3          | gpt-4-vision    | [chatgpt.com](https://chatgpt.com/)             |
| Reka                      | g4f.Provider.Reka       | ❌                 | ✔️              | [chat.reka.ai](https://chat.reka.ai/)           |
| Replicate                 | g4f.Provider.Replicate  | stability-ai/sdxl | llava-v1.6-34b  | [replicate.com](https://replicate.com/)         |
| You.com                   | g4f.Provider.You        | dall-e-3          | ✔️              | [you.com](https://you.com/)                     |

## 🔗 Powered by gpt4free

[](https://github.com/xtekky/gpt4free#-powered-by-gpt4free)

| **🎁 Projects**                                                                          | **⭐ Stars**                                                                                                                                                                                                                                                                                                                                                                                                     | **📚 Forks**                                                                                                                                                                                                                                                                                                                                                                                                         | **🛎 Issues**                                                                                                                                                                                                                                                                                                                                                                                                  | **📬 Pull requests**                                                                                                                                                                                                                                                                                                                                                                                                       |
| ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**gpt4free**](https://github.com/xtekky/gpt4free)                                       | [![Stars](https://camo.githubusercontent.com/e1959eead5685a892eb725955f2f96c20cba570401971c6480982753df6d47cc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7874656b6b792f67707434667265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xtekky/gpt4free/stargazers)                                                                   | [![Forks](https://camo.githubusercontent.com/da47d47273fb668511cfc97e506776bd5f85e51c5cb51138b44c175f97917843/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f7874656b6b792f67707434667265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xtekky/gpt4free/network/members)                                                                   | [![Issues](https://camo.githubusercontent.com/623a2799caf48a99ef53f12d8884b1c30028c51913c6c885dcd56ff5d27fabab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7874656b6b792f67707434667265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xtekky/gpt4free/issues)                                                                   | [![Pull Requests](https://camo.githubusercontent.com/3391e7dac3db334bc5cff61a78b16ae1acd2d73e8e9f5a7d7dd8418cb8c83186/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f7874656b6b792f67707434667265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xtekky/gpt4free/pulls)                                                                   |
| [**gpt4free-ts**](https://github.com/xiangsx/gpt4free-ts)                                | [![Stars](https://camo.githubusercontent.com/3292af38c40c1e132dbf59a2467f4f7ee2ca4edc425549b3cab2930d9206df89/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7869616e6773782f67707434667265652d74733f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xiangsx/gpt4free-ts/stargazers)                                                       | [![Forks](https://camo.githubusercontent.com/c1acbd716b8cc49e6f70668a0af3da72b954de2228379524d419f86f6703bceb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f7869616e6773782f67707434667265652d74733f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xiangsx/gpt4free-ts/network/members)                                                       | [![Issues](https://camo.githubusercontent.com/853eb869722ea8f10c25cab3b425d719da4209c6a673b4ff4d2e9d01f7692858/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7869616e6773782f67707434667265652d74733f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xiangsx/gpt4free-ts/issues)                                                       | [![Pull Requests](https://camo.githubusercontent.com/664b17b9b78b0a7383b6d569f9b3a7d09eb5b76e0b376239a51a4ca12c2ba5ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f7869616e6773782f67707434667265652d74733f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xiangsx/gpt4free-ts/pulls)                                                       |
| [**Free AI API's & Potential Providers List**](https://github.com/zukixa/cool-ai-stuff/) | [![Stars](https://camo.githubusercontent.com/54493df682ca72dbcb56d812d4604ca24208d83f59eb7bb6307586d498cec443/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7a756b6978612f636f6f6c2d61692d73747566663f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/zukixa/cool-ai-stuff/stargazers)                                                    | [![Forks](https://camo.githubusercontent.com/ef0ea1d1087bfecd05b07805f3dafadea652dea8b9874124ae1d3dadcb04205f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f7a756b6978612f636f6f6c2d61692d73747566663f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/zukixa/cool-ai-stuff/network/members)                                                    | [![Issues](https://camo.githubusercontent.com/fe04133852dd4f026bc0b51dba6f2d80ea5b69d4687918bd4c73a1035c92d20c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7a756b6978612f636f6f6c2d61692d73747566663f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/zukixa/cool-ai-stuff/issues)                                                    | [![Pull Requests](https://camo.githubusercontent.com/01738232b64e3960c75147dccdb5ca9a730ea79fc46c22d3b73675708a0d73f0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f7a756b6978612f636f6f6c2d61692d73747566663f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/zukixa/cool-ai-stuff/pulls)                                                    |
| [**ChatGPT-Clone**](https://github.com/xtekky/chatgpt-clone)                             | [![Stars](https://camo.githubusercontent.com/6a647c9755b5ec59b59315c7a32540947d4508d0410335126722a032785786c5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7874656b6b792f636861746770742d636c6f6e653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xtekky/chatgpt-clone/stargazers)                                                    | [![Forks](https://camo.githubusercontent.com/3b1f9381264f29f2e9e97119255601ee901ff3ffd49dac8954142fc9e086ba9e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f7874656b6b792f636861746770742d636c6f6e653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xtekky/chatgpt-clone/network/members)                                                    | [![Issues](https://camo.githubusercontent.com/b8fb3ecf90553ebe7fb8ac92dea34db0cef84b68ead667041611b6dd90be420b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7874656b6b792f636861746770742d636c6f6e653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xtekky/chatgpt-clone/issues)                                                    | [![Pull Requests](https://camo.githubusercontent.com/6b12069560554ef72bebfb549fccbb02f9357266ed5e4b8ad924b141c006171d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f7874656b6b792f636861746770742d636c6f6e653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/xtekky/chatgpt-clone/pulls)                                                    |
| [**Ai agent**](https://github.com/mishalhossin/Discord-Chatbot-Gpt4Free)                 | [![Stars](https://camo.githubusercontent.com/a5fa35cfba51e77d11de4939789c7473f4baae0024181e4a0704db00a052e8d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d697368616c686f7373696e2f446973636f72642d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Josh-XT/AGiXT/stargazers)                         | [![Forks](https://camo.githubusercontent.com/87db3a29fafce76be277761e01996d4555690f0547586534c88f38db2e8dfe14/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6d697368616c686f7373696e2f446973636f72642d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Josh-XT/AGiXT/network/members)                         | [![Issues](https://camo.githubusercontent.com/63b39ca246b08aa06aa801afbf003b93cea936a0848c0d3b4966b4bc4e53db3e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d697368616c686f7373696e2f446973636f72642d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Josh-XT/AGiXT/issues)                         | [![Pull Requests](https://camo.githubusercontent.com/3938d9dd16fa7f520e08718e96cde08f2c03b60f083cc02a867c1f7ce387c693/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6d697368616c686f7373696e2f446973636f72642d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Josh-XT/AGiXT/pulls)                         |
| [**ChatGpt Discord Bot**](https://github.com/mishalhossin/Discord-Chatbot-Gpt4Free)      | [![Stars](https://camo.githubusercontent.com/a5fa35cfba51e77d11de4939789c7473f4baae0024181e4a0704db00a052e8d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6d697368616c686f7373696e2f446973636f72642d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/mishalhossin/Discord-Chatbot-Gpt4Free/stargazers) | [![Forks](https://camo.githubusercontent.com/87db3a29fafce76be277761e01996d4555690f0547586534c88f38db2e8dfe14/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6d697368616c686f7373696e2f446973636f72642d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/mishalhossin/Discord-Chatbot-Gpt4Free/network/members) | [![Issues](https://camo.githubusercontent.com/63b39ca246b08aa06aa801afbf003b93cea936a0848c0d3b4966b4bc4e53db3e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d697368616c686f7373696e2f446973636f72642d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/mishalhossin/Discord-Chatbot-Gpt4Free/issues) | [![Pull Requests](https://camo.githubusercontent.com/3938d9dd16fa7f520e08718e96cde08f2c03b60f083cc02a867c1f7ce387c693/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6d697368616c686f7373696e2f446973636f72642d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/mishalhossin/Coding-Chatbot-Gpt4Free/pulls)  |
| [**chatGPT-discord-bot**](https://github.com/Zero6992/chatGPT-discord-bot)               | [![Stars](https://camo.githubusercontent.com/f62d897fe262f68540590fa00fc1e937d9749c3849a6866fc2f325c739ecc02a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f5a65726f363939322f636861744750542d646973636f72642d626f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Zero6992/chatGPT-discord-bot/stargazers)                            | [![Forks](https://camo.githubusercontent.com/c34f9c8deaf72a148457c053f402f19feefc908fdb589353208cf534a56384bf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f5a65726f363939322f636861744750542d646973636f72642d626f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Zero6992/chatGPT-discord-bot/network/members)                            | [![Issues](https://camo.githubusercontent.com/6f9aaed41019ffe53f15568a05032658b30d78de01e020327f1b02588316159c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f5a65726f363939322f636861744750542d646973636f72642d626f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Zero6992/chatGPT-discord-bot/issues)                            | [![Pull Requests](https://camo.githubusercontent.com/958c0c9f86e5580e68cebf509a46f96ed482bc625cc9bac5fc7e57b4e2835fab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f5a65726f363939322f636861744750542d646973636f72642d626f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Zero6992/chatGPT-discord-bot/pulls)                            |
| [**Nyx-Bot (Discord)**](https://github.com/SamirXR/Nyx-Bot)                              | [![Stars](https://camo.githubusercontent.com/811bff8a819e30aac00ced930587e5af4d3cb90aebb2bb16ed20d9684874c2f1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f53616d697258522f4e79782d426f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/SamirXR/Nyx-Bot/stargazers)                                                                   | [![Forks](https://camo.githubusercontent.com/951cc72cb9c71e5b86d645413f744b72821f08302ab4556be9bea671761a4c22/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f53616d697258522f4e79782d426f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/SamirXR/Nyx-Bot/network/members)                                                                   | [![Issues](https://camo.githubusercontent.com/ecb6ca3649ecacb6175f7eddc958d262608e6315a0589273263b3ebd5e96347e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f53616d697258522f4e79782d426f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/SamirXR/Nyx-Bot/issues)                                                                   | [![Pull Requests](https://camo.githubusercontent.com/666efcec51ae0f266a9c540fbe8348aeabad009eed1276007f12a40000f6b408/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f53616d697258522f4e79782d426f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/SamirXR/Nyx-Bot/pulls)                                                                   |
| [**LangChain gpt4free**](https://github.com/MIDORIBIN/langchain-gpt4free)                | [![Stars](https://camo.githubusercontent.com/2461c38236b8cb38fa13165645faa9526a3079d53c858645bbc54522569a2821/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4d49444f524942494e2f6c616e67636861696e2d67707434667265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/MIDORIBIN/langchain-gpt4free/stargazers)                            | [![Forks](https://camo.githubusercontent.com/c95789e15950675e923145250a8eaaf5feda456b151d2faeae43d1acda4fe4aa/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f4d49444f524942494e2f6c616e67636861696e2d67707434667265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/MIDORIBIN/langchain-gpt4free/network/members)                            | [![Issues](https://camo.githubusercontent.com/63ea8545245c9a0dba21137a73e53c5a6c188813aaf1a3b4a0e33f56fc0f1890/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f4d49444f524942494e2f6c616e67636861696e2d67707434667265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/MIDORIBIN/langchain-gpt4free/issues)                            | [![Pull Requests](https://camo.githubusercontent.com/68aa8b7d7edea7acf9fda9be3bc3b3ed8179c0f638a55938058a38a91a742747/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f4d49444f524942494e2f6c616e67636861696e2d67707434667265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/MIDORIBIN/langchain-gpt4free/pulls)                            |
| [**ChatGpt Telegram Bot**](https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free)        | [![Stars](https://camo.githubusercontent.com/95a69ce644a7c5f2eaa4ecd5c3346788fb9aaea90be9a9942de6b615adeb97df/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f48657879654445562f54656c656772616d2d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/stargazers)          | [![Forks](https://camo.githubusercontent.com/4301a60bfff11154a252630ad2621fca32958730583eab5bccc98f6277be049e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f48657879654445562f54656c656772616d2d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/network/members)          | [![Issues](https://camo.githubusercontent.com/386eff314c9f417754c98dbf1b4eb08d48510f7cb5b89824d232b34e71d7502b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f48657879654445562f54656c656772616d2d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/issues)          | [![Pull Requests](https://camo.githubusercontent.com/7116748d58e0a389340f9ca03f5ab788661b7ad552770399fd55177d88037fb4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f48657879654445562f54656c656772616d2d43686174626f742d47707434467265653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/pulls)          |
| [**ChatGpt Line Bot**](https://github.com/Lin-jun-xiang/chatgpt-line-bot)                | [![Stars](https://camo.githubusercontent.com/87eddcd1f1408a234a86e87629d32ece86d085448cf9d926e03c62bf733b9743/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4c696e2d6a756e2d7869616e672f636861746770742d6c696e652d626f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/chatgpt-line-bot/stargazers)                      | [![Forks](https://camo.githubusercontent.com/c122c0b56ffb5402e778a32dcc6efa291bf0e4d4523b7e15122ec7cf31306e2f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f4c696e2d6a756e2d7869616e672f636861746770742d6c696e652d626f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/chatgpt-line-bot/network/members)                      | [![Issues](https://camo.githubusercontent.com/b65d3f88374fc7a221b652a86e51d61be986bf121e925e2f1f98ea414f1f5287/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f4c696e2d6a756e2d7869616e672f636861746770742d6c696e652d626f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/chatgpt-line-bot/issues)                      | [![Pull Requests](https://camo.githubusercontent.com/72a3c8e0cf71d7b70dcd60780e8c6fb16cdd740b10055559f72423bda9206e0e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f4c696e2d6a756e2d7869616e672f636861746770742d6c696e652d626f743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/chatgpt-line-bot/pulls)                      |
| [**Action Translate Readme**](https://github.com/Lin-jun-xiang/action-translate-readme)  | [![Stars](https://camo.githubusercontent.com/11ee158a389a3994c46a1b89d2f7c948b67e77e0912750ff7f63a9da06df99de/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4c696e2d6a756e2d7869616e672f616374696f6e2d7472616e736c6174652d726561646d653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/action-translate-readme/stargazers) | [![Forks](https://camo.githubusercontent.com/bd01503d2ec7e0f7d677c97096ae14c86e3db395602d11565281630a19245415/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f4c696e2d6a756e2d7869616e672f616374696f6e2d7472616e736c6174652d726561646d653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/action-translate-readme/network/members) | [![Issues](https://camo.githubusercontent.com/10805c274c2800fb325cebaa307bc81b56a099685924c821bd0fec7e45487d0a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f4c696e2d6a756e2d7869616e672f616374696f6e2d7472616e736c6174652d726561646d653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/action-translate-readme/issues) | [![Pull Requests](https://camo.githubusercontent.com/ea15885f857a9bdbf9cb3751c5805aeec92152533792cb8136622c21bf3ae332/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f4c696e2d6a756e2d7869616e672f616374696f6e2d7472616e736c6174652d726561646d653f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/action-translate-readme/pulls) |
| [**Langchain Document GPT**](https://github.com/Lin-jun-xiang/docGPT-streamlit)          | [![Stars](https://camo.githubusercontent.com/31e69779ecf3c5bcc30c8b520246fe26a1645ffd9b6999ea299055215bd03a34/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4c696e2d6a756e2d7869616e672f646f634750542d73747265616d6c69743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/docGPT-streamlit/stargazers)                      | [![Forks](https://camo.githubusercontent.com/f08a20423523df11189e1ef769db1c17043e850345ab52ea3f6e2cadaffaea41/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f4c696e2d6a756e2d7869616e672f646f634750542d73747265616d6c69743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/docGPT-streamlit/network/members)                      | [![Issues](https://camo.githubusercontent.com/1d6abf8a0a5f3fca715d10cee11947fba5a864d7d743d1e89f6d797013bcdbb0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f4c696e2d6a756e2d7869616e672f646f634750542d73747265616d6c69743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/docGPT-streamlit/issues)                      | [![Pull Requests](https://camo.githubusercontent.com/0d7857f8da2ddb190008095c4afbb6671400481e78a21890f80ab24e266e3719/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f4c696e2d6a756e2d7869616e672f646f634750542d73747265616d6c69743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Lin-jun-xiang/docGPT-streamlit/pulls)                      |
| [**python-tgpt**](https://github.com/Simatwa/python-tgpt)                                | [![Stars](https://camo.githubusercontent.com/60a9975dc82936b80a5d70af2e3947abbd2e802b633c5797f90c351690d83ae6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f53696d617477612f707974686f6e2d746770743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Simatwa/python-tgpt/stargazers)                                                       | [![Forks](https://camo.githubusercontent.com/66c4b0859db5b8b1b1872b7471729afb0c1b8d90fc7b563fe1c6f05a9aeb949c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f53696d617477612f707974686f6e2d746770743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Simatwa/python-tgpt/network/members)                                                       | [![Issues](https://camo.githubusercontent.com/5b9b0d244f3fb5fdad4f9b1e030c97e832bbed1a8d6242b00a1c8b36eadbb21f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f53696d617477612f707974686f6e2d746770743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Simatwa/python-tgpt/issues)                                                       | [![Pull Requests](https://camo.githubusercontent.com/676428cfa56c94d1dd22b5958b7402eebf5a0efc74c15190d334fa9667f559fd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f53696d617477612f707974686f6e2d746770743f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/Simatwa/python-tgpt/pulls)                                                       |
| [**GPT4js**](https://github.com/zachey01/gpt4free.js)                                    | [![Stars](https://camo.githubusercontent.com/cdc010295ca6b6b8c03e76ca464d5bd0f2ac5c7472d568b9d862594b9031d3cb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7a616368657930312f67707434667265652e6a733f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/zachey01/gpt4free.js/stargazers)                                                    | [![Forks](https://camo.githubusercontent.com/9ed9393f223a81cbafd198d119dc71eb3eee157d507045e77cd47680834cb43e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f7a616368657930312f67707434667265652e6a733f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/zachey01/gpt4free.js/network/members)                                                    | [![Issues](https://camo.githubusercontent.com/7edad75f3831a924b26c6ba08651593e1bb765d2c0e5017eb293a375f2ada678/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7a616368657930312f67707434667265652e6a733f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/zachey01/gpt4free.js/issues)                                                    | [![Pull Requests](https://camo.githubusercontent.com/b4776518b201f1626ba96c42562606369d81bc865298e540298923a1785cb59d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f7a616368657930312f67707434667265652e6a733f7374796c653d666c61742d737175617265266c6162656c436f6c6f723d333433623431)](https://github.com/zachey01/gpt4free.js/pulls)                                                    |

## 🤝 Contribute

[](https://github.com/xtekky/gpt4free#-contribute)

We welcome contributions from the community. Whether you're adding new providers or features, or simply fixing typos and making small improvements, your input is valued. Creating a pull request is all it takes – our co-pilot will handle the code review process. Once all changes have been addressed, we'll merge the pull request into the main branch and release the updates at a later time.

###### Guide: How do i create a new Provider?

[](https://github.com/xtekky/gpt4free#guide-how-do-i-create-a-new-provider)

- Read: [/docs/guides/create\_provider](https://github.com/xtekky/gpt4free/blob/main/docs/guides/create%5Fprovider.md)

###### Guide: How can AI help me with writing code?

[](https://github.com/xtekky/gpt4free#guide-how-can-ai-help-me-with-writing-code)

- Read: [/docs/guides/help\_me](https://github.com/xtekky/gpt4free/blob/main/docs/guides/help%5Fme.md)