料金
Serverless Hosted APIの料金ページ
x-remote-processing-time ヘッダーが設定されている場合:
credits = (100ms + x-remote-processing-time) / 500,000ms
それ以外の場合:
credits = max(x-processing-time, 100ms) / 500,000msModel Inference
curl -X POST "https://serverless.roboflow.com/coco/39?api_key=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

Last updated
Was this helpful?