R
Runpod17mo ago
lexicon

How can I run a pod as an API endpoint? (not serverless)

I want to run a model as an api endpoint
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.
Jump to solution
2 Replies
Unknown User
Unknown User17mo ago
Message Not Public
Sign In & Join Server To View
Solution
digigoblin
digigoblin17mo ago
Flask, FastAPI etc, but it can't scale so its not recommended to use an API on pods. its much better to use serverless.

Did you find this page helpful?