fal-serverless
Library to run, serve or schedule your Python functions in the cloud with any machine type you may need.
Check out to the docs for more details.
Generate OpenAPI client for the REST API
The recommended way is to use bop. First set the FAL_REST
variable to the right value and then run:
bop openapi
Initial client was generated using
cd projects/fal_serverless
openapi-python-client generate --url https://rest.shark.fal.ai/openapi.json --meta none --config openapi_rest.config.yaml
And can be manually updated with
cd projects/fal_serverless
openapi-python-client update --url https://rest.shark.fal.ai/openapi.json --meta none --config openapi_rest.config.yaml