I’m not a very techy guy and I made a website using Replit. I connected my api key and was able to use gpt-4o on my website but its not best for what I want my users to be able to accomplish. I beleive gpt-5-mini is the answer but I can’t figure out how to make it work. I’ve changed the code to gpt-5-min in my openai.ts tab but no matter what I try it doesn’t work. If anyone knows anything that could aid me please let me know below. I don’t think I’m the only one dealing with this.
You’d have to gave a few more specifics about what doesn’t work? What errors are you getting?
Use the exact model name gpt-5-mini, not gpt-5-min.
Also make sure your OpenAI package is updated to the latest version and that your account has access to GPT-5 models. Restart Replit after saving changes.
Well, this is happening maybe because you have changed your code to use GPT-5, but it is not working because somewhere the model name is wrong on your API key or does not have access to that model. To fix this, kindly follow the below steps:
1. Use the correct model name.
2. Check API Key.
3. Test your code with a simple message.
4. If you get an error, check what it says.
— If it says ‘model not found’, then you have used the wrong name, or if it says ‘not allowed’, then your key doesn’t have any access yet.
5. Restart Replit.
Hope this will help you.
I’m getting errors that basically are telling me that gpt-5 doesnt exist, same with gpt-5-mini. Their is some more context in one of my other replies in this chat.
Where can I see where my OpenAi package is and how to update it?
I understand all of this and I have checked all of these things thoroughly many times. What I keep getting from apps is that “gpt-5 doesn’t exist” (same with gpt-5-mini). Are their any work arounds, I don’t know how to code and I’m in college so I can’t outsource what I need. Please let me know what you think or what your suggestions would be.