QPU Estimate Cost
Estimate the cost of a QPU job without submitting it.
Returns the estimated cost in credits based on the circuit, target device,
and number of shots. Use this to preview charges before committing to a
submission.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
code
Circuit code in any supported source framework
source_framework
Framework name for code
backend
Target device
shots
braket_execution_mode_hint
Optional: ‘program_set’ or ‘run_batch’ for multi-circuit cost alignment.
Response
Successful Response
success
backend
estimated_cost_cents
shots
num_circuits
Errors
422
Unprocessable Entity Error