Earlier quoted context omitted.
The title compares GPT3.5 (not ChatGPT) with GPT4. Although the question is: If ChatGPT can do almost anything GPT3.5 can do, then why is it priced almost 10x less? Is it because GPT3.5 is less "censored"?
> Although the question is: If ChatGPT can do almost anything GPT3.5 can do, then why is it priced almost 10x less? ChatGPT is GPT-3.5; with specific fine tuning / chat-oriented training, and without customer fine-tuning (at least, currently) available. It’s the particular GPT-3.5 interface that OpenAI wants people to preferentially use, so the price structure artificially encourages this.
GPT4 is up to 6 times more expensive than GPT3.5
81–90 of 136 posts
Re: GPT4 is up to 6 times more expensive than GPT3.5
#82Earlier quoted context omitted.
The 32k tokens version should do fairly well on such codebase. I don’t know if it’s the one used in ChatGPT.
I’m not even kidding when I say I just did 6h or so of work in around 45 minutes
Re: GPT4 is up to 6 times more expensive than GPT3.5
#83Earlier quoted context omitted.
The fundamental techniques that they use are highly lossey and are far inferior to ultra-long context length models where you can do it all in one prompt. Hate to break it to you and all the others.
Where can someone find and try ultra-long context length models? Any links?
Re: GPT4 is up to 6 times more expensive than GPT3.5
#84Re: GPT4 is up to 6 times more expensive than GPT3.5
#85Re: GPT4 is up to 6 times more expensive than GPT3.5
#86Earlier quoted context omitted.
I’m not even kidding when I say I just did 6h or so of work in around 45 minutes
Do you let it refactor your code base? How do you feed the code to it? Just copy paste?
Figure out what your goal is, and then start by giving a wide context and at first it will give wrong answers due to lack of context. With each wrong answer give it some more context fro what you think the solution provide is missing the most. Eventually you get 100% working code, or something so close to it that you can easily and quickly finish it yourself.
This is one strategy, but there are many that you can use to get it to reduce the burden of refactoring.
Re: GPT4 is up to 6 times more expensive than GPT3.5
#87Worth remembering GPT3 was 10-20 times more expensive 2yrs ago. There's a super-moore's law type learning function going on here and I suspect in 1yr GPT4.5 will be the same cost as GPT3.5 today. It's insane... feels like iPhone 3G to iPhone 4 level quality improvement every year.
Keep in mind OpenAI is able to lose money on GPT*. Inference for the same predictive power will indeed improve (Facebook's recent model is a step in the right direction) but efficiency of running on given hardware likely won't follow moore's law for long.
Re: GPT4 is up to 6 times more expensive than GPT3.5
#88Earlier quoted context omitted.
The 32k tokens version should do fairly well on such codebase. I don’t know if it’s the one used in ChatGPT.
I’m not even kidding when I say I just did 6h or so of work in around 45 minutes
Re: GPT4 is up to 6 times more expensive than GPT3.5
#896 times? My reading of these prices is that it's 45x more expensive (for 8K) and 90x more expensive (32k)
Re: GPT4 is up to 6 times more expensive than GPT3.5
#90Can GPT be used for something like feeding it a 2000 page PDF of pure text(not english) and ask questions about its contents?