Testing Models with AppClient
TheAppClient
provides a convenient way to test your models and endpoints programmatically. When you use AppClient
, it automatically deploys your app to fal’s serverless infrastructure in ephemeral mode, runs your tests against the live endpoints, and then cleans up the deployment when testing is complete.
Let’s start with a sample image generation app that we want to test:
Given the following app: