今天收到OpenAI发来的邮件,他们刚刚宣布将对OpenAI的API模型进行升级更新,包含GPT-3.5和GPT-4,具体请查阅OpenAI官方博客文章:Function calling and other API updates,具体更新和改进的模型:gpt-4-0613
和 gpt-3.5-turbo-0613
,此外还新增了GPT-3.5-16K版本,支持 16k 上下文,这样就可以在单个请求中支持约 20 页文本,虽然比起 GPT-4-32K 版本还有差距,但在大部分文章场景中,16K上下文的版本已经足够了。至于老版本(gpt-3.5-turbo-0301
和 gpt-4-0314
)将于 2023年9月13日停止服务。
价格也有调整,具体看表格:
GPT-3.5 降价 25%
之前的 GPT-3.5 价格为 $0.002 / 1K tokens,不区分输入输出,新版本输入降价,输出价格不变。
GPT-3.5 模型 | 输入 | 输出 |
4K context(默认) | $0.0015 / 1K tokens | $0.002 / 1K tokens |
16K context | $0.003 / 1K tokens | $0.004 / 1K tokens |
gpt-3.5-turbo-16k 比 gpt-3.5-turbo 贵两倍,但提供了 4 倍的上下文长度。
GPT-4 价格
GPT-4 除了自身水平和上下文长度,价格也依旧高高在上,是 GPT-3.5 的 20 倍和 30 倍,很贵、很贵。所以目前使用 GPT-4 的最佳途径依旧是 ChatGPT Plus 会员。
GPT-4 模型 | Input | Output |
8K context | $0.03 / 1K tokens | $0.06 / 1K tokens |
32K context | $0.06 / 1K tokens | $0.12 / 1K tokens |
GPT-3.5更新
以下是英文原文:
We’re excited to announce a few updates to the OpenAI developer platform.
GPT-3.5 Turbo
This model has been updated with a new version: gpt-3.5-turbo-0613 which is more steerable with the system message and includes a new capability: function calling. By describing functions in your prompts, the model can intelligently output a JSON object containing arguments to call these functions based on user input — perfect for integrating with other tools or APIs. Learn more in our function calling documentation.Plus enjoy a 25% cost reduction for input tokens on GPT-3.5 Turbo (now $0.0015 per 1K input tokens), effective immediately.
Longer Context
We’re also introducing gpt-3.5-turbo-16k. This model offers four times the context length of the 4k base model and is priced at $0.003 per 1K input tokens and $0.004 per 1K output tokens.Model Transitioning
You can begin using the new gpt-3.5-turbo-0613 model today. On June 27th, the stable gpt-3.5-turbo will be automatically upgraded to this new version. If you need more time to transition, you can specify gpt-3.5-turbo-0301 to keep using the older version, which will remain available until September 13th as part of our upgrade and deprecation process.
中文译文:
我们很高兴地宣布OpenAI开发者平台的一些更新。GPT-3.5 Turbo 这个模型已经有了一个新版本: gpt-3.5-turbo-0613,它可以更好地响应系统信息并增加了一个新的功能:函数调用。通过在提示中描述函数,模型可以智能输出一个JSON对象,其中包含基于用户输入调用这些函数的参数——非常适合与其他工具或API集成。在我们的函数调用文档中了解更多信息。
此外,GPT-3.5 Turbo的输入令牌费用降低了25%(现在每1K输入令牌0.0015美元),立即生效。
更长的上下文
我们还推出了gpt-3.5-turbo-16k。该模型的上下文长度是4k基础模型的四倍,价格为每1K输入令牌0.003美元,每1K输出令牌0.004美元。模型过渡
您可以开始使用新的gpt-3.5-turbo-0613模型。6月27日,稳定版的gpt-3.5-turbo将自动升级到这个新版本。如果您需要更多时间进行过渡,您可以指定gpt-3.5-turbo-0301以继续使用旧版本,该版本将作为我们的升级和淘汰过程的一部分保持可用,直到9月13日。
GPT-4更新
英文原文:
As an early developer with GPT-4, we wanted to let you know about the latest update to this model.
gpt-4-0613 is now available and adds a new capability: function calling. By describing functions in your prompts, the model can intelligently choose to output a JSON object containing arguments to call these functions based on user input — perfect for integrating with other tools or APIs. Learn more in our function calling documentation.
On June 27th, the stable gpt-4 will be automatically upgraded to this new version. If you need more time to transition, you can specify gpt-4-0314 to keep using the older versions, which will remain available until September 13th as part of our upgrade and deprecation process.
中文译文:
作为 GPT-4 的早期开发者,我们想让您了解此模型的最新更新。
现在可用的是 gpt-4-0613,并增加了一项新功能:函数调用。通过在提示中描述函数,模型可以根据用户输入智能地选择输出包含调用这些函数的参数的 JSON 对象 – 这非常适合与其他工具或 API 集成。请在我们的函数调用文档中了解更多信息。
6月27日,稳定版的 GPT-4 将自动升级到此新版本。如果您需要更多时间进行过渡,您可以指定 gpt-4-0314 以继续使用旧版本,这些旧版本将作为我们的升级和弃用流程的一部分保持可用,直到9月13日。
您也可以联系文章作者本人进行修改,若内容侵权或非法,可以联系我们进行处理。
任何个人或组织,转载、发布本站文章到任何网站、书籍等各类媒体平台,必须在文末署名文章出处并链接到本站相应文章的URL地址。
本站文章如转载自其他网站,会在文末署名原文出处及原文URL的跳转链接,如有遗漏,烦请告知修正。
如若本站文章侵犯了原著者的合法权益,亦可联系我们进行处理。