GPT 5.4 Is Already Live for Pro Users and Its SVG Generation Is Something Else

OpenAI has not officially released GPT 5.4, but if you are a Pro user on the model currently labeled GPT 5.2 Pro, you are already running it. Model IDs for GPT 5.4 have been showing up in source code for Codex and in network tab responses across various OpenAI products. Twitter has been picking up on this fast, and the SVG outputs people are sharing are the main reason.

To understand why the SVG results matter, you need to understand what SVG actually is. It is not a raster image. There are no pixels being painted. Every line, curve, ellipse, and gradient is defined in XML code. A circle is a circle element with exact coordinates and a radius value. A complex shape is a path element with specific anchor points and curve handles. A quadrilateral is four exact corner positions written out as numbers. The entire image is text and math, nothing else.

For a language model to generate accurate SVG, it has to understand the geometry of the world well enough to translate a visual concept into precise numerical coordinates. That is not a trivial task. It is not just knowing what an ostrich looks like. It is knowing where the beak sits relative to the eye and what curve command describes that silhouette in path data. The SVGs coming out of GPT 5.4 are detailed enough that people are pausing to ask what produced them.

There is also an iterative refinement side to this worth covering. GPT-5 class models can take an initial SVG output and improve it across multiple passes, adding depth, shadows, color harmony, and fine detail with each round. The gap between iteration one and iteration five is significant. Early outputs look like rough placeholder art. Later ones look like something a person made intentionally. The chart below shows roughly how that detail accumulation tends to progress across passes.

Beyond SVGs, people are running 3D generation tests alongside these, and the outputs include rendering engines for 3D planets that are landing close to photorealistic. That is a different category of task, but it points in the same direction: the model has a stronger internal sense of how things look and how space works than previous versions did.

The broader implication is about spillover into other domains. SVG generation is fundamentally a coding task. You are writing structured XML with precise attribute values. If the model’s world understanding is strong enough to nail geometry in vector graphics, that same understanding is likely carrying over to structured code output, debugging, and writing that requires spatial or logical precision. That is not guaranteed, but it is a reasonable inference from what is being shown publicly right now. If that spillover is real across the board, this model would be state of the art by most metrics.

The naming question is worth addressing too. OpenAI is calling this GPT 5.4. If the capability jump is as large as the SVG outputs suggest, why not call it GPT 5.5? The naming conventions at OpenAI have been chaotic for a while. We went from clean integer versioning to strings like GPT-5.3-Codex-Spark within a few months. You can see the full model war context in the Claude Opus 4.6 vs GPT-5.3-Codex breakdown, and the February 2026 model roundup covers how dense the release schedule has gotten. Model companies have been notoriously bad at naming their products, and this is more of the same. The version number is probably just an internal label that does not reflect the actual capability delta.

What matters more than the version number is that this model is already accessible to Pro users right now under the GPT 5.2 Pro label. The official release looks close based on where the model IDs are appearing. Whether OpenAI calls the next step 5.5 or something else entirely is anyone’s guess, but the SVG outputs alone make a strong case that something meaningfully different is running under the hood.

Links

They're clicky!

Follow me on X Visit Ironwood AI →

Adam Holter

Founder of Ironwood AI. Writing about AI stuff!