首页 > 其他分享 >ChatGPT API FAQ

ChatGPT API FAQ

时间:2023-03-24 18:23:55浏览次数:44  
标签:What FAQ API our ChatGPT RPM subscription

ChatGPT API FAQ

General questions about the ChatGPT API Johanna C. avatar Written by Johanna C.. Updated over a week ago

What's the ChatGPT API?

The ChatGPT API will allow developers to integrate ChatGPT into their own applications, products, or services.

 

ChatGPT is a sibling model to InstructGPT, which is trained to follow an instruction in a prompt and provide a detailed response. Learn more about ChatGPT in the blog post.

 

What's the rate limits for the ChatGPT API?

Free trial users: 20 RPM 40000 TPM
Pay-as-you-go users (first 48 hours): 60 RPM 60000 TPM
Pay-as-you-go users (after 48 hours): 3500 RPM 90000 TPM

 

RPM = requests per minute

TPM = tokens per minute

 

What's the right endpoint to hit with API calls to the ChatGPT API?
Make a POST request to https://api.openai.com/v1/chat/completions

See Create chat completion in our API documentation for details.

 

Is the ChatGPT API included in the ChatGPT Plus subscription?

No, the ChatGPT API and ChatGPT Plus subscription are billed separately. The API has its own pricing, which can be found at https://openai.com/pricing. The ChatGPT Plus subscription covers usage on chat.openai.com only and costs $20/month.

 

I am using the free subscription of ChatGPT so does that mean I can use the ChatGPT API for free too?

No, API usage is it's own separate cost. The ChatGPT API is not available for free.

 

See our Pricing page.

 

What is "tiktoken" and how do users need to keep track of it?

To see how many tokens are in a text string without making an API call, use OpenAI’s tiktoken Python library. Example code can be found in the OpenAI Cookbook’s guide on how to count tokens with tiktoken.

 

Is fine-tuning available for the gpt-3.5-turbo?

Currently, we only support fine-tuning of our base models. Please review the fine-tuning guide for more details.

 

Does OpenAI store the data that is passed into the API?

As of March 1st, 2023, we retain customer API data for 30 days but no longer use customer data sent via the API to improve our models. You can learn more in our data usage policy.

 

How do I keep the Chat session focused on a topic?

The main way to keep the conversation focused on a topic is the system message. You can set this

 

标签:What,FAQ,API,our,ChatGPT,RPM,subscription
From: https://www.cnblogs.com/flyingsir/p/17252988.html

相关文章

  • win32api之文件系统管理(七)
    什么是文件系统文件系统是一种用于管理计算机存储设备上文件和目录的机制。文件系统为文件和目录分配磁盘空间,管理文件和目录的存储和检索,以及提供对它们的访问和共享,以下......
  • 【AIGC文档大全】ChatGPT-4技术报告中文版、AIGC发展趋势报告
    前言:AIGC,即AIGeneratedContent,指的是利用人工智能技术生成的内容。作为一种新型的内容生产方式,AIGC被视为继PGC、UGC和PUGC之后的一次革命性的创新。这种技术还有可能......
  • 我用ChatGPT做WebRTC音视频性能优化,主打一个高效
    摘要随着GPT-4的发布,AI的风越吹越旺。GPT-4可以回答问题,可以写作,甚至可以基于一张草图生成html代码搭建一个网站。即构社区的一位开发者@倪同学就基于目前在研究的WebRTC......
  • 假冒的ChatGPT浏览器扩展被发现劫持Facebook账户
    谷歌已介入从官方网上商店中删除伪装成OpenAI的ChatGPT服务的虚假Chrome浏览器扩展程序,以获取Facebook会话cookie并劫持帐户。“ChatGPTForGoogle”扩展程......
  • GPT-4 API waitlist
    SkiptomaincontentSiteNavigationGPT-4APIwaitlistWe’remakingGPT-4availableasanAPIfordeveloperstobuildapplicationsandser......
  • WebApi控制器方法接受参数的位置
    FromBody//application/jsonFromForm//前端的默认消息类型FromHeader//从请求头里获取FromQuery//从Url路径中提取FromRoute//从路由中获取FromServices//这......
  • ChatGPT4 给出数据库开发者最容易犯的 10 个错误和解决方案
    近期ChatGPT4发布,作为数据库领域的开发者,也是10年老DBA,也是迫不及待体验了一把。ChatGPT4目前是付费使用,使用次数也有限制,门槛更高,API调用费用是ChatGPT3.5的15......
  • HBase Java API操作数据库
    场景在上面将开发环境搭建起来,要想操作操作数据库除了使用HBaseShell还可以使用JAVAAPI对HBase进行操作。注:关注公众号霸道的程序猿获取编程相关电子书、教程推送与免费......
  • ChatGPT — Release Notes
    ChatGPT—ReleaseNotesThelatestupdateforChatGPTWrittenby Natalie. UpdatedyesterdayReleasenotes(March23)Weareannouncingexperimenta......
  • ChatGPT4 给出数据库开发者最容易犯的 10 个错误和解决方案
    近期ChatGPT4发布,作为数据库领域的开发者,也是10年老DBA,也是迫不及待体验了一把。 ChatGPT4目前是付费使用,使用次数也有限制,门槛更高,API调用费用是ChatGPT3.5......