


GPT-4.5 Turbo leaked in advance? Altman himself hinted that the new model is coming, rumored to go live this Thursday
OpenAI’s GPT-4.5 Turbo leaked in advance?
Just today, netizens discovered that a model claimed to be GPT-4.5 Turbo appeared in the search results of Bing, Google, and DuckDuck Go at the same time!
Introduction information shows: GPT-4.5 Turbo is the fastest, most accurate, and most scalable model launched by OpenAI so far.
but, When we clicked in, we found that we could only jump to the 404 error page.
According to netizen speculation, the official launch of GPT-4.5 Turbo is likely to be this Thursday, which coincides with the release of GPT-4 On the first anniversary.
As evidence, Sam Altman will recently appear on Lex Fridman’s podcast. Last year, Altman went to Fridman’s podcast after the release of GPT-4.
GPT-4.5 Turbo?
Preview information shows that the context window of GPT-4.5 Turbo will be as high as 256K - which is twice the size of GPT-4-Turbo, equivalent to about 200,000 words.
Of course, what is more critical is not the amount of data the model can handle, but how reliable it is at processing this data.
After all, existing long context models tend to ignore part of the information, which is particularly disadvantageous when analyzing large documents.
If GPT-4.5 Turbo can make a breakthrough in this regard, even if other performances are equivalent to existing models, it will be a big improvement - such as the most powerful one currently being tested by Google Long context model Gemini 1.5.
In addition, the preview information also revealed that the "knowledge update deadline" for GPT-4.5 Turbo will be June 2024, which means The new model was most likely scheduled to be released in June.
Obviously, judging from the leaked news, this time has been greatly advanced.
According to analysis, this is most likely because the Claude 3 model recently launched by competitor Anthropic is already comparable to GPT-4 in many fields. OpenAI hopes to regain model leadership as soon as possible to prevent customers from switching to Anthropic, even if this lead is only theoretical.
Sam Altman previews the upcoming release of new models
Since December 2023, about GPT- Rumors about the upcoming release of the 4.5 Turbo have never stopped.
On March 9th, Sam Altman even personally hinted that the new model is coming.
At that time, Jimmy Apples suggested in a tweet that OpenAI should put aside strategic disputes and launch new products.
In response, Altman replied: "Be patient, Jimmy. It's worth the wait."
Now, with the completion of the investigation and the establishment of a new board of directors, OpenAI has basically cleared the obstacles on the road to technological innovation.
Altman said OpenAI has "important tasks" ahead of it, and he "can't wait to show off our next steps."
Really free GPT-4 Turbo
While OpenAI is doing things, Microsoft also announced good news: Starting today, the free version of Copilot will also Has been replaced with GPT-4 Turbo model!
Microsoft’s director of advertising and network services Mikhail Parakhin announced the news on Twitter:
In other words, everyone can now use GPT-4 Turbo for free!
In addition, if Pro users want to continue using the previous GPT-4, they can also switch with one click.
GPT-4 Turbo was released by OpenAI in November last year. In December, Microsoft announced the addition of GPT-4 Turbo to Copilot, but a subscription is required Accessible only with Copilot Pro.
Copilot Pro costs $20 per month, but starting from today, we can all have it for free!
As you can see from the comments, GPT-4 Turbo kicks in if Copilot is set to Creative mode or Precise mode.
Compared with previous versions, GPT-4 Turbo provides a longer context window, which is equivalent to the ability for users to enter long Up to 300 pages of text prompts.
GPT-4 Turbo is also better at handling complex and long-running tasks, with significant improvements in speed, accuracy and efficiency.
It can be predicted that the free version of Copilot will have better responsiveness and a smoother experience.
For the Copilot team, a lot of work has been done this week.
On Monday, Microsoft confirmed that all Copilot Pro users can access Copilot GPT Builder. This new tool allows users to create their own custom chatbot that can answer more specific questions about targeted topics without any programming knowledge.
And, Copilot Pro subscribers can share their custom chatbots with anyone on mobile devices and PCs, even if the other person doesn’t have Copilot Pro account.
Also, some of Samsung's recently leaked promotional materials may indicate that more new Copilot features will be announced soon, including integration with Copilot and Microsoft's Phone Link app with Samsung Galaxy smartphones better integration.
Hot discussion among netizens
Faced with the news that GPT-4.5 Turbo leaked the news that it can be seen or not eaten, netizens had no choice but to comment through comments Defeat the fire yourself.
In addition to the great contribution of the web crawler above, some netizens discovered that Copilot also cached GPT-4.5 Turbo related information:
A netizen said: It’s marketing! They deceived people’s traffic and deceived my feelings!
Some netizens believe that issuing GPT-4.5 at this time feels like a rushed response to Claude 3.
Some netizens expressed dissatisfaction with the information revealed. Your opponent’s context window has reached one million levels, why are you still at 200,000? , what's going on, little brother?
Of course, there are also practical netizens who say, I just want a 4.5 Turbo. I hope it is not expensive and its performance can be close to opus or standard GPT-4. Add some instructions like 0125-turbo and follow this a practical function.
#But after talking for a long time, I just looked at the plum blossoms to quench my thirst. Netizens said: "I can't wait any longer, please serve it quickly!"
Another netizen responded, I know you are in a hurry, but don’t worry, safety work takes time.
But where is my GPT-5? Gone?
The above is the detailed content of GPT-4.5 Turbo leaked in advance? Altman himself hinted that the new model is coming, rumored to go live this Thursday. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

When developing PHP projects, ensuring code coverage is an important part of ensuring code quality. However, when I was using TravisCI for continuous integration, I encountered a problem: the test coverage report was not uploaded to the Coveralls platform, resulting in the inability to monitor and improve code coverage. After some exploration, I found the tool php-coveralls, which not only solved my problem, but also greatly simplified the configuration process.

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

When developing a Geographic Information System (GIS), I encountered a difficult problem: how to efficiently handle various geographic data formats such as WKT, WKB, GeoJSON, etc. in PHP. I've tried multiple methods, but none of them can effectively solve the conversion and operational issues between these formats. Finally, I found the GeoPHP library, which easily integrates through Composer, and it completely solved my troubles.

I'm having a tricky problem when developing a front-end project: I need to manually add a browser prefix to the CSS properties to ensure compatibility. This is not only time consuming, but also error-prone. After some exploration, I discovered the padaliyajay/php-autoprefixer library, which easily solved my troubles with Composer.

During Laravel development, it is often necessary to add virtual columns to the model to handle complex data logic. However, adding virtual columns directly into the model can lead to complexity of database migration and maintenance. After I encountered this problem in my project, I successfully solved this problem by using the stancl/virtualcolumn library. This library not only simplifies the management of virtual columns, but also improves the maintainability and efficiency of the code.

Git Software Installation Guide: Visit the official Git website to download the installer for Windows, MacOS, or Linux. Run the installer and follow the prompts. Configure Git: Set username, email, and select a text editor. For Windows users, configure the Git Bash environment.
