Help us improve CoreWeave documentation. Take the docs survey.
curl --request GET \
--url https://api.example.com/v1alpha1/inference/deployments/parameters{
"gatewayIds": [
"<string>"
],
"runtimeParameters": {
"runtimeVersions": {},
"runtimeConfigOptions": {}
},
"resourceParameters": {
"instanceTypes": [
"<string>"
]
}
}GetDeploymentParameters returns the possible values for Deployment configuration, this is mainly to enumerate the more dynamic field values
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.
OK
Response for GetDeploymentParameters
The gateways that are available to pick from (this is filtered by current org)
The available runtime parameters for the deployments
Show child attributes
The available resource parameters for the deployments
Show child attributes
Was this page helpful?