{"slug": "100-ai-music-video-claude-fable-5-vs-gpt-5-6-sol", "title": "$100 AI Music Video: Claude Fable 5 vs. GPT-5.6 Sol", "summary": "Claude Fable 5 and GPT-5.6 Sol autonomously directed music videos for Bruno Mars' 'Uptown Funk' using a $100 budget and tools like web search and ffmpeg. The experiment revealed divergent strategies: GPT-5.6 Sol used image-to-video pipelines and mixed models, while Claude Fable 5 relied solely on text-to-video generation. Both models produced full-length videos, with higher budgets leading to more generated footage.", "body_md": "[All posts](/blog)\n\n# $100 AI Music Video: Claude Fable 5 vs. GPT-5.6 Sol\n\nWe gave Claude Fable 5 and GPT-5.6 Sol the same song, a budget, web search, and local ffmpeg, then let each autonomously direct a music video.\n\nWe built a small agentic harness with one job: hand a model a song, a hard dollar budget, and a set of tools, then get out of the way and let it produce a full music video on its own. The model researches which video models exist, generates clips, watches its own footage, edits with ffmpeg, and assembles a final cut.\n\nA few readers of our [last build-off](/blog/gpt-5.6-build-off-12-models) said they wanted to see how tool use actually varies between models, so we gave frontier-level models an open-ended, long-horizon task where each model decides on its own what to research, what to generate, and how to edit. We log every tool call, so you can see exactly how each one worked (full transcripts below).\n\nWe ran two models, [Claude Fable 5](/models/claude-fable-5) and [GPT-5.6 Sol](/models/gpt-5.6-sol), each at two budgets ($25 and $100), for four runs total. Every run got the same song (Bruno Mars and Mark Ronson's \"Uptown Funk\"), a short text description, and a time-stamped lyric transcript.\n\n## The setup\n\nEach model ran an autonomous tool-calling loop with six tools:\n\n**plan**: a tool for thinking (no cost, no action).** web_search**: to research generation models and their APIs and fetch information about music videos (if needed).** get_budget**: to check the remaining budget.** generate_image**and** generate_video**: the only tools that spend budget. The model can pick any FAL or Replicate model and pass its own parameters.** run_command**: a local shell with ffmpeg/ffprobe available, used to analyze audio, cut and concatenate clips, and mux the final video.\n\nOnce the budget hits zero, paid generation is refused, but the model can keep editing. Every model message, tool call, charge, and error was logged. The whole harness is open source at [github.com/hershalb/music-video-arena](https://github.com/hershalb/music-video-arena), so you can run it yourself.\n\n## The four videos\n\nEach clip below is the model's final, self-assembled output.mp4, full length with the original song muxed in.\n\n| Claude Fable 5 · $25 | GPT-5.6 Sol · $25 |\n|---|---|\n\n| Claude Fable 5 · $100 | GPT-5.6 Sol · $100 |\n|---|---|\n\n## The numbers\n\nAll four runs finished on their own (none hit a step or time limit) and all four produced a valid, full-length video with the original song muxed in.\n\n| Model | ||||||||\n|---|---|---|---|---|---|---|---|---|\n| Claude Fable 5 | $25 | 39m10s | 25 | 0 | 54 | 1 | $24.30 | 1280x720 |\n| GPT-5.6 Sol | $25 | 42m52s | 38 | 61 | 46 | 10 | $23.18 | 1280x720 |\n| GPT-5.6 Sol | $100 | 49m39s | 34 | 0 | 70 | 2 | $36.57 | 1280x720 |\n| Claude Fable 5 | $100 | 38m56s | 28 | 0 | 80 | 0 | $48.60 | 1920x1080 |\n\n\"Generation spend\" is the metered FAL cost, which is what the budget caps. At $25 both models nearly exhausted it. At $100 they spent $36.57 (Sol) and $48.60 (Fable), so more budget did translate into more footage. It does not include the cost of running the model itself, which we add below.\n\n## Time to finished video\n\n## What each model built with\n\nLeft to choose their own tools, the models diverged. Three of the four runs went pure text-to-video. Only GPT-5.6 Sol at $25 used an image-to-video pipeline (generating stills first, then animating them). GPT-5.6 Sol at $100 mixed three different video models in a single run.\n\n| Run | Image model | Video model(s) | Approach |\n|---|---|---|---|\n| Fable 5 · $25 | none | Wan 2.5 t2v ($0.05/s) | Text-to-video only |\n| Sol · $25 | FLUX schnell ($0.003/img) | Wan 2.2-5b i2v ($0.10/s) | Keyframe, then image-to-video |\n| Sol · $100 | none | Wan 2.5 ($0.05/s), Veo 3.1 Lite ($0.10/s), Hailuo 2.3 Standard ($0.28/video) | Text-to-video, mixed models |\n| Fable 5 · $100 | none | Seedance 1.0 Pro t2v (~$0.12/s at 1080p) | Text-to-video only |\n\nPrices are FAL's listed rates, shown per second of output video unless noted. Hailuo 2.3 Standard is priced per video (about $0.28 per 6s clip), and Seedance 1.0 Pro is token-priced (~$0.62 per 5s 1080p clip, shown above as its effective per-second rate). Distinct clips generated per run ranged from 46 to 80.\n\n## Tool usage\n\nHow each run spent its tool calls (this counts attempts, including failed generation calls).\n\n| Claude Fable 5 · $25 | GPT-5.6 Sol · $25 |\n|---|---|\n\n| Claude Fable 5 · $100 | GPT-5.6 Sol · $100 |\n|---|---|\n\nEach run's full transcript, every plan, tool call, and command, is here: [Fable 5 · $25](https://d1md4c6gq9re9p.cloudfront.net/blog/music-video-arena/transcripts/fable-25.txt), [Sol · $25](https://d1md4c6gq9re9p.cloudfront.net/blog/music-video-arena/transcripts/sol-25.txt), [Sol · $100](https://d1md4c6gq9re9p.cloudfront.net/blog/music-video-arena/transcripts/sol-100.txt), [Fable 5 · $100](https://d1md4c6gq9re9p.cloudfront.net/blog/music-video-arena/transcripts/fable-100.txt).\n\n## Errors along the way\n\n\"Failed calls\" are generation requests that returned an error (mostly transient network failures to the provider). They were not charged, but the model spent steps retrying them.\n\n## Token usage\n\n| Run | Input tokens | Output tokens | Reasoning | Cached input |\n|---|---|---|---|---|\n| Fable 5 · $25 | 1,476,900 | 44,341 | n/a | 0 |\n| Sol · $25 | 2,956,270 | 33,220 | 9,656 | 2,558,029 |\n| Sol · $100 | 2,097,572 | 31,715 | 12,330 | 1,819,050 |\n| Fable 5 · $100 | 2,264,610 | 48,029 | n/a | 0 |\n\n## Total cost per run\n\nThe budget only meters generation (FAL) spend. Adding the LLM token cost for [Claude Fable 5](/models/claude-fable-5) ($10 / $50 per 1M input/output) and [GPT-5.6 Sol](/models/gpt-5.6-sol) ($5 / $30), gives the total cost of each run.\n\n| Run | Generation spend | LLM token cost | Total cost |\n|---|---|---|---|\n| Fable 5 · $25 | $24.30 | $16.99 | $41.29 |\n| Sol · $25 | $23.18 | $4.27 | $27.45 |\n| Sol · $100 | $36.57 | $3.25 | $39.82 |\n| Fable 5 · $100 | $48.60 | $25.05 | $73.65 |\n\nFor Claude Fable 5, the tokens alone ran $16.99 to $25.05, about 30-40% of each run's total. GPT-5.6 Sol's token cost stayed near $3-4 despite similar token volume.\n\n## Method notes\n\n- Same inputs for all four runs: song, a short text description, and a time-stamped lyric transcript. Each model chose its own generation models on FAL and did its own ffmpeg editing.\n- Wall-clock time includes the model's own retries and any waiting on provider queues.\n- Generation spend is a best-effort estimate from a per-model price table.\n\n## Try it yourself\n\nThe arena is open source: [github.com/hershalb/music-video-arena](https://github.com/hershalb/music-video-arena). Point it at your own song and budget, swap in whichever models you want to pit against each other, and see what they build. Issues and PRs welcome, we would love feedback on the setup.\n\n## Our take\n\nNone of the music videos were great, but watching how the models got there was pretty interesting and does show where gaps still clearly exist for frontier-level models. A few things notes:\n\n**Character and story consistency was a struggle for all four.** Recurring characters drift between shots, and none of the videos hold a coherent storyline from start to finish.**The models take lyrics very literally.**\"Make a dragon wanna retire, man\" gets you an actual dragon on screen. It's interesting for a few shots, but got a little weird after a while.**Tempo matching is weak.** The cuts land on the beat (they all ran the ffmpeg beat detection), but the motion inside the clips, dancing, camera moves, rarely matches the song's tempo, so it often feels a little off. An example line \"gotta kiss myself I'm so pretty\", shows the main character making a kissing motion way too slowly.**GPT-5.6 Sol at $25 was the most inventive editor.** It overlaid text and animated still images with video effects, techniques none of the other runs tried. The rest mostly just stitched generated clips together. GPT 5.6 Sol $100 also tried multiple video models instead of just sticking with one like Fable did.**Nobody really iterated on the edit.** Once clips existed, the models concatenated and muxed, but rarely went back to re-cut or add effects, and none seriously probed their own clips to confirm they were any good. GPT-5.6 Sol's $100 run shipped some genuinely low-quality AI clips, while Claude Fable 5 happened to pick a model with more coherent output. Some of this is probably a model limitation, but the lack of self-review is notable.**Neither model touched Replicate.** Both FAL and Replicate keys were available, but all four runs used FAL exclusively.**Claude Fable 5 was the pricier pick.** It cost more per run (and the most overall, at $73.65) despite finishing faster than GPT-5.6 Sol. Subjectively, we slightly preferred the Fable $100 video, though none blew us away.**$100 was probably too much budget.** Neither model wanted to spend near the cap, and both kept their step counts modest. With that headroom they could have, for example, generated consistent character images up front and animated from those, but neither chose to.\n\nWe'll see if models can improve on more subjective/stylistic tasks as they continue to get smarter, but for now there's still a lot of room for improvement.\n\n## Try it yourself\n\nEvery model mentioned here is available on TryAI with one account, pay-as-you-go, no subscription.\n\n[Start free](/chat)", "url": "https://wpnews.pro/news/100-ai-music-video-claude-fable-5-vs-gpt-5-6-sol", "canonical_source": "https://www.tryai.dev/blog/ai-music-video-arena-claude-vs-gpt-5.6", "published_at": "2026-07-16 20:03:23+00:00", "updated_at": "2026-07-16 20:25:19.653690+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-agents", "generative-ai", "ai-tools", "ai-research"], "entities": ["Claude Fable 5", "GPT-5.6 Sol", "Bruno Mars", "Mark Ronson", "FAL", "Replicate", "Wan 2.5", "Veo 3.1 Lite"], "alternates": {"html": "https://wpnews.pro/news/100-ai-music-video-claude-fable-5-vs-gpt-5-6-sol", "markdown": "https://wpnews.pro/news/100-ai-music-video-claude-fable-5-vs-gpt-5-6-sol.md", "text": "https://wpnews.pro/news/100-ai-music-video-claude-fable-5-vs-gpt-5-6-sol.txt", "jsonld": "https://wpnews.pro/news/100-ai-music-video-claude-fable-5-vs-gpt-5-6-sol.jsonld"}}