Skip to main content

MODEL_WILDCARD

Constant MODEL_WILDCARD 

Source
pub const MODEL_WILDCARD: &str = "*";
Expand description

Sentinel string the studio’s claim filter recognises as “any model is fine”. Real engines that can actually serve any model (e.g. a GGUF-aware image engine that downloads on demand) advertise it. The synthetic engine deliberately does NOT — it would happily fulfil real-model jobs with placeholder bytes, which is destructive on a live queue.