search
HomeTechnology peripheralsAIFree ChatGPT gpt-3.5-turbo API is here
Free ChatGPT gpt-3.5-turbo API is hereMay 19, 2023 pm 10:55 PM
chatgptQR codecode

This morning, OpenAI released the API of ChatGPT 3.5. Our engineers immediately updated our API interface and launched the GPT API based on ChatGPT gpt-3.5-turbo.

Provided free of charge to all engineers

This interface is provided free of charge to all engineers who want to use the new interface to build some applications by themselves.

Why provide this API

This matter was inspired by Yinghaiwei.

After 25 years, I need to send belated thanks to Yinghaiwei, the pioneer of the Internet.

As early as 1997, when the Internet was just budding in China, Yinghaiwei provided free Internet access to the public at its office on Ruijin 2nd Road in Shanghai. Anyone can go there and get 1 hour of Internet time for free.

At that time, it was a huge benefit for a poor student like me. At that time, accessing the Internet was not just about money, but also about overcoming various difficulties, such as not having a fixed residence, and even if you spent a lot of money to buy a modem, you couldn't apply for a dial-up Internet account at the telecommunications bureau. Yinghaiwei solves these problems and provides it to the public for free.

I don’t know how many people were affected by a company’s small act of kindness at that time. Perhaps a large proportion of the first batch of Internet users in Shanghai at that time accessed the Internet at Yinghaiwei's free Internet station. Later, it is unknown how many Internet companies were born from it.

Now, when I have a company and have some spare energy, I also hope to pass on this goodwill. We have prepared a limit of RMB 1,000 for each engineer. Although this amount is not large, I hope it can provide some help to engineers who are just starting out.

As a "senior programmer", I know that there are still many obstacles between generating an idea in my mind and actually writing code. Human thoughts are so fragile, and a little more complexity may be lost in the mind. I hope that a great idea will not disappear from my mind as soon as I think about it because of money or trouble. Otherwise it would be a great pity.

Notes

I hope everyone will make good use of this service and do not abuse it or use it for commercial purposes. We reserve the right to terminate this service at any time. Please scan the QR code at the end of the article, provide your resume, and prove that you are an engineer to obtain the API Key. This service is superimposed with many functions developed by Baixin.com, including:

  1. Text generation pictures
  2. Text generation digital spoken broadcast
  3. Text generation audio
  4. Real-time query of mathematical calculations/weather/stocks/flights and other information
  5. Real-time network access
  6. Voice input and output
  7. Stable Diffusion integration
  8. Long-term memory function
  9. Enterprise information training and recall function

Users can also choose to turn on or off these functions

Interface call

The following is How to call this API:

Baxing ChatGPT API Common


# 简述


本文档用于接入百姓临时 API。
首次调用时,需要向百姓开发人员申请 API Key


# 请求地址


https://gpt.baixing.com


# 请求方式


GET/POST
Content-Type:application/json 


# GET 入参样式:


参数名称 类型 是否必选 含义 备注
pString 是会话问题
kString 是


# 申请秘钥


Key 需要找百姓申请,请看文档后面


# POST 入参样式:


https://gpt.baixing.com?p=蜡的原材料是什么?&k=xxx 
{
"p":"蜡的原材料是什么?",
"k":"xxx"
}


# 响应结果


参数名称类型 备注
code int0: 正常 
 非 0: 请求异常
message String 错误原因
dataT返回的数据


# 结果示例


{
"code": 0,
"message": "success",
"data": "蜡的原材料一般是天然动物性蜡,植物性蜡,石蜡或合成蜡。" 
}


# 频率限制


2 个请求 / 秒


# 次数限制


10,000 个请求/key (超过限制以后,欢迎再次申请新的)

The above is the detailed content of Free ChatGPT gpt-3.5-turbo API is here. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
如何使用 PHP 实现动态生成二维码功能如何使用 PHP 实现动态生成二维码功能Sep 05, 2023 pm 05:45 PM

如何使用PHP实现动态生成二维码功能二维码(QRCode)被广泛应用于各个领域,它可以存储大量信息且易于扫描。在网页应用中,我们经常需要动态生成二维码,以便为用户提供便捷的操作方式。本文将介绍如何使用PHP实现动态生成二维码的功能。一、安装和配置PHPQRCode库为了方便生成二维码,我们可以使用PHPQRCode库。首先,我们需要

如何在 iPhone 上扫描二维码如何在 iPhone 上扫描二维码May 04, 2023 am 11:46 AM

先决条件:在您的iPhone上启用二维码扫描默认情况下,所有运行iOS11的iPhone都启用了扫描QR码的功能。因此,您需要确保您的iPhone已更新到最新的可用版本,至少iOS11才能能够原生扫描QR码。在继续执行以下任何方法之前,您必须确保在iPhone上启用了该功能。您可以通过打开“设置”应用并点击“相机”部分在iPhone上启用QR码扫描。在下一个屏幕上,启用“扫描QR码”切换。这应该会打开该功能,以便您可以使用以下任何方法扫描并从QR码中提取

如何使用PHP生成批量的二维码?如何使用PHP生成批量的二维码?Aug 25, 2023 pm 04:33 PM

如何使用PHP生成批量的二维码?随着互联网技术的不断发展,二维码已经成为了一种非常普遍的信息传递工具。二维码可以存储大量的信息,并且可以快速扫描识别,因此在各行各业中得到了广泛的应用。在很多情况下,我们需要批量生成大量的二维码,比如用于商品标签、活动门票等。PHP是一种广泛应用于web开发的脚本语言,具有灵活、简单易用的特点。下面,我们将介绍如何使用PHP生

如何使用PHP生成带有时间限制的二维码?如何使用PHP生成带有时间限制的二维码?Aug 26, 2023 pm 04:34 PM

如何使用PHP生成带有时间限制的二维码?随着移动支付和电子门票的普及,二维码成为了一种常见的技术。在很多场景中,我们可能需要生成一种带有时间限制的二维码,即使在一定时间后,该二维码也将失效。本文将介绍如何使用PHP生成带有时间限制的二维码,并提供代码示例供参考。安装PHPQRCode库要使用PHP生成二维码,我们需要先安装PHPQRCode库。这个库

如何使用Vue实现二维码生成如何使用Vue实现二维码生成Nov 07, 2023 am 09:57 AM

二维码是现代社会中广泛使用的一种信息编码方式,Vue是一款前端框架,如何使用Vue实现二维码生成呢?一、了解二维码生成的原理二维码的生成原理是将一段文本或一段URL地址转换成一张图片,在这张图片中编码了文本或URL地址的信息。二维码生成可以使用第三方库,本文介绍如何使用Qrcode.js库来生成二维码。Qrcode.js是一款轻量级、无依赖的二维码生成库。二

如何使用PHP开发公众号的二维码生成功能如何使用PHP开发公众号的二维码生成功能Sep 19, 2023 am 10:03 AM

如何使用PHP开发公众号的二维码生成功能当今社交媒体的盛行使得公众号成为企业与用户互动的重要渠道之一。为了吸引更多用户关注公众号,企业常常会使用二维码来方便用户扫码关注。本文将介绍如何使用PHP开发公众号的二维码生成功能,并提供具体的代码示例。获取二维码生成地址在使用PHP开发公众号的二维码生成功能之前,我们首先需要获取二维码生成地址。可以通过微信公众平台提

PHP编码小技巧:如何生成带有防伪验证功能的二维码?PHP编码小技巧:如何生成带有防伪验证功能的二维码?Aug 17, 2023 pm 02:42 PM

PHP编码小技巧:如何生成带有防伪验证功能的二维码?随着电子商务和互联网的发展,二维码越来越被广泛应用于各行各业。而在使用二维码的过程中,为了确保产品的安全性和防止伪造,为二维码添加防伪验证功能是十分重要的一环。本文将介绍如何使用PHP生成带有防伪验证功能的二维码,并附上相应代码示例。在开始之前,我们需要准备以下几个必要的工具和库:PHPQRCode:PHP

使用Java实现表单数据的二维码生成与扫描功能使用Java实现表单数据的二维码生成与扫描功能Aug 07, 2023 pm 02:21 PM

使用Java实现表单数据的二维码生成与扫描功能随着移动互联网的快速发展,二维码已经成为一种非常常见的信息传递方式。在许多场景中,我们需要将用户填写的表单数据通过二维码的形式进行快速的传递和扫描。本文将使用Java语言来实现表单数据的二维码生成与扫描功能,并提供代码示例。一、生成二维码我们首先需要使用Java中的一个第三方库,比如ZXing,来生成二维码。ZX

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools