Free ChatGPT gpt-3.5-turbo API is here

王林
Release: 2023-05-19 22:55:04
forward
7554 people have browsed it

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 (超过限制以后,欢迎再次申请新的)
Copy after login

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!

Related labels:
source:51cto.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!