Skip to main content
GET
/
v1alpha1
/
inference
/
capacityclaims
/
parameters
Get capacity claim parameters
curl --request GET \
  --url https://api.coreweave.com/v1alpha1/inference/capacityclaims/parameters \
  --header 'Authorization: Bearer <token>'
{
  "zoneInstanceTypes": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt

Use this file to discover all available pages before exploring further.

The response includes zoneInstanceTypes, a map keyed by Availability Zone (for example, US-WEST-04A) whose values list the instanceId strings that are valid for a CapacityClaim in that zone.
Example request
curl -X GET https://api.coreweave.com/v1alpha1/inference/capacityclaims/parameters \
       -H "Content-Type: application/json" \
       -H "Authorization: Bearer {API_ACCESS_TOKEN}"

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Response

OK

Response for GetCapacityClaimParameters

zoneInstanceTypes
object
read-only

Map keyed by Availability Zone (for example, US-WEST-04A) whose values list the instanceId strings that are valid for a CapacityClaim in that zone.

Last modified on May 22, 2026