fal-ai / fal

⚡ Fastest way to serve open source ML models to millions
https://fal.ai/docs
Apache License 2.0
201 stars 18 forks source link

feat(fal): add auto-generated AppClient #239

Closed efiop closed 2 weeks ago

efiop commented 2 weeks ago

Draft that makes stuff like

with AppClient.connect(MyApp) as client:
     client.health()
     client.echo(Input(…))

possible.

linear[bot] commented 2 weeks ago

FEA-2698 call fal functions directly but use (fal run and http) behind the scenes