chat
详细介绍一下 https://github.com/xtekky/gpt4free
GitHub 上的 “gpt4free” 项目可能是指一个允许用户免费使用或访问 GPT(生成预训练 Transformer)模型的资源或工具。
根据您提供的链接,这可能是一个开源项目,旨在提供对先进语言模型的免费访问,以便研究人员、开发者和爱好者可以利用这些模型进行各种自然语言处理任务。
尽管我不能直接访问该 GitHub 项目的内容,但我可以根据一般的开源项目特性来推测 “gpt4free” 可能包含的组件:
-
文档:项目可能包含详细的 README 文档,说明如何安装、配置和使用提供的 GPT 模型。
-
预训练模型:项目可能提供预先训练好的 GPT 模型,这些模型已经在大量文本数据上进行了训练,可以用于生成文本、翻译、摘要等任务。
-
示例代码:项目可能包含示例代码或脚本来展示如何使用 GPT 模型执行特定任务。
-
API接口:如果项目提供了 API,用户可能可以通过这些接口与 GPT 模型交互,而无需深入了解模型的内部工作原理。
-
社区:项目可能有活跃的社区,用户可以在其中讨论问题、分享经验和最佳实践。
-
许可证:项目会有一个许可证,说明用户可以如何使用该项目及其资源,以及是否有任何限制或要求。
-
贡献指南:如果项目接受外部贡献,它可能会有贡献指南,说明如何提交问题报告、功能请求或代码更改。
要获取 “gpt4free” 的确切信息,您可以直接访问该 GitHub 项目页面,查看项目维护者提供的文档和资源。
这将提供关于如何使用该工具、项目的当前状态以及任何相关限制的详细信息。
请注意,即使项目旨在免费提供 GPT 模型,也可能有一些使用限制,例如请求速率限制、模型使用限制或特定用途的许可要求。
在使用任何开源项目时,了解并遵守其许可证和使用条款是非常重要的。
GPT4FREE
[![xtekky/gpt4free | Trendshift](https://trendshift.io/api/badge/repositories/1692)](https://trendshift.io/repositories/1692) |
Written by @xtekky & maintained by @hlohaus
使用本存储库或与其相关的任何代码,即表示您同意法律声明。作者 不对此存储库的使用负责,也不赞同它,作者也不对其他用户创建的任何副本、分支、重新上传或与 GPT4Free 相关的任何其他事项负责。这是作者唯一的帐户和存储库。为防止冒名和不负责任的行为,请遵守此存储库使用的 GNU GPL 许可证。
[!警告] “gpt4free” 是一个 PoC(概念验证),演示了使用多个提供者请求的 API 包的开发,具有超时、负载平衡和流量控制等功能。
pip install -U g4f
docker pull hlohaus789/g4f
🆕 新内容
- Windows 安装指南(.exe): 💻 #installation-guide-for-windows
- 加入我们的 Telegram 频道: 📨 telegram.me/g4f_channel
- 加入我们的 Discord 群组: 💬 discord.gg/XfybzPXPH5
g4f
现在支持 100% 本地推理: 🧠 本地文档
🔻 网站下线
如果您的网站在本存储库中,您想将其下线?请发送电子邮件至 takedown@g4f.ai,附上您拥有该网站的证明,我们会尽快将其删除。为防止再次出现,请确保保护您的 API。😉
🚀 反馈与待办事项
您可以随时在这里留下反馈意见: https://forms.gle/FeWV9RLEedfdkmFN6
根据调查结果,以下是即将推出的改进列表:
-
[x] 更新存储库以包括新的 openai 库语法(例如: Openai()
类)已完成,请使用 g4f.client.Client
- Golang 实现
- 🚧 改进文档(在/docs和指南、Howtos、Do 视频教程中)
- 改进提供商状态列表和更新
- 如何反向站点以编写您自己的包装器的教程(仅 PoC)
- 改进 Bing 包装器。 (等待并重试或重用对话)
- 🚧 编写标准提供商性能测试以改进稳定性
- 潜在支持和开发本地模型
- 🚧 改进兼容性和错误处理
📚 目录
权)
🛠️ 入门
Docker 容器指南
快速入门:
-
安装 Docker: 首先下载并安装 Docker。
-
设置容器: 使用以下命令拉取最新镜像并启动容器:
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 hlohaus789/g4f:latest
- 访问客户端:
- 若要使用包含的客户端,请导航至: http://localhost:8080/chat/
- 或为您的客户端设置 API 基础路径: http://localhost:1337/v1
- (可选)提供商登录: 如果需要,您可以访问容器的桌面,网址为:http://localhost:7900/?autoconnect=1&resize=scale&password=secret 用于提供商登录目的。
Windows 安装指南(.exe)
为了确保我们应用程序的无缝运行,请按照下面的说明操作。这些步骤旨在引导您在 Windows 操作系统上安装应用程序。
先决条件
- WebView2 Runtime: 我们的应用程序需要 WebView2 Runtime 安装在您的系统上。如果您尚未安装,请从微软开发者网站下载并安装。如果您已经安装了 WebView2 Runtime 但遇到问题,请转到已安装的 Windows 应用程序,选择 WebView2,并选择修复选项。
安装步骤
- 下载应用程序: 访问我们的最新版本页面并下载应用程序的最新版本,命名为
g4f.webview.*.exe
。 - 文件放置: 下载后,将
.exe
文件从下载文件夹转移到您系统上的任意目录,并执行它以运行该应用程序。
安装后调整
- 防火墙配置(热修复): 安装后,可能需要调整您的 Windows 防火墙设置,以允许应用程序正确运行。要执行此操作,请访问您的 Windows 防火墙设置并允许应用程序。
通过按照这些步骤操作,您应该能够成功在 Windows 系统上安装和运行应用程序。如果您在安装过程中遇到任何问题,请参阅我们的问题跟踪器或尝试通过 Discord 联系获取帮助。
在其他平台上运行 Webview UI:
使用智能手机:
在您的智能手机上运行 Web UI:
使用 Python
先决条件:
- 下载并安装 Python (推荐使用版本 3.10+)。
- 安装 Google Chrome 用于带有 webdriver 的提供商。
使用 PyPI 包进行安装:
pip install -U g4f[all]
如何仅安装部分或禁用部分? 使用部分要求: /docs/requirements
从源代码安装:
如何使用 git 加载项目并安装项目要求? 阅读此教程并按步骤执行: /docs/git
使用 Docker 安装:
如何从源代码构建和运行 composer 映像? 使用 docker-compose: /docs/docker
💡 用法
文本生成
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?
图像生成
from g4f.client import Client
client = Client()
response = client.images.generate(
model="gemini",
prompt="a white siamese cat",
...
)
image_url = response.data[0].url
Python API 完整文档
- G4F 的新 AsyncClient API: /docs/async_client
- 类似于 OpenAI Python 库的 Client API: /docs/client
- 带有 Python 模块的 Legacy API: /docs/legacy
Web UI
要启动 Web 界面,请在 python 中键入以下代码:
from g4f.gui import run_gui
run_gui()
或执行以下命令:
python -m g4f.cli gui -port 8080 -debug
干扰 API
您可以使用干扰 API 为其他 OpenAI 集成提供 G4F。
参见文档: /docs/interference
访问地址: http://localhost:1337/v1
配置
Cookies
使用 Meta AI 和 Microsoft Designer 创建图片时,Cookies 是必需的。 此外,Google Gemini 和 WhiteRabbitNeo Provider 需要 Cookies。 从 Bing 获取 “_U” Cookie,并且从 Google 获取以 “__Secure-1PSID” 开头的所有 Cookies。
您可以直接将这些 Cookies 传递给 create 函数,或者在运行 G4F 之前使用 set_cookies
方法设置它们:
from g4f.cookies import set_cookies
set_cookies(".bing.com", {
"_U": "cookie 值"
})
set_cookies(".google.com", {
"__Secure-1PSID": "cookie 值"
})
或者,您可以将 .har 和 cookie 文件放置在 /har_and_cookies
目录中。要导出一个 cookie 文件,请使用 Chrome Web Store 上提供的 EditThisCookie 扩展:EditThisCookie 扩展。
您还可以创建 .har 文件来捕获 Cookies。如果您需要进一步的帮助,请参考下一节。
python -m g4f.cli api --debug
读取 .har 文件: ./har_and_cookies/you.com.har
添加的 Cookies: 来自 .you.com 的 10 个
读取 cookie 文件: ./har_and_cookies/google.json
添加的 Cookies: 来自 .google.com 的 16 个
启动服务器... [g4f v-0.0.0] (debug)
用于 OpenaiChat Provider 的 .HAR 文件
生成 .HAR 文件
要使用 OpenaiChat provider,需要从 https://chat.openai.com/ 获取一个 .har 文件。请按照以下步骤创建有效的 .har 文件:
- 使用您喜欢的网络浏览器导航至 https://chat.openai.com/ 并使用您的凭据登录。
- 在浏览器中访问开发人员工具。通常可以右键单击页面并选择 “检查”,或者按 F12 或 Ctrl+Shift+I(Mac 上的 Cmd+Option+I)。
- 打开开发人员工具后,切换到 “网络” 选项卡。
- 刷新网站以在 “网络” 选项卡中捕获加载过程。
- 在聊天中发起可以捕获在 .har 文件中的操作。
- 右键单击列表中的任何网络活动,并选择 “另存为 HAR(带内容)”,以导出 .har 文件。
存储 .HAR 文件
- 如果您使用 Docker,请将导出的 .har 文件放置在
./har_and_cookies
目录中。或者,您可以将其存储在当前工作目录中的任何首选位置。
注意:确保您的 .har 文件被安全地存储,因为它可能包含敏感信息。
使用代理
如果您希望隐藏或更改提供程序的 IP 地址,您可以通过环境变量全局设置代理:
- 在 macOS 和 Linux 上:
export G4F_PROXY="http://主机:端口"
- 在 Windows 上:
set G4F_PROXY=http://主机:端口
🚀 提供商和模型
GPT-4
网站 | 提供商 | GPT-3.5 | GPT-4 | 流 | 状态 | 认证 |
---|---|---|---|---|---|---|
bing.com | g4f.Provider.Bing |
❌ | ✔️ | ✔️ | ❌ | |
chatgpt.ai | g4f.Provider.ChatgptAi |
❌ | ✔️ | ✔️ | ❌ | |
liaobots.site | g4f.Provider.Liaobots |
✔️ | ✔️ | ✔️ | ❌ | |
chat.openai.com | g4f.Provider.OpenaiChat |
✔️ | ✔️ | ✔️ | ❌+✔️ | |
raycast.com | g4f.Provider.Raycast |
✔️ | ✔️ | ✔️ | ✔️ | |
beta.theb.ai | g4f.Provider.Theb |
✔️ | ✔️ | ✔️ | ❌ | |
you.com | g4f.Provider.You |
✔️ | ✔️ | ✔️ | ❌ |
最佳开源模型
在等待 gpt-5 的过程中,以下是一些至少比 gpt-3.5-turbo 更好的新模型列表。有些比 gpt-4 更好。预期此列表会不断增长。
网站 | 提供商 | 参数 | 更好于 |
---|---|---|---|
claude-3-opus | g4f.Provider.You |
?B | gpt-4-0125-preview |
command-r+ | g4f.Provider.HuggingChat |
104B | gpt-4-0314 |
llama-3-70b | g4f.Provider.Llama or DeepInfra |
70B | gpt-4-0314 |
claude-3-sonnet | g4f.Provider.You |
?B | gpt-4-0314 |
[reka-core](https:// |
chat.reka.ai/) | g4f.Provider.Reka |
21B | gpt-4-vision | |
dbrx-instruct | g4f.Provider.DeepInfra |
132B / 36B active | gpt-3.5-turbo | |
mixtral-8x22b | g4f.Provider.DeepInfra |
176B / 44b active | gpt-3.5-turbo |
GPT-3.5
网站 | 提供商 | GPT-3.5 | GPT-4 | 流 | 状态 | 认证 |
---|---|---|---|---|---|---|
chat3.aiyunos.top | g4f.Provider.AItianhuSpace |
✔️ | ❌ | ✔️ | ❌ | |
chat10.aichatos.xyz | g4f.Provider.Aichatos |
✔️ | ❌ | ✔️ | ❌ | |
chatforai.store | g4f.Provider.ChatForAi |
✔️ | ❌ | ✔️ | ❌ | |
chatgpt4online.org | g4f.Provider.Chatgpt4Online |
✔️ | ❌ | ✔️ | ❌ | |
chatgpt-free.cc | g4f.Provider.ChatgptNext |
✔️ | ❌ | ✔️ | ❌ | |
chatgptx.de | g4f.Provider.ChatgptX |
✔️ | ❌ | ✔️ | ❌ | |
f1.cnote.top | g4f.Provider.Cnote |
✔️ | ❌ | ✔️ | ❌ | |
duckduckgo.com | g4f.Provider.DuckDuckGo |
✔️ | ❌ | ✔️ | ❌ | |
ecosia.org | g4f.Provider.Ecosia |
✔️ | ❌ | ✔️ | ❌ | |
feedough.com | g4f.Provider.Feedough |
✔️ | ❌ | ✔️ | ❌ | |
flowgpt.com | g4f.Provider.FlowGpt |
✔️ | ❌ | ✔️ | ❌ | |
freegptsnav.aifree.site | g4f.Provider.FreeGpt |
✔️ | ❌ | ✔️ | ❌ | |
gpttalk.ru | g4f.Provider.GptTalkRu |
✔️ | ❌ | ✔️ | ❌ | |
koala.sh | g4f.Provider.Koala |
✔️ | ❌ | ✔️ | ❌ | |
app.myshell.ai | g4f.Provider.MyShell |
✔️ | ❌ | ✔️ | ❌ | |
perplexity.ai | g4f.Provider.PerplexityAi |
✔️ | ❌ | ✔️ | ❌ | |
poe.com | g4f.Provider.Poe |
✔️ | ❌ | ✔️ | ✔️ | |
talkai.info | g4f.Provider.TalkAi |
✔️ | ❌ | ✔️ | ❌ | |
chat.vercel.ai | g4f.Provider.Vercel |
✔️ | ❌ | ✔️ | ![未知](https://img.shields.io/badge/未知-grey |
) | ❌ | ||||||
aitianhu.com | g4f.Provider.AItianhu |
✔️ | ❌ | ✔️ | ❌ | ||
chatgpt.bestim.org | g4f.Provider.Bestim |
✔️ | ❌ | ✔️ | ❌ | ||
chatbase.co | g4f.Provider.ChatBase |
✔️ | ❌ | ✔️ | ❌ | ||
chatgptdemo.info | g4f.Provider.ChatgptDemo |
✔️ | ❌ | ✔️ | ❌ | ||
chat.chatgptdemo.ai | g4f.Provider.ChatgptDemoAi |
✔️ | ❌ | ✔️ | ❌ | ||
chatgptfree.ai | g4f.Provider.ChatgptFree |
✔️ | ❌ | ❌ | ❌ | ||
chatgptlogin.ai | g4f.Provider.ChatgptLogin |
✔️ | ❌ | ✔️ | ❌ | ||
chat.3211000.xyz | g4f.Provider.Chatxyz |
✔️ | ❌ | ✔️ | ❌ | ||
gpt6.ai | g4f.Provider.Gpt6 |
✔️ | ❌ | ✔️ | ❌ | ||
gptchatly.com | g4f.Provider.GptChatly |
✔️ | ❌ | ❌ | ❌ | ||
ai18.gptforlove.com | g4f.Provider.GptForLove |
✔️ | ❌ | ✔️ | ❌ | ||
gptgo.ai | g4f.Provider.GptGo |
✔️ | ❌ | ✔️ | ❌ | ||
gptgod.site | g4f.Provider.GptGod |
✔️ | ❌ | ✔️ | ❌ | ||
onlinegpt.org | g4f.Provider.OnlineGpt |
✔️ | ❌ | ✔️ | ❌ |
其他
网站 | 提供商 | 流 | 状态 | 认证 |
---|---|---|---|---|
openchat.team | g4f.Provider.Aura |
✔️ | ❌ | |
blackbox.ai | g4f.Provider.Blackbox |
✔️ | ❌ | |
cohereforai-c4ai-command-r-plus.hf.space | g4f.Provider.Cohere |
✔️ | ❌ | |
deepinfra.com | g4f.Provider.DeepInfra |
✔️ | ❌ | |
free.chatgpt.org.uk | g4f.Provider.FreeChatgpt |
✔️ | ❌ | |
gemini.google.com | g4f.Provider.Gemini |
✔️ | ✔️ | |
ai.google.dev | g4f.Provider.GeminiPro |
✔️ | ✔️ | |
gemini-chatbot-sigma.vercel.app | g4f.Provider.GeminiProChat |
✔️ | ❌ | |
developers.sber.ru | g4f.Provider.GigaChat |
✔️ | ✔️ | |
console.groq.com | g4f.Provider.Groq |
✔️ | ✔️ | |
huggingface.co | g4f.Provider.HuggingChat |
✔️ | ❌ | |
huggingface.co | g4f.Provider.HuggingFace |
✔️ | ![活跃]( |
https://img.shields.io/badge/活跃-brightgreen) | ❌ | ||||
ai.justask.run | g4f.Provider.JustAsk |
✔️ | ❌ | ||
api.levity.ai | g4f.Provider.Levity |
✔️ | ✔️ | ||
metagpt.com | g4f.Provider.Meta |
✔️ | ❌ | ||
console.openai.com | g4f.Provider.Meta |
✔️ | ❌ | ||
conversation.huggingface.co | g4f.Provider.ModelChat |
✔️ | ❌ | ||
robodog.gg | g4f.Provider.Robodog |
✔️ | ✔️ | ||
safespace.com | g4f.Provider.SafeSpace |
✔️ | ❌ | ||
salesforce.com | g4f.Provider.Salesforce |
✔️ | ✔️ | ||
ask.sophia.org | g4f.Provider.Sophia |
✔️ | ❌ | ||
talk.speechlynx.com | g4f.Provider.Speechlynx |
✔️ | ❌ | ||
spoon.ai | g4f.Provider.Spoon |
✔️ | ✔️ | ||
chat.stvemillertime.com | g4f.Provider.SteveMillerTime |
✔️ | ❌ | ||
theus.review | g4f.Provider.Theus |
✔️ | ❌ | ||
ai.w3h2.com | g4f.Provider.W3h2 |
✔️ | ❌ | ||
www2.wcbot.ai | g4f.Provider.Wcbot |
✔️ | ❌ | ||
whiterabbitneo.com | g4f.Provider.WhiteRabbitNeo |
✔️ | ✔️ | ||
koji.chat | g4f.Provider.Wiremo |
✔️ | ❌ | ||
gptwr.com | g4f.Provider.WrNeo |
✔️ | ✔️ |
未认证供应商
网站 | 提供商 | 流 | 状态 | 认证 |
---|---|---|---|---|
custom_gpt.com | g4f.Provider.CustomGpt |
✔️ | ❌ | |
gpt.abeld.tech | g4f.Provider.AbelDTech |
✔️ | ❌ | |
gptchatbot.com | g4f.Provider.GptChatbot |
✔️ | ❌ | |
chatgpt.knightshop.org | g4f.Provider.Knightshop |
✔️ | ❌ | |
chatgptonline.ml | g4f.Provider.Liaoxueshi |
✔️ | ❌ | |
openai.chatgpt.org | g4f.Provider.OpenaiChatOrg |
✔️ | ❌ | |
api.oxtellino.com | g4f.Provider.Oxtellino |
✔️ | ❌ | |
rsn-cd.sh | g4f.Provider.Rsn |
✔️ | ❌ | |
sarah-web.chat | g4f.Provider.Sarah |
✔️ | ❌ | |
sovran.ai | g4f.Provider.Sovran |
✔️ | ❌ | |
turingbot.io | g4f.Provider.TuringBot |
✔️ |
❌ | ||||
talktotransformer.online | g4f.Provider.TalkToTransformer |
✔️ | ❌ | |
rapidfuzz.net | g4f.Provider.RapidFuzz |
✔️ | ❌ | |
rcr.blogchat.ai | g4f.Provider.Blogchat |
✔️ | ❌ | |
www.convo.ps | g4f.Provider.ConvoPs |
✔️ | ❌ | |
thebig.zendesk.com | g4f.Provider.Zendesk |
✔️ | ❌ | |
trevorai.com | g4f.Provider.TrevorAI |
✔️ | ❌ | |
freegptbot.azurewebsites.net | g4f.Provider.FreeGptBot |
✔️ | ❌ | |
gpt.180.76.155.33.xip.io | g4f.Provider.XipIo |
✔️ | ❌ |
已关闭/下线供应商
网站 | 提供商 | 流 | 状态 | 认证 |
---|---|---|---|---|
ai2.bb | g4f.Provider.Bb |
✔️ | ❌ | |
gpt3.buzz | g4f.Provider.Buzz |
✔️ | ❌ | |
concierge.cordial.com | g4f.Provider.Cordial |
✔️ | ✔️ | |
free.chatgpt.com | g4f.Provider.FreeChatgpt |
✔️ | ❌ | |
gpt03.dev | g4f.Provider.Gpt03Dev |
✔️ | ❌ | |
gpt4.wp | g4f.Provider.Gpt4Wp |
✔️ | ❌ | |
gptassitant.com | g4f.Provider.GptAssistant |
✔️ | ❌ | |
hermitbot.com | g4f.Provider.Hermit |
✔️ | ❌ | |
infobot.xyz | g4f.Provider.InfoBot |
✔️ | ❌ | |
chat.lohbot.com | g4f.Provider.LohBot |
✔️ | ❌ | |
gpt.mjs.workers.dev | g4f.Provider.Mjs |
✔️ | ❌ | |
muse.maniabot.com | g4f.Provider.ManiaBot |
✔️ | ❌ | |
moonshot.justask.run | g4f.Provider.Moonshot |
✔️ | ❌ | |
mtral.io | g4f.Provider.Mtral |
✔️ | ❌ | |
churn.checkbot.ai | g4f.Provider.CheckBot |
✔️ | ❌ | |
talker.mycs.tech | g4f.Provider.Mycs |
✔️ | ❌ | |
neura.chat | g4f.Provider.Neura |
✔️ | ❌ | |
othin.chat | g4f.Provider.Othin |
✔️ | ❌ | |
ppbot.perplexity.ai | g4f.Provider.PerplexityBot |
✔️ | ❌ | |
pond.krakle.me | g4f.Provider.Pond |
✔️ | ❌ | |
[provie.chat](https://provie.chat |
) | g4f.Provider.Provie |
✔️ | ❌ | ||
gpt3.publicitio.com | g4f.Provider.Publicitio |
✔️ | ❌ | ||
sagan.chat | g4f.Provider.Sagan |
✔️ | ❌ | ||
salemate.ai | g4f.Provider.Salemate |
✔️ | ❌ | ||
sinch.ai | g4f.Provider.Sinch |
✔️ | ❌ | ||
spreadingchat.com | g4f.Provider.SpreadingChat |
✔️ | ❌ | ||
sunflow.ai | g4f.Provider.Sunflow |
✔️ | ❌ | ||
sunshinebot.net | g4f.Provider.SunshineBot |
✔️ | ❌ | ||
tabby.chat | g4f.Provider.Tabby |
✔️ | ❌ | ||
taipan.chat | g4f.Provider.Taipan |
✔️ | ❌ | ||
gpttest.techtolia.com | g4f.Provider.Techtolia |
✔️ | ❌ | ||
terry.ai | g4f.Provider.Terry |
✔️ | ❌ | ||
chatbot.truthfinder.io | g4f.Provider.TruthFinder |
✔️ | ❌ | ||
gpt3.zabiyaka.com | g4f.Provider.Zabiyaka |
✔️ | ❌ |
图像与视觉模型
标签 | 提供方 | 图像模型 | 视觉模型 | 网址 |
---|---|---|---|---|
Microsoft Copilot in Bing | g4f.Provider.Bing |
dall-e-3 | gpt-4-vision | bing.com |
DeepInfra | g4f.Provider.DeepInfra |
stability-ai/sdxl | llava-1.5-7b-hf | deepinfra.com |
Gemini | g4f.Provider.Gemini |
✔️ | ✔️ | gemini.google.com |
Gemini API | g4f.Provider.GeminiPro |
❌ | gemini-1.5-pro | ai.google.dev |
Meta AI | g4f.Provider.MetaAI |
✔️ | ❌ | meta.ai |
OpenAI ChatGPT | g4f.Provider.OpenaiChat |
dall-e-3 | gpt-4-vision | chat.openai.com |
Reka | g4f.Provider.Reka |
❌ | ✔️ | chat.reka.ai |
Replicate | g4f.Provider.Replicate |
stability-ai/sdxl | llava-v1.6-34b | replicate.com |
You.com | g4f.Provider.You |
dall-e-3 | ✔️ | you.com |
import requests
from g4f.client import Client
client = Client()
image = requests.get("https://change_me.jpg", stream=True).raw
response = client.chat.completions.create(
"",
messages=[{"role": "user", "content": "what is in this picture?"}],
image=image
)
print(response.choices[0].message.content)
🔗 由 gpt4free 提供支持
🎁 Projects | ⭐ Stars | 📚 Forks | 🛎 Issues | 📬 Pull requests | </tr>
gpt4free | gpt4free-ts | </tr> | ||
Free AI API's & Potential Providers List | ||||
ChatGPT-Clone | ||||
Ai agent | ||||
ChatGpt Discord Bot | ||||
chatGPT-discord-bot | ||||
Nyx-Bot (Discord) | ||||
LangChain gpt4free | ||||
ChatGpt Telegram Bot | ||||
ChatGpt Line Bot | ||||
Action Translate Readme | ||||
Langchain Document GPT | ||||
python-tgpt |
</img> </td> | 本项目在 GNU_GPL_v3.0 许可下授权。 | </tr> </table>