Skip to main content
GET
/
v1alpha1
/
inference
/
deployments
/
parameters
Get deployment parameters
curl --request GET \
  --url https://api.example.com/v1alpha1/inference/deployments/parameters
{
  "gatewayIds": [
    "<string>"
  ],
  "runtimeParameters": {
    "runtimeVersions": {},
    "runtimeConfigOptions": {}
  },
  "resourceParameters": {
    "instanceTypes": [
      "<string>"
    ]
  }
}

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.

Response

OK

Response for GetDeploymentParameters

gatewayIds
string[]
required

The gateways that are available to pick from (this is filtered by current org)

runtimeParameters
object

The available runtime parameters for the deployments

resourceParameters
object

The available resource parameters for the deployments

Last modified on May 6, 2026