Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

How to get the latest model name used in Official API? #517

Closed
unique94 opened this issue Feb 2, 2023 · 28 comments
Closed

How to get the latest model name used in Official API? #517

unique94 opened this issue Feb 2, 2023 · 28 comments

Comments

@unique94
Copy link

unique94 commented Feb 2, 2023

I am just a little curious about the model name used in official api. Currently, the used one is engine="text-chat-davinci-002-20230126. How can we get the latest model? Thanks.

@acheong08
Copy link
Owner

That is the latest model leaked by the chat.openai.com website. We have not found evidence of additional models yet

@zhangj5
Copy link

zhangj5 commented Feb 2, 2023

Looks like this model is no longer available.

@kargaranamir
Copy link

no available anymore.

@acheong08
Copy link
Owner

Someone found the new model but is holding it hostage in exchange for people's API keys

@0xdevalias
Copy link

Someone found the new model

@acheong08 Do you have a source for that? My guess is they're probably just scamming people, and they haven't actually figured out the new model.

@acheong08
Copy link
Owner

https://github.com/PawanOsman/chatgpt-io

We're in the ChatGPT-Hacking discord

@acheong08
Copy link
Owner

Were arguing about the model till 3AM yesterday

@acheong08
Copy link
Owner

They benefited when @waylaidwanderer gave out the model name for free but now turned on us once he found the model

@0xdevalias
Copy link

That sucks :(

This sounds super scammy and will likely just steal anyones API tokens that uses it.. but here is the source anyway:

You can use this, this uses the new model founded
I do not share the model name to prevent OpenAI remove it soon

https://gist.github.com/PawanOsman/be803be44caed2449927860956b240ad

Originally posted by @PawanOsman in PawanOsman/ChatGPT-Official#1 (comment)

@acheong08
Copy link
Owner

I do not share the model name to prevent OpenAI remove it soon

That is pretty much a lie. The use of the model was given the green light by OpenAI devs to one of our discord community members. They simply update the model every week but we lost access to the info leak that allowed us to get the model name.

@acheong08
Copy link
Owner

The dude just wants people to use his API

@0xdevalias
Copy link

The use of the model was given the green light by OpenAI devs to one of our discord community members. They simply update the model every week but we lost access to the info leak that allowed us to get the model name.

@acheong08 If the OpenAI devs gave the green light to be able to use it, could you not just ask them for the updated model name?

@acheong08
Copy link
Owner

If the OpenAI devs gave the green light to be able to use it, could you not just ask them for the updated model name?

It wasn't to me but someone else.

@acheong08
Copy link
Owner

I'm not part of their private group

@acheong08
Copy link
Owner

Closing in favor of unified thread

@PawanOsman
Copy link

I do not share the model name to prevent OpenAI remove it soon

That is pretty much a lie. The use of the model was given the green light by OpenAI devs to one of our discord community members. They simply update the model every week but we lost access to the info leak that allowed us to get the model name.

then you can ask them for the model name 😁 its so stupid to say they let peoples use leaked model names while they have paid service and they have so much limitations on the original ChatGPT

@waylaidwanderer
Copy link

waylaidwanderer commented Feb 3, 2023

its so stupid to say they let peoples use leaked model names while they have paid service

Just writing a counterpoint to this part of your message only, and nothing else, to show that OpenAI has already set a precedence for doing this:
Codex models are currently free to use via the API, even though Copilot requires a subscription to use.

I'm not trying to argue any of your other points, just this singular one. In both cases, it's a raw model vs. a user-friendly interface using the model.

@PawanOsman
Copy link

@waylaidwanderer then can you tell me why they removed the old model name while they created the same model with a new name?

Its better to say why they renamed the model if they okay with that?

@PawanOsman
Copy link

PawanOsman commented Feb 3, 2023

They benefited when @waylaidwanderer gave out the model name for free but now turned on us once he found the model

Ha ha ha, i told you before that i already found the model before everyone, but i didn't know how to use thats why he deserves to take the credit

I know how i founded, and if they change again i can find it again

@waylaidwanderer
Copy link

then can you tell me why they removed the old model name while they created the same model with a new name?

How do you know it's not a newer model? That's not something you can really prove without us knowing the model name and testing it ourselves.

@acheong08
Copy link
Owner

Ha ha ha, i told you before that i already found the model before everyone, but i didn't know how to use thats why he deserves to take the credit

No actual proof

@PawanOsman
Copy link

Ha ha ha, i told you before that i already found the model before everyone, but i didn't know how to use thats why he deserves to take the credit

No actual proof

Ofc if i had a single way to proof i would not let anyone take the credit 😅

@PawanOsman
Copy link

then can you tell me why they removed the old model name while they created the same model with a new name?

How do you know it's not a newer model? That's not something you can really prove without us knowing the model name and testing it ourselves.

Newer model must have a newer date not still same date

It's definitely to prevent us from using it

@acheong08
Copy link
Owner

Newer model must have a newer date not still same date
It's definitely to prevent us from using it

Are you saying it still has the same date and just different name?

(Of course you wouldn't answer)

@PawanOsman
Copy link

Newer model must have a newer date not still same date
It's definitely to prevent us from using it

Are you saying it still has the same date and just different name?

(Of course you wouldn't answer)

I already said that in discord
Yeah the new model has the same date with a new name,
its looks like just renamed not removed

@0xdevalias
Copy link

Are you saying it still has the same date and just different name?

I already said that in discord Yeah the new model has the same date with a new name, its looks like just renamed not removed

I've just been playing around with updating some of my scripts/research/etc in my PoC ChatGPT repo this morning:

And if you look at this commit, you can see that when I extracted/sorted the output of /v1/models by created date, there is one at the top which curiously seems to share a date (20230126) with the original leaked model (text-chat-davinci-002-20230126):

2023-01-26T23:36:25Z audio-transcribe-deprecated

Though if I try and use it with the completions API, I get an error:

⇒ curl https://api.openai.com/v1/completions -H 'Content-Type: application/json' -H "Authorization: Bearer $OPENAI_API_KEY" -d '{
  "model": "audio-transcribe-deprecated",
  "prompt": "Say this is a test",
  "max_tokens": 7,
  "temperature": 0
}'

{
  "error": {
    "message": "The server had an error processing your request. Sorry about that! You can retry your request, or contact support@openai.com if you keep seeing this error. (Please include the request ID 316fc3215fa0a3278824c35138d3665a in your email.)",
    "type": "server_error",
    "param": null,
    "code": null
  }
}

Could be a coincidence.. but figured I would include the info here in case it's helpful to anyone.

@acheong08
Copy link
Owner

The error implies that the input data is not supposed to be text but audio. I would say it's a coincidence. The text-chat-davinci-002-xxxxxxx models never shows up on the models API endpoint anyways

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants