Are there any benchmarks or someone who did tests of performance of using this long max token models in scenarios where you actually use more of this token limit? I found from my experience with Gemini models that after ~200k that the quality drops and that it basically doesn't keep track of things. But I don't have any numbers or systematic study of this behavior. I think all providers who announce increased max tok…
The problem is that while you can train a model with the hyperparameter of "context size" set to 1M, there's very little 1M data to train on. Most of your model's ability to follow long context comes from the fact that it's trained on lots of (stolen) books; in fact I believe OpenAI just outright said in court that they can't do long context without training on books. Novels are usually measured in terms of words; an…
GPT-4.1 in the API
191–200 of 513 posts
Re: GPT-4.1 in the API
#192Earlier quoted context omitted.
https://aider.chat/docs/leaderboards/ shows 73% rather than 69% for Gemini 2.5 Pro? Looks like they also added the cost of the benchmark run to the leaderboard, which is quite cool. Cost per output token is no longer representative of the actual cost when the number of tokens can vary by an order of magnitude for the same problem just based on how many thinking tokens the model is told to use.
There are different scores reported by Google for "diff" and "whole" modes, and the others were "diff" so I chose the "diff" score. Hard to make a real apples-to-apples comparison.
Re: GPT-4.1 in the API
#193Testing against unspecified other "leading" models allows for shenanigangs: > Qodo tested GPT‑4.1 head-to-head against other leading models [...] they found that GPT‑4.1 produced the better suggestion in 55% of cases The linked blog post goes 404: https://www.qodo.ai/blog/benchmarked-gpt-4-1/
The post seems to be up now and seems to compare it slightly favorable to Claude 3.7.
Re: GPT-4.1 in the API
#194Earlier quoted context omitted.
Whats the problem, for the layman it doesnt actually matter, and for the experts, its usually very obvious which model to use.
That’s not true. I’m a layman and 4.5 is obviously better than 4o for me, definitely enough to matter.
Re: GPT-4.1 in the API
#195Re: GPT-4.1 in the API
#196Very important note: >Note that GPT‑4.1 will only be available via the API. In ChatGPT, many of the improvements in instruction following, coding, and intelligence have been gradually incorporated into the latest version If anyone here doesn't know, OpenAI does offer the ChatGPT model version in the API as chatgpt-4o-latest, but it's bad because they continuously update it so businesses can't reliably rely on it bein…
So you're saying that "ChatGPT-4o-latest (2025-03-26)" in LMarena is 4.1?
Re: GPT-4.1 in the API
#197Earlier quoted context omitted.
There are different scores reported by Google for "diff" and "whole" modes, and the others were "diff" so I chose the "diff" score. Hard to make a real apples-to-apples comparison.
The 73% on the current leaderboard is using "diff", not "whole". (Well, diff-fenced, but the difference is just the location of the filename.)
[1] https://aider.chat/docs/more/edit-formats.html#diff-fenced:~...
Re: GPT-4.1 in the API
#198OAI are so ahead of the competition, they don't need to compare with the competition anymore /s
Re: GPT-4.1 in the API
#199Lots of improvements here (hopefully), but still no image generation updates, which is what I'm most eager for right now.
They just realised a new image generation a couple of weeks ago, why are you eager for another one so soon?
Re: GPT-4.1 in the API
#200Earlier quoted context omitted.
https://aider.chat/docs/leaderboards/ shows 73% rather than 69% for Gemini 2.5 Pro? Looks like they also added the cost of the benchmark run to the leaderboard, which is quite cool. Cost per output token is no longer representative of the actual cost when the number of tokens can vary by an order of magnitude for the same problem just based on how many thinking tokens the model is told to use.
There are different scores reported by Google for "diff" and "whole" modes, and the others were "diff" so I chose the "diff" score. Hard to make a real apples-to-apples comparison.
Interesting data point about the models behavior, but even moreso it's a recommendation of which way to configure the model for optimal performance.
I do consider this to be an apple-to-apples benchmark since they're evaluating real world performance.