How can I run a pod as an API endpoint? (not serverless)
I want to run a model as an api endpoint
Solution:Jump to solution
Flask, FastAPI etc, but it can't scale so its not recommended to use an API on pods. its much better to use serverless.
2 Replies
well make the api
search google
Its too long to explain here, but anyways on python you got a few libraries to help with creating api's
Solution
Flask, FastAPI etc, but it can't scale so its not recommended to use an API on pods. its much better to use serverless.