You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To calculate the cost of a prediction 3 values are needed
Prediction time (returned as part of GET prediction)
Hardware on which the model was run
Price/sec of running that hardware (values present here)
Given this we can approximately calculate price as time*pricing. However, the GET prediction api does not return what hardware the prediction ran on even though the website shows this information. Would it be possible to return the hardware as part of response to GET prediction? If not, is there any other way to calculate the inference cost
The text was updated successfully, but these errors were encountered:
To calculate the cost of a prediction 3 values are needed
GET prediction
)Given this we can approximately calculate price as
time*pricing
. However, theGET prediction
api does not return what hardware the prediction ran on even though the website shows this information. Would it be possible to return the hardware as part of response toGET prediction
? If not, is there any other way to calculate the inference costThe text was updated successfully, but these errors were encountered: