Pricing
How Serverless Cloud API inference is priced in credits, using the credits-per-inference-second formula.
if x-remote-processing-time header is set:
credits = (100ms + x-remote-processing-time) / 500,000ms
else:
credits = max(x-processing-time, 100ms) / 500,000msModel Inference
curl -X POST "https://serverless.roboflow.com/coco/39?api_key=$ROBOFLOW_API_KEY&image=https://media.roboflow.com/notebooks/examples/dog.jpeg" -I
HTTP/2 200
content-type: application/json
content-length: 995
x-model-cold-start: false
x-model-id: coco/39
x-processing-time: 0.08100700378417969
x-workspace-id: my-workspace-idCold start
Workflow run

Failed requests
Last updated
Was this helpful?