> ## 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.

# coreweave_inference_capacity_claim_parameters (Data source)

> Terraform data source for querying available Managed Inference capacity claim parameters

Retrieve available [capacity claim](/products/inference/scaling#capacity-claims) parameters for CoreWeave Managed Inference.

## Example usage

```terraform theme={"system"}
data "coreweave_inference_capacity_claim_parameters" "example" {}
```

## Schema

### Read-Only

* `zone_instance_types` (Attributes Map) Available instance types per zone (keyed by zone name). (see [below for nested schema](#nestedatt--zone_instance_types))

### Nested Schema for `zone_instance_types`

Read-Only:

* `instance_types` (Set of String) Instance type IDs that can be claimed in this zone.
