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
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
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.