September 27, 2026
Vibe coding went beyond the page: Opus 5.5 built music, films, and 3D
On Sep 27, developer Felix Rieseberg rebuilt his homepage with Claude Opus 5.5 and added music, films, textures, and 3D models to the project. Anthropic released the model on Sep 22 for Claude Pro, Max, Team, and Enterprise plans. Standard pricing is $4 per 1 million input tokens, $20 per 1 million output tokens, and $0.20 for cache reads.

Felix Rieseberg
@felixrieseberg
I rebuilt my homepage with Opus 5.5 and pushed it to the limit. We made music and films, painted textures, and modeled objects in Blender: https://felixrieseberg.com I'm very happy with the result!

· 1.2K views
Before Sep 22, Claude Code did not allow users to select Claude Opus 5.5. The CLI now installs with Node.js 18+ using `npm install -g @anthropic-ai/claude-code`, and in the project directory, the model is selected with `claude --model opus`.
Speed costs more. Fast mode is available in Claude Code and the API, runs up to 2.5 times faster, and costs $8 per 1 million input tokens and $40 per 1 million output tokens. In the API, the model is available as `claude-opus-5-5`.
In the API, the same model is available under the identifier `claude-opus-5-5`.
