Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 28, 2025

This PR was automatically generated from issue #347

✅ Generation Complete

Final Status: 0/30 presets successfully generated

⚠️ 30 preset(s) failed - see details below

❌ Failed Presets (30)

  1. Preset 1 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a horizontal glitch slice transition preset for YouTube images that slices the outgoing image into 8-12 horizontal bands, each segment randomly displacing left or right with jittery motion. During a 0.6-0.8 second overlap period, the outgoing image's horizontal slices should scatter with randomized translateX offsets ranging from -50px to +50px, while simultaneously applying brief opacity flickers (100% to 60% to 100% rapidly). The incoming image should emerge through the gaps created by the dispersing slices, starting at 0% opacity and building to 100% with its own subtle horizontal jitter that settles into place. Use CSS clip-path with inset() to create the slice regions, and apply independent transform effects to each conceptual slice zone. The BaseLayout duration should equal media1.duration + media2.duration - 0.7s overlap. Position both ImageAtoms with absolute inset-0, z-index the incoming image above the outgoing, and use will-change: transform, opacity for GPU acceleration.

Technical Specifications:
BaseLayout: containerProps={{ className: 'absolute inset-0 overflow-hidden' }}, duration = media1.duration + media2.duration - 0.7. Outgoing ImageAtom: startAt=0, duration=media1.duration, absolute positioning, generic effects with 8-12 AnimationRange entries for horizontal displacement per slice zone, each with randomized translateX keyframes (-30px to +30px), opacity flicker (1->0.6->1->0). Incoming ImageAtom: startAt=media1.duration - 0.7, duration=media2.duration, z-index: 10, effects for opacity 0->1 over 0.5s with subtle translateX jitter (-5px to +5px settling to 0). Use CSS custom properties for slice heights, easing: cubic-bezier(0.25, 0.1, 0.25, 1) for displacement, steps(4) for flicker timing."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c750aecb59c36-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:26 GMT',
'request-id': 'req_011CVatAoQzqtxXUVCBCak1y',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '26',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatAoQzqtxXUVCBCak1y"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 2 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Build a digital corruption glitch transition that horizontally offsets rectangular segments of YouTube images in a randomized stutter pattern. The transition should feature 6 horizontal slice regions that displace asynchronously - some shifting left, others right, with varying delays creating a cascading glitch effect. During the 0.5 second transition overlap, apply RGB channel separation by using multiple copies of the outgoing image with blend modes (screen for red channel offset, multiply for blue), each shifted 2-5px in opposite directions. The incoming image should glitch-assemble from scattered horizontal positions, snapping into final placement with a satisfying digital 'click' feel. Include brief white flash frames (50ms duration) at random intervals to simulate digital interference.

Technical Specifications:
BaseLayout: duration = scene1.duration + scene2.duration - 0.5, containerProps={{ className: 'absolute inset-0 bg-black overflow-hidden' }}. Outgoing ImageAtom: 6 slice effects using AnimationRange with staggered startAt values (0, 0.08, 0.15, 0.22, 0.3, 0.4s into transition), translateX keyframes randomized per slice (-40px/+60px/-25px/+45px/-55px/+30px). RGB separation: additional effect layers with translateX: -3px (red), translateX: 3px (blue), blend-mode adjustments. Incoming ImageAtom: startAt = scene1.duration - 0.5, reverse assembly with translateX from random offsets to 0, opacity 0->1 with steps(8) easing. ShapeAtom for white flash: 50ms duration rectangles at random intervals, opacity 0->1->0."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c750a5d4fdda4-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:26 GMT',
'request-id': 'req_011CVatAo2vzFF46ZCeKVpvs',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '19',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatAo2vzFF46ZCeKVpvs"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 3 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Design a VHS tracking error transition preset where horizontal image segments randomly offset with characteristic analog video glitch aesthetics. Create 10-15 thin horizontal bands (5-8% viewport height each) that slide horizontally at different rates, some with slight vertical displacement simulating tape head misalignment. Apply scanline overlay effects and chromatic aberration (RGB offset) that intensifies during the 0.9 second transition. The outgoing image should destabilize with increasing horizontal jitter and scanline intensity, while the incoming image 'tracks in' from a scrambled state, horizontal bands sliding from extreme offsets (-100px to +100px) into alignment. Include subtle brightness fluctuation to mimic video signal degradation.

Technical Specifications:
BaseLayout: containerProps={{ className: 'absolute inset-0 overflow-hidden', style: { background: '#0a0a0a' } }}, duration = media1.duration + media2.duration - 0.9. Outgoing ImageAtom: generic effects for 15 horizontal bands using clip-path: inset(y1% 0 y2% 0), each with translateX animation from 0 to random offset (-80px to +80px), brightness filter 1->0.7->1 fluctuation, opacity 1->0 over final 0.3s. Incoming ImageAtom: startAt = media1.duration - 0.9, 15 bands animating translateX from random offset to 0 with staggered timing (0.05-0.1s delays), brightness 0.6->1, opacity 0->1. Scanline overlay: pseudo-element with repeating-linear-gradient, opacity pulsing 0.3->0.6->0.3. Chromatic aberration: filter hue-rotate variations on duplicated layers."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c750b99abe613-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:26 GMT',
'request-id': 'req_011CVatAotH7DzvXrmkCJugt',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '23',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatAotH7DzvXrmkCJugt"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 4 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create an aggressive data-moshing inspired horizontal glitch transition for YouTube thumbnails. The effect should simulate compression artifact glitches where horizontal pixel rows become displaced and duplicated. During the 0.4 second rapid transition, slice the outgoing image into irregular horizontal bands (varying heights from 20px to 80px) that violently jerk left and right with sharp, non-eased motion (using steps() timing). Some slices should appear to 'smear' horizontally by stretching (scaleX: 1.5-2.0) while displacing. The incoming image should assemble through similar glitchy motion, with slices snapping into place from random horizontal positions. Add occasional full-frame horizontal offset jumps (entire image shifting 20-40px) for extra chaos.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 0.4, containerProps={{ className: 'absolute inset-0 overflow-hidden bg-black' }}. Outgoing ImageAtom: 8 irregular slice effects with clip-path defining variable height bands, translateX keyframes with steps(3, jump-none) easing for sharp motion: [0, -45px, 30px, -60px, 0], some slices with scaleX: [1, 1.8, 1.2, 1] for smear effect, duration 0.35s. Full-frame jump: additional effect translateX [0, 25px, -15px, 35px, 0] with steps(5) over 0.4s. Incoming ImageAtom: startAt = media1.duration - 0.4, reverse assembly with translateX from [-80px to +80px random] to 0, steps(4) easing, opacity with steps(6) from 0 to 1. Z-index incoming above outgoing."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c750a9be3208a-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:26 GMT',
'request-id': 'req_011CVatAoLHovi7gX3kXz2bW',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '71',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatAoLHovi7gX3kXz2bW"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 5 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Build a cinematic horizontal slice displacement transition with a more controlled, rhythmic glitch aesthetic suitable for YouTube content. Create exactly 5 horizontal bands that offset in a wave-like pattern - top slice moves right, second moves left, alternating down the frame. The displacement should follow a smooth ease-in-out curve with maximum offset of 60px, creating an elegant 'shutter' or 'blinds' effect. During the 1.2 second transition, add subtle blur (2-4px) to the moving slices and slight scale reduction (0.98) for depth. The incoming image should have its slices animate in the opposite direction, creating a satisfying visual handoff. Include a subtle vignette darkening effect that pulses during the transition.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.2, containerProps={{ className: 'absolute inset-0 overflow-hidden' }}. Outgoing ImageAtom: 5 equal horizontal bands (20% height each), clip-path: inset(0% 0 80% 0) through inset(80% 0 0% 0), translateX keyframes alternating pattern: band1 [0, 60px], band2 [0, -60px], band3 [0, 60px], etc., filter blur [0, 3px, 0], scale [1, 0.98, 0.96], opacity [1, 1, 0], cubic-bezier(0.4, 0, 0.2, 1) easing, stagger 0.08s per band. Incoming ImageAtom: startAt = media1.duration - 1.2, opposite translateX pattern band1 [-60px, 0], blur [3px, 0], opacity [0, 1], stagger 0.1s. Vignette: box-shadow inset effect with opacity animation 0.3->0.6->0.3."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c750a9843d0cc-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:26 GMT',
'request-id': 'req_011CVatAoC7ByZTwEpRB6G5k',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '54',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatAoC7ByZTwEpRB6G5k"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 6 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Design a high-energy horizontal glitch burst transition for YouTube gaming/action content. The effect should feel explosive - horizontal slices rapidly scatter outward from center with varying velocities, some fast (200px displacement), some slower (50px). Apply motion blur simulation through scale stretching (scaleX: 1.3-1.8) on faster-moving slices. During the intense 0.35 second transition, add screen shake to the entire container (rapid small translations), color inversion flashes on random slices, and brightness spikes. The incoming image should burst in from a compressed center state, slices expanding and settling with bounce easing. Include audio-reactive visual intensity hints in the timing.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 0.35, containerProps={{ className: 'absolute inset-0 overflow-hidden' }}, container shake effect: translateX/Y keyframes [0, 3px, -2px, 4px, -3px, 0] with steps(10) over 0.35s. Outgoing ImageAtom: 10 horizontal slices, center slices (4-6) with small displacement (30-50px), outer slices with large displacement (150-200px), varying speeds via individual durations (0.15-0.35s), scaleX [1, 1.5, 1.3] for motion blur feel, filter invert() flashes on 3 random slices for 50ms, brightness [1, 1.5, 0.8, 0], opacity 1->0. Incoming ImageAtom: startAt = media1.duration - 0.35, slices from scaleY: 0.1 + translateY toward center to normal, cubic-bezier(0.34, 1.56, 0.64, 1) bounce easing, opacity 0->1 with steps(4)."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c75bd5d41208a-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:54 GMT',
'request-id': 'req_011CVatCuVRmkJrwAtcWMq6o',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '62',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatCuVRmkJrwAtcWMq6o"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 7 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a subtle, professional horizontal displacement glitch for corporate YouTube content - refined and controlled rather than chaotic. Use only 3 horizontal bands with gentle, synchronized movement. During the 1.5 second smooth transition, the slices should offset by maximum 25px with soft easing, creating an elegant 'page turn' suggestion. Apply gentle gaussian blur (1-2px) during movement and subtle desaturation (grayscale 20%) during the transition midpoint. The incoming image should mirror the outgoing motion, creating a seamless visual conversation between frames. Focus on polish and smoothness rather than aggressive glitch aesthetics.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.5, containerProps={{ className: 'absolute inset-0 overflow-hidden' }}. Outgoing ImageAtom: 3 horizontal bands (33.33% each), synchronized timing with 0.05s stagger, translateX keyframes [0, 15px, 25px, 20px, 0] for band1, [0, -10px, -25px, -15px, 0] for band2, [0, 20px, 25px, 10px, 0] for band3, filter blur [0, 1.5px, 2px, 1px, 0], filter grayscale [0, 0, 0.2, 0.1, 0], opacity [1, 1, 0.9, 0.5, 0], cubic-bezier(0.25, 0.46, 0.45, 0.94) easing. Incoming ImageAtom: startAt = media1.duration - 1.5, reverse pattern translateX from [-25px, -20px, -25px] to 0, blur 2px->0, grayscale 0.2->0, opacity 0->1. Smooth 60fps performance focus."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c75bf0b6fe613-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:55 GMT',
'request-id': 'req_011CVatCvgNGEZwJ8KfHD2ox',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '71',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatCvgNGEZwJ8KfHD2ox"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 8 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Build a retro CRT monitor horizontal tearing glitch transition evoking 90s computer aesthetics for nostalgic YouTube content. Simulate horizontal tearing where the image appears to 'rip' at random horizontal lines, with the torn sections sliding at different rates. Create 12-16 thin horizontal tear lines with varying heights (8-40px), each sliding independently with some showing the incoming image through the 'tear'. Apply CRT curvature distortion (slight barrel effect), phosphor glow (subtle bloom), and interlaced scanline flicker. The 0.8 second transition should feel like switching channels on an old monitor.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 0.8, containerProps={{ className: 'absolute inset-0 overflow-hidden', style: { borderRadius: '8px', background: '#000' } }}. CRT curvature: transform perspective(1000px) rotateX(2deg) on container. Outgoing ImageAtom: 14 tear lines with random heights using clip-path, translateX ranging -100px to +100px with varying speeds (0.2-0.6s individual durations), some tears revealing incoming image via z-index manipulation, brightness flicker [1, 1.2, 0.9, 1.1, 0.8]. Incoming ImageAtom: startAt = media1.duration - 0.8, visible through tear gaps initially then full reveal, translateX settling from jittered to 0. Scanline overlay: repeating-linear-gradient(transparent 50%, rgba(0,0,0,0.3) 50%) with 2px size, opacity flicker. Phosphor glow: box-shadow with green/blue tints, blur 10px, pulsing opacity."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c75bcf9afdda4-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:54 GMT',
'request-id': 'req_011CVatCuDop1WPnimsAATo8',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '31',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatCuDop1WPnimsAATo8"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 9 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Design a modern, stylized horizontal pixel-sort glitch transition for artistic YouTube channels. Simulate the pixel-sorting digital art effect where horizontal rows of pixels appear to sort and displace based on brightness values. Create gradient-based horizontal displacement where brighter areas of the image displace further than darker areas (simulated via strategic slice placement). During the 1.0 second transition, slices should flow horizontally with liquid-like motion, some stretching (scaleX), creating organic glitch patterns. Apply color channel shifting (RGB split) and add subtle noise texture overlay. The incoming image should 'sort' into place from a horizontally scattered state.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.0, containerProps={{ className: 'absolute inset-0 overflow-hidden' }}. Outgoing ImageAtom: 20 thin horizontal slices (5% height each), displacement distance varies by position (simulating brightness-based sort): top slices 80-100px, middle 40-60px, bottom 20-40px, alternating left/right directions, scaleX [1, 1.2, 1.4, 1.2, 1] for stretch effect, cubic-bezier(0.23, 1, 0.32, 1) easing, opacity 1->0. RGB split: 3 image copies with red (translateX: -4px), green (translateX: 0), blue (translateX: 4px), blend-mode: screen, opacity 0.7. Incoming ImageAtom: startAt = media1.duration - 1.0, reverse sort animation, slices from displaced to aligned, scaleX normalizing. Noise overlay: SVG filter turbulence or grainy pseudo-element, opacity 0.1."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c75bd8ec2d0cc-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:54 GMT',
'request-id': 'req_011CVatCuebrJsmYw8GvqXUg',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '24',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatCuebrJsmYw8GvqXUg"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 10 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a dynamic horizontal slice explosion with directional momentum for action-oriented YouTube transitions. All horizontal slices should initially move in the same direction (right) with velocity variation, creating a sense of directional force like wind or motion blur. During the 0.5 second punchy transition, 8 slices accelerate rightward with staggered timing (top slices move first, creating downward cascade), maximum displacement 120px, with trailing motion blur effect (scaleX stretch + slight opacity trail). Apply slight rotation to slices (1-3 degrees) for organic feel. The incoming image should slide in from the left as outgoing exits right, both moving in unified directional flow. Add impact shake at transition midpoint.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 0.5, containerProps={{ className: 'absolute inset-0 overflow-hidden bg-black' }}. Impact shake at 0.25s: container translateX [0, 8px, -6px, 4px, 0] over 0.15s. Outgoing ImageAtom: 8 horizontal slices with cascade stagger (slice 1 starts at 0, slice 8 at 0.15s), all translateX [0, 120px] moving right, staggered durations (slice 1: 0.35s, slice 8: 0.5s), scaleX [1, 1.3] for motion blur, rotate [0, 2deg] slight tilt, opacity [1, 1, 0.8, 0], cubic-bezier(0.55, 0.055, 0.675, 0.19) ease-in for acceleration feel. Incoming ImageAtom: startAt = media1.duration - 0.5, translateX [-100%, 0] sliding from left, matching directional flow, scale [1.05, 1], opacity [0, 0.5, 1]. Unified rightward motion storytelling."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c75bd9f999c36-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:01:54 GMT',
'request-id': 'req_011CVatCupmjRtEj4TemQzBH',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '140',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatCupmjRtEj4TemQzBH"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 11 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Paint Brush Horizontal Wipe Reveal transition preset for YouTube images. Design a paintbrush stroke that sweeps horizontally across the screen from left to right, using a rough-edged matte texture to reveal the incoming image beneath. The outgoing image should appear to be 'painted over' by the brushstroke while simultaneously revealing the new content. Use a canvas-textured overlay during the transition to enhance the artistic feel. The brush stroke should have organic, irregular edges that feel hand-painted rather than digitally clean. Implement a 1.2-second overlap period where the brush matte animates across, with the outgoing image masked by the brush shape and the incoming image revealed through the painted area. The transition should feel like an artist's brush sweeping across a canvas to reveal a new painting underneath.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.2s overlap. Container: 'absolute inset-0 overflow-hidden'. Two ImageAtom elements positioned 'absolute inset-0'. Outgoing image: starts at 0, duration = media1.duration, z-index-10. Incoming image: starts at (media1.duration - 1.2s), duration = media2.duration, z-index-20. Use ShapeAtom with custom brush stroke SVG path as mask, animated translateX from -100% to 100% over 1.2s. Apply generic effects with provider mode: outgoing gets clip-path animation synced to brush position, incoming revealed through inverse clip-path. Easing: cubic-bezier(0.25, 0.1, 0.25, 1) for organic brush feel. Canvas texture overlay via ImageAtom with blend-mode: overlay, opacity 0.3 during transition."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c7673cbd91759-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:24 GMT',
'request-id': 'req_011CVatF4LYajyBSW59pSpiu',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '77',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatF4LYajyBSW59pSpiu"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 12 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Vertical Dripping Paint Stroke transition preset that reveals content through downward-flowing paint drips. Multiple brush strokes of varying widths descend from the top of the frame at staggered intervals, each revealing portions of the incoming YouTube image. The effect mimics paint dripping down a canvas, with thick center strokes and thinner edge strokes creating an organic, artistic reveal pattern. The outgoing image fades slightly while being 'covered' by the paint strokes, and the incoming image emerges through the painted areas. Include subtle texture variation in the stroke edges to simulate real paint absorption on canvas. Use a 1.5-second overlap with strokes staggered over 0.8 seconds to create visual interest.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.5s. Container: 'absolute inset-0'. ImageAtoms: outgoing z-index-10, incoming z-index-20, both 'absolute inset-0 object-cover'. Create 5 ShapeAtom elements as vertical brush strokes with varying widths (15%, 25%, 20%, 18%, 22% of viewport). Each stroke animates translateY from -100% to 100% with staggered start times (0ms, 150ms, 300ms, 200ms, 400ms relative to overlap start). Incoming image uses CSS mask-image with multiple linear gradients updated per stroke position. Generic effects: outgoing opacity 1 to 0.4 over overlap, incoming revealed through mask composite. Easing per stroke: cubic-bezier(0.4, 0, 0.2, 1). Rough edge texture via SVG filter turbulence on stroke shapes."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c766e3f8e208a-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:23 GMT',
'request-id': 'req_011CVatEzS9T8HAkP1mi1KJ9',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '22',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatEzS9T8HAkP1mi1KJ9"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 13 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Diagonal Brush Slash transition preset featuring bold diagonal brush strokes that slash across the frame to reveal content. Three to four diagonal strokes animate from corner to corner at varying angles (approximately 30°, 45°, and 60°), creating a dynamic, energetic reveal effect perfect for YouTube thumbnails. Each stroke has rough, painterly edges with visible bristle texture. The strokes should feel aggressive and intentional, like an artist making bold marks on canvas. The incoming image emerges through the slashed areas while the outgoing image remains visible in unpainted regions until fully covered. Implement a 1-second fast-paced transition with strokes completing in quick succession.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.0s. Container: 'absolute inset-0 bg-black'. Both ImageAtoms: 'absolute inset-0 object-cover'. Outgoing: z-index-10, incoming: z-index-30. Create 3 diagonal ShapeAtom strokes rotated at 30deg, 45deg, 60deg using transform: rotate(). Each stroke width: 35% of diagonal, animated along diagonal axis. Stroke timing: first at 0ms (300ms duration), second at 200ms (350ms), third at 350ms (400ms). Apply mask-composite: exclude on incoming image synced to stroke positions. Generic effects with AnimationRange: strokes scale from 0 to 1 along their length axis. Use SVG feTurbulence filter for rough edges (baseFrequency: 0.04, numOctaves: 3). Easing: cubic-bezier(0.7, 0, 0.3, 1) for aggressive motion."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c76724d1ed0cc-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:23 GMT',
'request-id': 'req_011CVatF3FJkuH6wBvGqDCwJ',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '23',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatF3FJkuH6wBvGqDCwJ"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 14 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Watercolor Bloom Reveal transition preset where soft, watercolor-style brush strokes bloom outward from the center of the frame. The effect simulates watercolor paint spreading on wet paper, with soft feathered edges and organic expansion patterns. Multiple bloom points emerge and spread, gradually revealing the incoming YouTube image through the painted areas. The transition should feel gentle and artistic, with the paint appearing to absorb into the canvas texture. Include subtle color bleeding at the edges where strokes overlap. Use a longer 2-second overlap to allow the organic spreading motion to feel natural and unhurried.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 2.0s. Container: 'absolute inset-0'. ImageAtoms both 'absolute inset-0 object-cover'. Create 4-5 circular ShapeAtom elements as bloom origins positioned at 30% 40%, 60% 30%, 45% 65%, 70% 55%. Each bloom animates scale from 0 to 3.5 with staggered starts (0ms, 300ms, 500ms, 400ms). Apply radial-gradient masks that expand with each bloom. Incoming image mask: composite of all bloom radial gradients. Generic effects: blooms use opacity 0.8 with blur(2px) edge, scale animation with cubic-bezier(0.2, 0.8, 0.3, 1) for organic spread. Outgoing image: opacity 1 to 0 over final 0.8s. Canvas texture overlay ImageAtom: blend-mode multiply, opacity 0.25. Edge feathering via CSS mask-image with gradient falloff."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c766dab8ddda4-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:23 GMT',
'request-id': 'req_011CVatEz7J8S1QhJAVx4zvy',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '18',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatEz7J8S1QhJAVx4zvy"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 15 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Dry Brush Texture Swipe transition preset featuring rough, dry brush strokes that leave visible canvas texture showing through. The brush strokes move horizontally but with an uneven, scratchy quality that reveals both the incoming image and hints of canvas texture beneath. This creates a tactile, textured feel as if painted on rough watercolor paper. The strokes should have gaps and inconsistencies typical of dry brush technique, making the reveal feel organic and handcrafted. Multiple overlapping strokes create depth and visual interest. Implement a 1.3-second transition with strokes layered for complexity.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.3s. Container: 'absolute inset-0'. Canvas texture ShapeAtom: 'absolute inset-0', subtle paper texture image, opacity 0.15, z-index-5. Outgoing ImageAtom: z-index-10. Incoming ImageAtom: z-index-20, initially masked. Create 6 thin horizontal brush strokes (heights: 8%, 12%, 6%, 15%, 9%, 11%) at varying Y positions. Each stroke has gaps created via SVG pattern with feTurbulence (type: fractalNoise, baseFrequency: 0.1). Strokes animate translateX from -110% to 110% with staggered timing over 1.3s. Incoming image uses mask-image composite of all stroke positions. Generic effects: strokes have slight rotation wobble (±2deg) during animation. Easing: cubic-bezier(0.4, 0.1, 0.4, 0.9) for natural brush drag feel."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c76735c649c36-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:24 GMT',
'request-id': 'req_011CVatF41TAQesuubZdow5g',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '74',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatF41TAQesuubZdow5g"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 16 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Circular Paint Reveal transition preset where concentric circular brush strokes spiral outward from a center point, progressively revealing the incoming YouTube image. Each ring has rough, painterly edges and expands with slight rotation, creating a hypnotic spiral reveal effect. The transition evokes the feeling of watching an artist paint in circular motions, each stroke revealing more of the underlying image. The outgoing image should appear to be painted over while the new content emerges through the spiral pattern. Use a 1.8-second transition to allow the spiral motion to feel deliberate and artistic.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.8s. Container: 'absolute inset-0'. ImageAtoms: both 'absolute inset-0 object-cover', outgoing z-index-10, incoming z-index-20. Create 5 concentric ring ShapeAtoms centered at 50% 50%, with radii 10%, 25%, 40%, 55%, 75% of viewport. Each ring animates: scale from 0 to 1, rotation from -30deg to 0deg, opacity fade in. Staggered start: 0ms, 200ms, 400ms, 600ms, 800ms. Ring stroke-width varies (8px, 12px, 10px, 14px, 11px) for organic feel. Incoming image mask: radial-gradient that expands with ring progression. Apply feTurbulence to ring edges for rough texture. Generic effects: rings have slight scale pulse (1.0 to 1.02 to 1.0) for breathing effect. Easing: cubic-bezier(0.3, 0.7, 0.4, 1) for smooth spiral expansion."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c77275ea1208a-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:52 GMT',
'request-id': 'req_011CVatHB6eUU4YtXgUtsRyM',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '30',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatHB6eUU4YtXgUtsRyM"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 17 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Impasto Thick Brush transition preset that simulates heavy, textured brush strokes with visible paint buildup revealing the incoming image. The strokes should feel thick and dimensional, as if painted with heavily loaded brushes that leave ridges and texture. Multiple chunky strokes move across the frame in slightly overlapping waves, each revealing a section of the new content. Include a subtle shadow effect on stroke edges to enhance the dimensional, raised-paint appearance. The transition should feel bold and expressive, suitable for dramatic YouTube content reveals. Implement a 1.4-second transition with impactful, weighty motion.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.4s. Container: 'absolute inset-0'. ImageAtoms: 'absolute inset-0 object-cover', outgoing z-index-10, incoming z-index-25. Create 4 thick horizontal brush ShapeAtoms (height: 30% each) with 15% vertical overlap. Each stroke has drop-shadow filter (4px 4px 6px rgba(0,0,0,0.3)) for dimension. Strokes animate translateX alternating directions: first left-to-right, second right-to-left, etc. Timing: 0ms, 250ms, 450ms, 600ms starts, each 600ms duration. Stroke edges use SVG displacement map with turbulence for thick paint texture. Incoming image mask synced to stroke positions via clip-path polygon. Generic effects: strokes have slight scaleY pulse (1.0 to 1.05) for weight feel. Easing: cubic-bezier(0.5, 0, 0.3, 1) for heavy, deliberate motion. Add subtle inner glow on strokes for paint shine."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c77280a75d0cc-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:52 GMT',
'request-id': 'req_011CVatHBafrNbhnZfqZHECk',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '20',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatHBafrNbhnZfqZHECk"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 18 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Splatter Paint Burst transition preset featuring explosive paint splatter effects that burst onto the frame, revealing the incoming YouTube image through organic splatter shapes. Multiple paint splatters of varying sizes emerge from different points, creating a dynamic, energetic reveal effect. The splatters should have irregular, organic shapes with drips and spray patterns typical of thrown paint. This creates an exciting, artistic transition perfect for high-energy content. The outgoing image gets 'splattered over' while the new content emerges through the paint marks. Use a 1.1-second fast-paced transition for maximum impact.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.1s. Container: 'absolute inset-0 overflow-hidden'. ImageAtoms: both 'absolute inset-0 object-cover', outgoing z-index-10, incoming z-index-20. Create 8-10 ShapeAtom splatters using SVG blob paths with irregular organic shapes. Splatter sizes: 15-40% of viewport, positions randomized across frame. Each splatter animates: scale from 0 to 1 with overshoot (scale to 1.15, settle to 1.0), opacity 0 to 1. Staggered burst timing: clustered at 0-200ms for initial impact, 300-500ms for secondary splatters. Apply CSS filter: drop-shadow for depth. Incoming image mask: composite of all splatter shapes. Generic effects: splatters have rotation (±15deg) during scale animation. Easing: cubic-bezier(0.2, 1.2, 0.4, 1) for elastic pop. Add small drip ShapeAtoms animating downward from larger splatters."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c7726c912dda4-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:52 GMT',
'request-id': 'req_011CVatHAk4jbbMa8bT6LNXs',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '17',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatHAk4jbbMa8bT6LNXs"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 19 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Canvas Texture Fade Wipe transition preset that combines a traditional wipe with visible canvas texture integration. As the wipe progresses across the frame, the canvas texture becomes momentarily visible in the transition zone before the incoming image is fully revealed. This creates a sophisticated effect where the underlying 'canvas' peeks through during the transition, enhancing the painted aesthetic. The wipe edge should have rough, paintbrush-like irregularities rather than a clean line. Implement a 1.6-second transition with a medium-paced, elegant reveal that emphasizes the artistic canvas quality.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.6s. Container: 'absolute inset-0'. Three-layer structure: canvas texture ImageAtom z-index-15 (paper/canvas texture, initially hidden), outgoing ImageAtom z-index-10, incoming ImageAtom z-index-20. Wipe ShapeAtom: full-height rectangle with rough left edge (SVG path with turbulence displacement), animates translateX from -100% to 100%. During wipe: outgoing clips to left of wipe edge, incoming clips to right of wipe edge, canvas texture visible in 50px zone around wipe edge via mask gradient. Generic effects: canvas texture opacity pulses 0 to 0.4 to 0 in wipe zone. Outgoing effect: clip-path polygon animated with wipe position. Incoming effect: inverse clip-path. Wipe edge blur: 3px for soft transition. Easing: cubic-bezier(0.4, 0, 0.2, 1). Canvas blend-mode: multiply on texture layer."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c7729d80e9c36-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:53 GMT',
'request-id': 'req_011CVatHCs4fme6inRovemgC',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '58',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatHCs4fme6inRovemgC"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 20 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a Multi-Direction Brush Cross transition preset where brush strokes enter from multiple directions (left, right, top, bottom) and cross in the center, creating a dynamic intersecting reveal pattern. As strokes from opposite sides meet, they create interesting overlap patterns that progressively reveal the incoming YouTube image. The crossing strokes should feel intentional and choreographed, like a carefully planned artistic composition. Each stroke direction has slightly different timing, creating a rhythmic, dance-like quality to the reveal. Implement a 1.5-second transition with synchronized multi-directional motion.

Technical Specifications:
BaseLayout: duration = media1.duration + media2.duration - 1.5s. Container: 'absolute inset-0'. ImageAtoms: 'absolute inset-0 object-cover', outgoing z-index-10, incoming z-index-20. Create 4 directional brush ShapeAtoms: horizontal-left (translateX -100% to 50%), horizontal-right (translateX 100% to -50%), vertical-top (translateY -100% to 50%), vertical-bottom (translateY 100% to -50%). Each stroke: 25% width/height, rough edges via SVG turbulence filter. Timing synchronization: horizontal strokes start at 0ms (800ms duration), vertical strokes start at 200ms (900ms duration) for crossing effect at center. Incoming image mask: union composite of all stroke positions. Generic effects: strokes have slight opacity variation (0.9 to 1.0) for painted texture. Add secondary thinner strokes (10% width) following main strokes with 150ms delay. Easing: cubic-bezier(0.3, 0, 0.2, 1) for smooth entry, ease-out for center approach. Intersection highlight: brief brightness boost where strokes cross."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c7729fb5f1759-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:02:53 GMT',
'request-id': 'req_011CVatHCwGqXHZUMQgZN4tx',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '18',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatHCwGqXHZUMQgZN4tx"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 21 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a typokinetic speedometer gauge preset featuring a radial bar that sweeps from 0 to a target value with dynamic numeric typography. The gauge consists of three concentric arcs representing safe (green), warning (yellow), and critical (red) zones. As the needle sweeps clockwise using a CSS conic-gradient rotation, the current value displays prominently in the center with a rapid digit counter animation. Words like 'SAFE', 'WARNING', 'CRITICAL' fade in and scale up as the needle crosses each threshold. Use TextAtom for the numeric display with a monospace font, applying a generic effect for the counting animation that interpolates fontSize from 48px to 72px with a spring easing when entering critical zone. The needle itself is a ShapeAtom rotated via transform with ease-out timing over 2 seconds. Include a subtle glow pulse effect on the center value that intensifies (via textShadow and brightness filter) as speed increases.

Technical Specifications:
Structure: BaseLayout with 'relative w-96 h-96 flex items-center justify-center' containing nested BaseLayouts for arc segments using conic-gradient backgrounds, a ShapeAtom needle with 'absolute origin-bottom' positioning, and centered TextAtom for value. Effects: Generic keyframe effect on needle with rotate property from 0deg to target angle (e.g., 270deg) using ease-out over 80% of duration. TextAtom counter uses opacity and scale effects synchronized to needle progress. Color zone indicators use conditional styling based on input threshold params. Timing: 2-3 second total animation, needle sweep occupies 0-80%, zone label reveals at 30%, 60%, 80% progress points. Use internal effect preset for glow-pulse on critical threshold. containerProps.style for conic-gradient arc backgrounds with CSS custom properties for zone colors."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c77dc0ed7d0cc-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:21 GMT',
'request-id': 'req_011CVatKJk5rYwyTZrmnnw3v',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '23',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatKJk5rYwyTZrmnnw3v"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 22 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Design an audio-reactive speedometer typokinetic preset where the gauge needle responds to beat intensity from audio analysis. The radial bar segments pulse and glow in sync with bass frequencies, while the numeric value display uses word-level timing to reveal digits sequentially. Create a dramatic 'rev up' effect where the needle oscillates slightly on each beat before settling at the final value. Use waveform effects with bass sensitivity on the arc segments to create breathing brightness pulses. The threshold zone labels ('NORMAL', 'ELEVATED', 'DANGER') animate in with staggered slide-up reveals, each with a micro-bounce. When critical threshold is reached, apply a shake effect to the entire gauge synchronized to high-frequency beats.

Technical Specifications:
Structure: BaseLayout container 'relative w-full max-w-md aspect-square' with arc BaseLayouts using 'absolute inset-0' and clip-path for segments. Use AudioAtom (muted) as audio source for waveform analysis. Effects: Waveform effect on arc segments with property: 'brightness', audioProperty: 'bass', sensitivity: 1.2, range: [1, 1.5]. Needle ShapeAtom with generic rotate effect plus waveform shake effect (audioProperty: 'treble', intensity: 0.3). TextAtom digits with individual opacity/translateY effects staggered 0.1s apart. Use fetcher for audio analysis API to get beat timestamps. Timing: fitDurationTo: 'scene', needle animation 0-70% with spring easing, label reveals at zone crossings. Internal effect preset 'beat-shake' for critical zone activation. containerProps.className: 'overflow-hidden rounded-full'."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c77ddc878e613-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:21 GMT',
'request-id': 'req_011CVatKKxkbMikSFbCdBbgT',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '30',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatKKxkbMikSFbCdBbgT"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 23 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Build a minimalist typokinetic speedometer focusing on elegant typography transitions. The gauge is represented by a single sweeping arc stroke that changes color smoothly through gradient stops (teal to amber to crimson). The centerpiece is a large numeric display using caption data where each digit is treated as a word, animating with a flip-card style effect as values increment. Zone labels appear as subtle, understated text that fades in with letter-spacing expansion from tight to normal. The needle is an abstract triangular pointer that follows the arc with smooth cubic-bezier easing. Include a thin progress ring that fills behind the main arc as a secondary visual indicator.

Technical Specifications:
Structure: BaseLayout 'relative w-80 h-80 flex items-center justify-center bg-slate-900 rounded-full' with SVG-style arc created via ShapeAtom with border styling or BaseLayout with rounded borders and overflow-hidden. TextAtom for digits with 'font-mono text-6xl font-bold' styling. Effects: Generic effects on digit TextAtoms with rotateX property (0 to -90 to 0) for flip animation, staggered by digit position. Arc color via backgroundColor transition through keyframes. Letter-spacing effect on zone labels from '-0.1em' to '0.05em' with opacity 0 to 1. Timing: 3 second duration, digits update every 0.15s creating rapid counter feel, arc sweep linear over 2.5s, labels fade at 40%/70%/90% progress. Use relative timing with nested BaseLayouts. containerProps.style: { background: 'radial-gradient(circle, transparent 60%, rgba(0,0,0,0.3) 100%)' }."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c77ddd92e9c36-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:21 GMT',
'request-id': 'req_011CVatKKxzuS4WXdnKxXAL7',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '39',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatKKxzuS4WXdnKxXAL7"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 24 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a cinematic gauge reveal preset with dramatic lighting effects. The speedometer emerges from darkness with a radial light sweep that reveals the gauge elements progressively. Arc segments illuminate sequentially (green first, then yellow, then red) with a neon-glow effect using CSS box-shadow and filter blur. The needle enters frame from off-screen, snapping into position with an overshoot spring animation. Numeric values materialize with a digital glitch effect - brief scrambled characters before settling on the correct digit. Zone threshold text ('OPTIMAL', 'CAUTION', 'CRITICAL') appears with a typewriter effect, each letter revealing with a slight glow.

Technical Specifications:
Structure: BaseLayout 'relative w-96 h-96 overflow-hidden bg-black' as stage. Nested BaseLayouts for each arc segment with 'absolute' positioning. ShapeAtom needle with 'absolute origin-center'. TextAtom for value display with 'font-mono text-5xl'. Effects: Generic opacity effect on container from 0 to 1 over first 10%. Arc segments use staggered opacity/brightness effects (segment 1: 10-30%, segment 2: 30-50%, segment 3: 50-70%). Needle translateX from -100% to 0 with spring easing (overshoot). Glitch effect on digits via rapid backgroundColor flicker and opacity pulses before stabilizing. Zone text uses individual TextAtoms per letter with staggered opacity reveals. Timing: 4 second cinematic reveal, needle settles at 60%, value display at 70%, zone labels 80-100%. containerProps.style for radial gradient lighting effect. Internal effect preset for 'neon-glow' using textShadow keyframes."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c77db9a67dda4-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:21 GMT',
'request-id': 'req_011CVatKJRV3xDLZps1WSt1b',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '58',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatKJRV3xDLZps1WSt1b"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 25 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Design a data-dashboard inspired speedometer with multiple synchronized gauges. The main radial bar is accompanied by smaller secondary indicators (RPM-style, temperature-style) that all animate together. Typography is strictly utilitarian - clean sans-serif with tabular numerals. Each gauge has its own mini-label that slides in from the bottom. The main gauge needle sweeps with precise mechanical timing (linear easing), while values increment in fixed steps rather than smooth counting. Color zones are indicated by discrete segment fills rather than gradients, creating a more technical, industrial aesthetic.

Technical Specifications:
Structure: BaseLayout 'grid grid-cols-3 gap-4 p-8 bg-zinc-800' containing main gauge (col-span-2) and sidebar with mini gauges. Main gauge: BaseLayout 'relative aspect-square' with segmented arc BaseLayouts using discrete background colors. Mini gauges: smaller BaseLayouts 'w-24 h-24 relative'. TextAtom for all numeric displays with 'font-mono tabular-nums text-zinc-100'. Effects: All needle rotations use linear easing for mechanical feel. Value TextAtoms use stepped opacity changes (not smooth interpolation) - achieved via multiple keyframes at discrete intervals. Label TextAtoms slide up with translateY from 20px to 0 with ease-out. Timing: Synchronized start, main gauge 0-100% duration, mini gauges offset by 0.2s each for cascade effect. Use repeatChildrenProps for consistent mini-gauge styling. fitDurationTo: 'scene'. containerProps.className includes 'rounded-xl shadow-2xl'."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c77dc18fc208a-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:21 GMT',
'request-id': 'req_011CVatKJvzjBoUKaNG3zJj8',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '64',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatKJvzjBoUKaNG3zJj8"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 26 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Build an explosive critical-alert speedometer that dramatizes threshold breaches. The gauge operates normally until crossing into the danger zone, then transforms dramatically - the background flashes red, the arc pulses with intensity, and warning text erupts onto screen with impact scaling. Use impact metadata from caption data to identify which threshold words should receive the most dramatic treatment. The needle physically vibrates when in the critical zone using a rapid oscillating rotation. Numbers in the critical range render in bold red with a drop shadow that suggests depth and urgency.

Technical Specifications:
Structure: BaseLayout 'relative w-full max-w-lg aspect-square' with conditional styling layers. Base arc BaseLayout, overlay flash BaseLayout 'absolute inset-0 bg-red-600' with opacity effect. TextAtom for value with dynamic className based on threshold (text-emerald-400 vs text-red-500). Impact words from caption metadata get 'font-black text-7xl' treatment. Effects: Normal operation uses smooth generic effects. Critical threshold triggers: backgroundColor flash (opacity 0-0.8-0 rapid cycle), needle rotation adds oscillating offset (±3deg at 30fps equivalent keyframes), value TextAtom scale pulses 1.0-1.1-1.0. Impact-flagged words use scale from 0.5 to 1.2 to 1.0 with spring easing. Timing: Build-up phase 0-60%, threshold crossing at 60%, critical drama 60-100%. Use caption data's word.metadata.impact boolean to identify alert words. Internal effect preset 'danger-pulse' for reusable alert styling."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c788e5fdc208a-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:50 GMT',
'request-id': 'req_011CVatMQi4YndPkVZHQ76cr',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '18',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatMQi4YndPkVZHQ76cr"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 27 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create a retro-futuristic speedometer inspired by 1980s sci-fi interfaces. The gauge features scan-line overlay effects, cyan and magenta accent colors, and typography reminiscent of early digital displays. The radial bar is composed of discrete LED-style segments that light up sequentially rather than as a continuous sweep. Numbers display with a phosphor-glow effect and slight blur. Zone indicators use abbreviated technical jargon ('NOM', 'WRN', 'CRT') in a stencil-style font. Include a subtle CRT screen curvature effect on the overall container and occasional flicker artifacts.

Technical Specifications:
Structure: BaseLayout 'relative w-96 h-96 bg-zinc-950 rounded-lg overflow-hidden' with pseudo-element for scan-lines (via containerProps.style with repeating-linear-gradient). LED segments: multiple small BaseLayouts 'w-2 h-6 rounded-sm' positioned radially using transform rotate and translate. TextAtom with 'font-mono tracking-wider' for digital aesthetic. Effects: LED segments use individual opacity effects with staggered timing (0.05s intervals) for sequential light-up. Value TextAtom has textShadow effect cycling through glow intensities. Flicker effect: periodic opacity dips (1.0-0.85-1.0) at random-seeming intervals. CRT curvature via containerProps.style with subtle perspective transform. Timing: 2.5s total, LED cascade 0-70%, value stabilize at 75%, zone label at 80%. Colors: text-cyan-400, text-fuchsia-500, text-amber-400 for zones. Use childrenProps to apply consistent glow styling to all text elements."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c788d0e68dda4-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:50 GMT',
'request-id': 'req_011CVatMPuCLvEnBHVua7iuM',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '483',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatMPuCLvEnBHVua7iuM"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 28 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Design a gauge preset optimized for vertical video formats (9:16 aspect ratio) with the speedometer positioned in the lower third. The radial bar is a semi-circle (180 degrees) that fits naturally in portrait orientation. Typography is larger and bolder for mobile viewing, with the value display prominently above the gauge arc. Zone labels appear as floating badges that drift upward as they fade in. The needle sweep is accompanied by motion blur trails created via multiple semi-transparent needle copies at previous positions. Include haptic-feedback-inspired visual pulses at zone transitions.

Technical Specifications:
Structure: BaseLayout 'relative w-full h-full flex flex-col justify-end items-center pb-16' for vertical video. Semi-circle gauge: BaseLayout 'w-80 h-40 relative overflow-hidden' with arc clipped to bottom half. Value TextAtom 'text-7xl font-black mb-8' positioned above gauge. Motion trail: 3-4 ShapeAtom needles with decreasing opacity (0.6, 0.4, 0.2) and slight rotation offsets. Effects: Primary needle rotate effect 0-180deg with ease-in-out. Trail needles follow with 0.1s delay each, creating motion blur illusion. Zone badges use translateY from 0 to -30px with opacity 1 to 0 (floating up and fading). Pulse effect at zone crossings: scale 1.0-1.05-1.0 rapid on entire gauge container. Timing: 3s duration, needle sweep 0-80%, final value hold 80-100%. Zone pulses at 33%, 66% progress. containerProps.className: 'safe-area-inset-bottom' consideration for mobile."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c7891cc80e613-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:50 GMT',
'request-id': 'req_011CVatMT1iaY4z45GZzQoXz',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '23',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatMT1iaY4z45GZzQoXz"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 29 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Build a comparison speedometer preset showing before/after or dual-metric visualization. Two gauges are positioned side-by-side or overlaid with different colors, allowing viewers to compare values simultaneously. Typography clearly labels each metric ('CURRENT', 'TARGET' or 'ACTUAL', 'PROJECTED'). The gauges animate in sequence - first one fills, then the second follows, creating a clear narrative of comparison. Difference highlighting shows the gap between values with a distinct visual treatment (striped pattern or different opacity).

Technical Specifications:
Structure: BaseLayout 'flex gap-8 items-center justify-center w-full p-8' containing two gauge BaseLayouts 'relative w-64 h-64'. Alternative overlay approach: single container with two arc layers using different border colors. Label TextAtoms 'text-sm uppercase tracking-widest' above each gauge. Difference indicator: BaseLayout segment with 'bg-stripes' pattern (via repeating-linear-gradient in style). Effects: Gauge 1 needle rotation 0-50% of duration, Gauge 2 needle rotation 40-90% (overlapping for smooth narrative). Labels fade in at gauge start times. Difference segment opacity animates in after both complete. TextAtom values use countUp-style generic effects, second value starts when first completes. Timing: 4s total, staggered gauge animations create comparison narrative. Use sub-preset for individual gauge component to avoid duplication. childrenProps for consistent arc styling across both gauges."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c788fea59d0cc-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:50 GMT',
'request-id': 'req_011CVatMRnJSE1AwFWch5WSn',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '75',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatMRnJSE1AwFWch5WSn"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry
  1. Preset 30 - Command failed: npx tsx "/home/runner/work/mediamake/mediamake/apps/mediamake/scripts/generate-preset.ts" "Create an accessibility-conscious speedometer that provides multiple ways to convey information beyond just visual animation. Include clear text labels that announce the current zone, high-contrast color choices that work for colorblind users, and support for reduced-motion preferences with instant state changes instead of animations. The gauge uses distinct patterns (solid, striped, dotted) in addition to colors for zone differentiation. Typography is optimized for readability with appropriate sizing and contrast ratios. The design degrades gracefully, ensuring information is conveyed even if animations are disabled.

Technical Specifications:
Structure: BaseLayout 'relative w-96 h-96 flex items-center justify-center' with semantic grouping. Zone arcs use distinct patterns via backgroundImage (linear-gradient stripes for warning, radial-gradient dots for critical) in addition to colors. TextAtom for value with 'text-6xl font-bold' ensuring WCAG AA contrast (text-zinc-900 on light, text-zinc-100 on dark). Screen-reader friendly: include hidden TextAtom with aria description of current state. Effects: Provide two animation paths - full animation (rotate, opacity, scale effects) and reduced-motion alternative (instant opacity changes, no rotation animation). Use conditional effect application based on input parameter 'reduceMotion'. High contrast colors: emerald-600, amber-500, rose-600 with sufficient luminance difference. Timing: Standard 2.5s animation, reduced-motion: 0.3s simple fade transitions. Pattern indicators ensure zone recognition without color reliance. containerProps.className: 'focus-visible:ring-2 focus-visible:ring-offset-2' for keyboard navigation contexts."

═══════════════════════════════════════════════════════════════
❌ PRESET GENERATION FAILED
═══════════════════════════════════════════════════════════════
APICallError [AI_APICallError]: Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.
at (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/response-handler.ts:57:16)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async postToApi (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/node_modules/@ai-sdk/provider-utils/src/post-to-api.ts:118:28)
at async AnthropicMessagesLanguageModel.doGenerate (/home/runner/work/mediamake/mediamake/node_modules/@ai-sdk/anthropic/src/anthropic-messages-language-model.ts:470:9)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:357:30)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async _retryWithExponentialBackoff (/home/runner/work/mediamake/mediamake/node_modules/ai/src/util/retry-with-exponential-backoff.ts:96:12)
at async fn (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:328:32)
at async (/home/runner/work/mediamake/mediamake/node_modules/ai/src/telemetry/record-span.ts:18:22)
at async generateObject (/home/runner/work/mediamake/mediamake/node_modules/ai/src/generate-object/generate-object.ts:282:12) {
cause: undefined,
url: 'https://api.anthropic.com/v1/messages',
requestBodyValues: {
model: 'claude-sonnet-4-5',
max_tokens: 64000,
temperature: undefined,
top_k: undefined,
top_p: undefined,
stop_sequences: undefined,
system: undefined,
messages: [ [Object] ],
tools: [ [Object] ],
tool_choice: { type: 'tool', name: 'json', disable_parallel_tool_use: true }
},
statusCode: 400,
responseHeaders: {
'anthropic-organization-id': 'da777878-4d25-4f8d-bdf4-13c228122e17',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '9a5c7890eaa99c36-IAD',
connection: 'keep-alive',
'content-length': '234',
'content-type': 'application/json',
date: 'Fri, 28 Nov 2025 20:03:50 GMT',
'request-id': 'req_011CVatMSTEownYVAGkWTqze',
server: 'cloudflare',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'x-envoy-upstream-service-time': '19',
'x-robots-tag': 'none',
'x-should-retry': 'false'
},
responseBody: '{"type":"error","error":{"type":"invalid_request_error","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"request_id":"req_011CVatMSTEownYVAGkWTqze"}',
isRetryable: false,
data: {
type: 'error',
error: {
type: 'invalid_request_error',
message: 'Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.'
}
},
[Symbol(vercel.ai.error)]: true,
[Symbol(vercel.ai.error.AI_APICallError)]: true
}

  • Failed after 1 retry

Closes #347

@vercel
Copy link

vercel bot commented Nov 28, 2025

Deployment failed with the following error:

Resource is limited - try again in 4 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/karcreativeworks-projects?upgradeToPro=build-rate-limit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Presets - Glitch Slice Transitions Random Offset (Batch 7/11)

1 participant