[ Web Proxy ]
URL:
Viewing: https://docs.digitalocean.com/reference/terraform/reference/data-sources/dedicated_inference_sizes/ [Back]  [Original]

digitalocean_dedicated_inference_sizes | DigitalOcean Documentation

For AI agents: The documentation index is at https://docs.digitalocean.com/llms.txt. Markdown versions of pages use the same URL with index.html.md in place of the HTML page (for example, append index.html.md to the directory path instead of opening the HTML document).

digitalocean_dedicated_inference_sizes

Generated on 18 Aug 2026 from Terraform version v2.100.0

Copy page as Markdown View page as Markdown

Returns the available GPU sizes and their configurations for dedicated inference endpoints, including pricing, hardware specifications, and region availability.

Example Usage

data "digitalocean_dedicated_inference_sizes" "available" {}

output "enabled_regions" {
  value = data.digitalocean_dedicated_inference_sizes.available.enabled_regions
}

output "sizes" {
  value = data.digitalocean_dedicated_inference_sizes.available.sizes
}

Argument Reference

There are no arguments for this data source.

Attributes Reference

The following attributes are exported:

In this article...


We can't find any results for your search.

Try using different keywords or simplifying your search terms.


Web Proxy Viewer  |  New URL  |  Original Page