#GPT 4 Api
61 messages · Page 1 of 1 (latest)
For gpt4 API you need to apply for the wait-list. Did you apply?
Yesb
I believe that everyone has access, check platform.openai.com/playground and see what models are available.
not seeing it, could have sworn I got it. Is there a way I can buy it ?
i don't see a way on the playground to check what models are available. I've also been on the waitlist for gpt-4 API access for months now. It's extremely frustrating when i want to try to push these tools to not be able to use them to their optimal capacity.
Explore developer resources, tutorials, API docs, and dynamic examples to get the most out of OpenAI's platform.
thanks. yeah gpt-4 is not included in the list of models for me.
Weird.
it is weird. but evedently I'm not the only one. so everyone does NOT have access. did you do an Eval to be granted access?
I guess you get to wait. I applied for the waitlist, but I guess I wrongfully assumed everyone got it.
Yeah not everyone has it, I applied for the waitlist within 60 seconds of the GPT-4 announcement and got it 3 days later (so I've had access for months now). Maybe extrapolate that out for a worst-case estimate?
You don't need to submit evals, but they say it helps
I have joined w8 list in first hour that they open it. And i still do not have access there. Also in paying chat gpt + And has created full working saas app for gpt 3.5 api
Please note, all, that access to GPT-4 is rolled out not based on if you have ChatGPT Plus or if you got on the waitlist early, but by metrics including if your project is expected to contribute to AI, if you have historical usage of the API in projects, if OpenAI anticipates you submitting evaluations and feedback, and more. Some people, such as myself, applied later and got access in a couple weeks. Others applied day one and still don't have access. There is no way to speed this process up, to buy access, and a subscription to ChatGPT Plus does not increase your odds.
Why does the API model chat gpt-4 answer me as gpt-3. I've written to the support team on the website, but they haven't helped me solve the problem. The problem started after 5$ demo access expired and I entered my card details
The model has clearly become worse at responding. But for a simpler example. I ask this, is it gpt-4 chat? And it says no, it only knows gpt-3 chat. By comparison Chat GPT Plus answers this question correctly
The chat version has a system prompt that includes info like it's current version. In the API you're free to send whatever system message you want, this it doesn't include that information.
def chat_with_gpt4(prompt: str) -> str:
response = openai.ChatCompletion.create(model="gpt-4", messages=[{"role": "system", "content": f"You are a helpful assistant.\n\nUser: {prompt}"}], temperature=0.5, max_tokens=2000)
generated_text = response["choices"][0]["message"]["content"]
return generated_text
This is the kind of request I have. It hasn't changed in any way. But it had better answers before. As I said above, it feels like I'm getting a gpt-3 response now, although I'm requesting gpt-4
This is a very far stretched claim without any evidence.
Good news! It’s released for all customers!
Is this a slow rollout? I don't see it in my account yet.
Many people don't. The assumption is that it's not yet rolled out to everyone.
Gotcha
Weird. They did not say it was a rollout.
so is it available to everyone who's paying for chat gpt plus? or did i have to be on the api waitlist or what determines if i can use the api
I did not expect to see that it simply doesn't exist :/
I don't see it in the playground either
Any way to pay earlier(not at the end of the month) for the api to get access to GPT-4? Does paying for ChatGPT+ or DALLE credits counts?
I don't see it available either.
"GPT-4 API is now available to all paying OpenAI API customers. GPT-3.5 Turbo, DALL·E, and Whisper APIs are also now generally available, and we’re announcing a deprecation plan for some of our older models, which will retire beginning of 2024"
I don't see how I'm misinterpreting that.. lol
ALL paying OpenAI API customers?
I believe I had a card on file etc.
To be fair I only accrued $2.14 of charges last month and never recieved an invoice to pay that, so I haven't paid yet
that might be why.
The article said that any ChatGPTplus user can use GPT4api, so I paid 20$ to become a PLUS user, was this not accurate information? Also, I don't understand the information about being a paid member of openaiAPI, is it for users who have paid once or is it treated as a paid member if you spend even a few tokens on openaiAPI? I would very much like a detailed explanation for this.
It has nothing to do with chatgpt plus.
You should have some paid billing for your openai api.
I don't know what article you were reading. ChatGPT Plus is a totally separate product from the API. The API is billed in a pay as you go format. ChatGPT Plus offers you no benefits with the API.
There is no free tier of the API. It costs money.
They never sent me an invoice for last month, probably because I only owe them like $2, so I probably won't be able to use 4 until next month
So it was! Thank you. And is there any way to speed up the openaiAPI payment?
It's pay as you go. You get billed at the end of the money and it should automatically charge your payment method.
I have already continued to consume tokens, but if you haven't received an invoice yet, it is possible that you still have free tokens left. Either way thanks for your response!
I'll be honest, when I got my first invoice, it was months after my "free tokens" expired. Just be cognizant of how many you're using.
Then I guess I still have to wait...
For what?
I have only been registered and using openaiAPI for about 2 months now, so it seems unlikely that I will be charged yet...
For being able to use api gpt-4
Anyone can use it
Nope
@alpine matrix I know but I am the living proof that’s definitely not the case. Anyway it should be available at the end of this month.
Is there fine-tuning option yet avaivable to gpt-4 api ?
No not yet