Skip to content

Instantly share code, notes, and snippets.

@MartianInGreen
Created October 31, 2023 14:03
Show Gist options
  • Save MartianInGreen/4881b606178f315c2e2fdd5a7de3ed26 to your computer and use it in GitHub Desktop.
Save MartianInGreen/4881b606178f315c2e2fdd5a7de3ed26 to your computer and use it in GitHub Desktop.
ChatGPT Models json, Oct 31st 2023
{
"models": [
{
"slug": "text-davinci-002-render-sha",
"max_tokens": 8191,
"title": "Default (GPT-3.5)",
"description": "Our fastest model, great for most everyday tasks.",
"tags": [
"gpt3.5"
],
"capabilities": {},
"product_features": {}
},
{
"slug": "gpt-4",
"max_tokens": 4095,
"title": "GPT-4",
"description": "Our most capable model, great for tasks that require creativity and advanced reasoning.",
"tags": [
"gpt4"
],
"capabilities": {},
"product_features": {
"attachments": {
"type": "multimodal",
"accepted_mime_types": [
"image/png",
"image/webp",
"image/gif",
"image/jpeg"
],
"can_accept_all_mime_types": false
}
}
},
{
"slug": "gpt-4-browsing",
"max_tokens": 8191,
"title": "Web Browsing",
"description": "An experimental model that knows when and how to browse the internet",
"tags": [
"beta",
"gpt4"
],
"capabilities": {},
"product_features": {},
"enabled_tools": [
"tools"
]
},
{
"slug": "gpt-4-code-interpreter",
"max_tokens": 8192,
"title": "Advanced Data Analysis",
"description": "An experimental model that can solve tasks by generating Python code and executing it in a Jupyter notebook.\nYou can upload any kind of file, and ask model to analyse it, or produce a new file which you can download.",
"tags": [
"beta",
"gpt4"
],
"capabilities": {},
"product_features": {
"attachments": {
"type": "code_interpreter",
"can_accept_all_mime_types": false
}
},
"enabled_tools": [
"tools2"
]
},
{
"slug": "gpt-4-plugins",
"max_tokens": 8192,
"title": "Plugins",
"description": "An experimental model that knows when and how to use plugins",
"tags": [
"beta",
"gpt4"
],
"capabilities": {},
"product_features": {},
"enabled_tools": [
"tools3"
]
},
{
"slug": "gpt-4-dalle",
"max_tokens": 4095,
"title": "DALL·E 3",
"description": "Try out GPT-4 with DALL·E 3",
"tags": [
"beta",
"gpt4"
],
"capabilities": {},
"product_features": {}
}
],
"categories": [
{
"category": "gpt_3.5",
"human_category_name": "GPT-3.5",
"subscription_level": "free",
"default_model": "text-davinci-002-render-sha",
"code_interpreter_model": "text-davinci-002-render-sha-code-interpreter",
"plugins_model": "text-davinci-002-render-sha-plugins"
},
{
"category": "gpt_4",
"human_category_name": "GPT-4",
"subscription_level": "plus",
"default_model": "gpt-4",
"browsing_model": "gpt-4-browsing",
"code_interpreter_model": "gpt-4-code-interpreter",
"plugins_model": "gpt-4-plugins",
"dalle_model": "gpt-4-dalle"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment