Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section out-of-date: Models - GET /backend-api/models #8

Closed
2 tasks done
0xdevalias opened this issue May 15, 2023 · 2 comments
Closed
2 tasks done

Section out-of-date: Models - GET /backend-api/models #8

0xdevalias opened this issue May 15, 2023 · 2 comments
Assignees
Labels
out-of-date Information out of date

Comments

@0xdevalias
Copy link

0xdevalias commented May 15, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Out-of-date Section

Models

Incorrect info

The list of models doesn't contain all of the current details.

Optionally, provide the correct info

Request:

GET https://chat.openai.com/backend-api/models?history_and_training_disabled=false

Response (prettified):

{
    "models":
    [
        {
            "slug": "gpt-4-plugins",
            "max_tokens": 8195,
            "title": "Plugins",
            "description": "An experimental model that knows when and how to use plugins",
            "tags":
            [
                "beta"
            ],
            "qualitative_properties": {},
            "enabled_tools":
            [
                "tools3"
            ]
        },
        {
            "slug": "text-davinci-002-render-sha",
            "max_tokens": 8191,
            "title": "Default (GPT-3.5)",
            "description": "Our fastest model, great for most everyday tasks.",
            "tags": [],
            "qualitative_properties":
            {
                "reasoning":
                [
                    3,
                    5
                ],
                "speed":
                [
                    5,
                    5
                ],
                "conciseness":
                [
                    2,
                    5
                ]
            }
        },
        {
            "slug": "gpt-4",
            "max_tokens": 4095,
            "title": "GPT-4",
            "description": "Our most capable model, great for tasks that require creativity and advanced reasoning.",
            "tags": [],
            "qualitative_properties":
            {
                "reasoning":
                [
                    5,
                    5
                ],
                "speed":
                [
                    2,
                    5
                ],
                "conciseness":
                [
                    4,
                    5
                ]
            }
        },
        {
            "slug": "gpt-4-browsing",
            "max_tokens": 4095,
            "title": "Web Browsing",
            "description": "An experimental model that knows when and how to browse the internet",
            "tags":
            [
                "beta"
            ],
            "qualitative_properties": {},
            "enabled_tools":
            [
                "tools"
            ]
        }
    ],
    "categories":
    [
        {
            "category": "gpt_3.5",
            "human_category_name": "GPT-3.5",
            "subscription_level": "free",
            "default_model": "text-davinci-002-render-sha",
            "browsing_model": null,
            "code_interpreter_model": null,
            "plugins_model": null
        },
        {
            "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"
        }
    ]
}

Optionally, add more information

You can find a full listing/reference to all of my ChatGPT insights/deepdives/etc here:

CONTRIBUTING.md

  • I have read the CONTRIBUTING.md
@0xdevalias 0xdevalias added the out-of-date Information out of date label May 15, 2023
@0xdevalias 0xdevalias changed the title Section out-of-date: Models Section out-of-date: Models - GET /backend-api/models May 15, 2023
@terminalcommandnewsletter
Copy link
Owner

Some of these are ChatGPT Plus models, so I don't see those on my end. Although, the schema has changed. I'll add that to the repo!

@terminalcommandnewsletter
Copy link
Owner

I have added this to the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
out-of-date Information out of date
Projects
None yet
Development

No branches or pull requests

2 participants