当前位置: 首页 > article >正文

openai/chatgpt的api接口,各个模型的最大输入token一览表

chatgpt的各个api模型接口的最大输入量一览表:

MODELDESCRIPTIONCONTEXT WINDOWTRAINING DATA
gpt-3.5-turbo-1106Updated GPT 3.5 Turbo

New


The latest GPT-3.5 Turbo model with improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more. Returns a maximum of 4,096 output tokens. 
16,385 tokensUp to Sep 2021
gpt-3.5-turboCurrently points to gpt-3.5-turbo-0613. Will point to gpt-3.5-turbo-1106 starting Dec 11, 2023. 4,096 tokensUp to Sep 2021
gpt-3.5-turbo-16kCurrently points to gpt-3.5-turbo-0613. Will point to gpt-3.5-turbo-1106 starting Dec 11, 2023. 16,385 tokensUp to Sep 2021
gpt-3.5-turbo-instructSimilar capabilities as text-davinci-003 but compatible with legacy Completions endpoint and not Chat Completions.4,096 tokensUp to Sep 2021
gpt-3.5-turbo-0613

Legacy

Snapshot of gpt-3.5-turbo from June 13th 2023. Will be deprecatedon June 13, 2024.4,096 tokensUp to Sep 2021
gpt-3.5-turbo-16k-0613

Legacy

Snapshot of gpt-3.5-16k-turbo from June 13th 2023. Will be deprecated on June 13, 2024.16,385 tokensUp to Sep 2021
gpt-3.5-turbo-0301

Legacy

Snapshot of gpt-3.5-turbo from March 1st 2023. Will be deprecated on June 13th 2024.4,096 tokensUp to Sep 2021
text-davinci-003

Legacy

Can do language tasks with better quality and consistency than the curie, babbage, or ada models. Will be deprecated on Jan 4th 2024.4,096 tokensUp to Jun 2021
text-davinci-002

Legacy

Similar capabilities to text-davinci-003 but trained with supervised fine-tuning instead of reinforcement learning. Will be deprecated on Jan 4th 2024.4,096 tokensUp to Jun 2021
code-davinci-002

Legacy

Optimized for code-completion tasks. Will be deprecated on Jan 4th 2024.8,001 tokensUp to Jun 2021

http://www.kler.cn/a/133209.html

相关文章:

  • 北京大学c++程序设计听课笔记101
  • Gitcode文件历史记录查看和还原
  • 【Qt实现虚拟键盘】
  • 【Linux网络编程】简单的UDP网络程序
  • Leecode刷题C语言之统计好节点的数目
  • 「QT」文件类 之 QDataStream 数据流类
  • 适用于全部安卓手机的 5 大免费 Android 数据恢复
  • 037、目标检测-算法速览
  • 「git 系列」git 如何存储代码的?
  • 6.9平衡二叉树(LC110-E)
  • WPF实现将鼠标悬浮在按钮上时弹出菜单
  • MyBatis逆向工程
  • 小型企业网络搭建方案
  • FPGA模块——IIC协议(读写PCF8591)
  • linux进程间通信之共享内存(mmap,shm_open)
  • asp.net学生成绩评估系统VS开发sqlserver数据库web结构c#编程计算机网页项目
  • AI语音克隆
  • Flink1.17 DataStream API
  • Linux三剑客:awk的实用案例
  • 多线程Thread(初阶一:认识线程)
  • 【教3妹学编程-java基础6】详解父子类变量、代码块、构造函数执行顺序
  • 关于nginx一个域名,配置多个端口https的方法
  • 强缓存和弱缓存
  • 配置Nginx服务器用于Web应用代理和SSL{仅配置文件}
  • VisualGDB 6.0 R2 Crack
  • C++标准模板(STL)- 类型支持 (类型关系,检查两个类型是否相同,std::is_same)