Here's something interesting to think about: In ML we do a lot of bootstrapping. If a model is 51% wrong on a binary problem you flip the answer and train a 51% correct model then work your way up from there. Small models are trained from synthetic and live data curated and generated by the more advanced models. If I end up with an advanced smaller model capable of running alongside a greater number of similar models…
I’m a little skeptical of processes that seem to create more information than you had to start with. For a game like chess or Go, it makes sense, because winning strategies are implicit in the rules of the game, but it takes a lot of computation to discover the consequences. Similarly for math where theorems are non-obvious consequences of axioms. And computer code can be similar to math. But how does that work for a…
GPT-4o mini: advancing cost-efficient intelligence
31–40 of 83 posts
Re: GPT-4o mini: advancing cost-efficient intelligence
#32Great so now the model would be unable to recognize this type of content, do not use it for moderation.
Re: GPT-4o mini: advancing cost-efficient intelligence
#33This is great - Though I am confused on two things: 1. How is it possible that GPT-4o mini outperforms 3.5 turbo but 3.5 turbo is more expensive? Like why would someone use a worse model and pay more? 2. Why is the GPT4o vision and GPT4o-mini vision cost the same?
I might be wrong, but I've inferred from OpenAI's pricing behavior that they use it to encourage people to migrate to more efficient models. The 3.5 Turbo pricing is maintained to encourage you to stop using it. Look at davinci-002's pricing, for example - it's very high for something that's relatively ancient.
You can charge a premium to people who aren't allowed to change their mind.
Re: GPT-4o mini: advancing cost-efficient intelligence
#34GPT-4o mini is $0.15/1M input tokens, $0.60/1M output tokens. In comparison, Claude Haiku is $0.25/1M input tokens, $1.25/1M output tokens. There's no way this price-race-to-the-bottom is sustainable.
> There's no way this price-race-to-the-bottom is sustainable. Why not?
Re: GPT-4o mini: advancing cost-efficient intelligence
#35Here's something interesting to think about: In ML we do a lot of bootstrapping. If a model is 51% wrong on a binary problem you flip the answer and train a 51% correct model then work your way up from there. Small models are trained from synthetic and live data curated and generated by the more advanced models. If I end up with an advanced smaller model capable of running alongside a greater number of similar models…
Sounds like you're describing mixture of experts, the architecture being used in openai's gpt-4 and mistral's mixtral series of models.
Re: GPT-4o mini: advancing cost-efficient intelligence
#36The big news for me here is the 16k output token limit. The models keep increasing the input limit to outrageous amounts, but output has been stuck at 4k. I did a project to summarize complex PDF invoices (not “unstructured” data, but “idiosyncratically structured” data, as each vendor has a completely different format). GPT-4o did an amazing job at the extraction of line items, but I had to do a heuristic layer on t…
Re: GPT-4o mini: advancing cost-efficient intelligence
#37This is great - Though I am confused on two things: 1. How is it possible that GPT-4o mini outperforms 3.5 turbo but 3.5 turbo is more expensive? Like why would someone use a worse model and pay more? 2. Why is the GPT4o vision and GPT4o-mini vision cost the same?
Re: GPT-4o mini: advancing cost-efficient intelligence
#38Slightly better than Haiku and slightly slower. Much cheaper.
OpenAIProvider('gpt-4o-mini') Total Cost: 0.00385 | Aggregated speed: 105.72 tok/sec | Accuracy: 51.85%
AnthropicProvider('claude-3-haiku-20240307') Total Cost: 0.00735 | Aggregated speed: 117.53 tok/sec | Accuracy: 48.15%
Re: GPT-4o mini: advancing cost-efficient intelligence
#39Earlier quoted context omitted.
Sounds like you're describing mixture of experts, the architecture being used in openai's gpt-4 and mistral's mixtral series of models.
Not really, MoE is trained all at once and the 'experts' don't have pre-defined specializations. They end up being more like "punctuation expert" and "pronoun expert" than "math expert" and "french expert"
Re: GPT-4o mini: advancing cost-efficient intelligence
#40GPT-4o mini is $0.15/1M input tokens, $0.60/1M output tokens. In comparison, Claude Haiku is $0.25/1M input tokens, $1.25/1M output tokens. There's no way this price-race-to-the-bottom is sustainable.
Just be careful when they start building the walls. And they will build those walls.