Question about billing
My app is most of the time idle, from time to time i will come with a context and asl my llm model questions about the context.
While my app is idle, do I pay anything for this idle time except disk space?
Thanks.
3 Replies
serverless?
Yes
i dont think you get charged on serverless unless you start a request (which when the request ends, you pay 0$/hr which is free)
which is why serverless is probably more expensive than a normal instance if you use it a lot