Run models and inspect their outputs.
Pass text values into prompts, referenced with {{ '{{' }}promptdata("key"){{ '}}' }}.
{{ '{{' }}promptdata("key"){{ '}}' }}
{{'{{'}}promptdata("{{ key }}"){{'}}'}}
Upload files to use in prompts, referenced with {{ '{{' }}promptfile("file_name"){{ '}}' }}.
{{ '{{' }}promptfile("file_name"){{ '}}' }}
{{'{{'}}promptfile("{{ name }}"){{'}}'}}
No promptdata() or promptfile() variables detected in models.
Select a model to return only its output. If none is selected, all models will be run and their outputs returned.