Why is the 32K context only twice as expensive as the 8K context? Are they using sparse attention or something? I don't think flash attention on it's own can explain it. EDIT: Oh right, if the cost is per token so if you actually fill the context then it is 8x more, which makes much more sense.
Ask it the other way around, "Why is the 8K context only twice as cheap as the 32K context?" and your original answer is clearer: because they think the demand curve supports it. Price is not determined by cost, but by how much people are willing to pay.
GPT4 is up to 6 times more expensive than GPT3.5
51–60 of 136 posts
Re: GPT4 is up to 6 times more expensive than GPT3.5
#52Earlier quoted context omitted.
Thanks for the reply. I'm not all that impressed by "what is"/information retrieval tasks, is it any better at "thought" tasks like explanatory reasoning and ideogensis? For instance - "How might an agoraphobic kleptomaniac satisfy both of their desires simultaneously?"
That's a tough question even for me. The answer it did give me was to steal something online. Which was better than anything I was thinking. What did you have in mind?
Re: GPT4 is up to 6 times more expensive than GPT3.5
#53Earlier quoted context omitted.
The problem with the name isn't that they're charging. It's that they're implying that they're something in the ballpark of open source when they're not.
OpenTable isn't Open Source. Open, as a word, has more than one context.
Open AI started with a commitment to being open source (thus the "open"), but then they changed their minds and went closed source. I think in this context, keeping the "Open" in their name is a bit deceptive.
It's not the biggest issue in the world, admittedly, but it does leave a bad taste in the mouth.
Re: GPT4 is up to 6 times more expensive than GPT3.5
#54Earlier quoted context omitted.
That's a tough question even for me. The answer it did give me was to steal something online. Which was better than anything I was thinking. What did you have in mind?
Steal from a friends house?
I think GPT4 gave the better answer here.
Re: GPT4 is up to 6 times more expensive than GPT3.5
#55Does anybody have their hands on it? Is it actually 6 times better at performing tasks, or are we paying more for improved corporate-friendly bumper bowling?
Re: GPT4 is up to 6 times more expensive than GPT3.5
#56Earlier quoted context omitted.
OpenTable isn't Open Source. Open, as a word, has more than one context.
But OpenTable was never open source to begin with, so that association was never made. Open AI started with a commitment to being open source (thus the "open"), but then they changed their minds and went closed source. I think in this context, keeping the "Open" in their name is a bit deceptive. It's not the biggest issue in the world, admittedly, but it does leave a bad taste in the mouth.
Re: GPT4 is up to 6 times more expensive than GPT3.5
#57The OpenAI pricing models seem to be decided by ChatGPT.
You have the models which are pretty good that are cheap, and the models which are far ahead of the competition which are expensive.
Re: GPT4 is up to 6 times more expensive than GPT3.5
#58Earlier quoted context omitted.
The problem with the name isn't that they're charging. It's that they're implying that they're something in the ballpark of open source when they're not.
OpenTable isn't Open Source. Open, as a word, has more than one context.
What contextual definition of "open" does OpenAI have? A website open to subscribers?
Re: GPT4 is up to 6 times more expensive than GPT3.5
#59Earlier quoted context omitted.
Ask it the other way around, "Why is the 8K context only twice as cheap as the 32K context?" and your original answer is clearer: because they think the demand curve supports it. Price is not determined by cost, but by how much people are willing to pay.
No I'm just an idiot. Since the price is per token the actual ratio is more like 8x more (assuming you fill both contexts) which is plausibly the ratio between the costs.
Some problems also require a larger context to be able to solve.
Re: GPT4 is up to 6 times more expensive than GPT3.5
#60Earlier quoted context omitted.
GPT-4 is a scary improvement over 3.5, especially for handling code. It will be the literal definition of awesome when these models get a large enough context space to hold a small-medium sized codebase. I've been playing around with it for an hour seeing what it can do to refactor some of the things we have with the most tech debt, and it is astounding how well it does with how little context I give it.
There are already some cool projects that help LLM go beyond the context window limitation and work with even larger codebases like https://github.com/jerryjliu/llama_index and https://github.com/hwchase17/langchain .