Try in Playground
Playground lets you verify the model behavior, input shape, output format, and parameters before writing integration code.Recommended flow
- Open the model from Marketplace.
- Select the operation you want to test.
- Enter the smallest realistic input.
- Run the model.
- Inspect the response and any billing or execution metadata.
- Copy the equivalent API shape into your integration.
Playground route
Use the product app route:execute with another operation only when the model page declares it.
Input rules
- Text inputs can be sent directly in JSON.
- Binary inputs must be uploaded by the product flow before execution and sent as media references.
- Parameters must match the model contract.
- Use
scope: "playground"for interactive tests unless the model workflow requires a different scope.