Run technillogue/scratch using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"technillogue/scratch:afbbe576c75a1ad9a95cdfefe975ee3999b7dca029fe07452fc84319eba84448",
input={}
)
# The technillogue/scratch model can stream output as it's running.# The predict method returns an iterator, and you can iterate over that output.for item in output:
# https://replicate.com/technillogue/scratch/api#output-schemaprint(item, end="")
This model is not yet booted but ready for API calls. Your first API call will boot the model and may take longer, but after that subsequent responses will be fast.
This model costs approximately $0.0012 to run on Replicate, but this varies depending on your inputs.