curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/deploymentShapes/{deployment_shape_id}/versions/{version_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"snapshot": {
"baseModel": "<string>",
"name": "<string>",
"displayName": "<string>",
"description": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z",
"modelType": "<string>",
"parameterCount": "<string>",
"acceleratorCount": 123,
"acceleratorType": "ACCELERATOR_TYPE_UNSPECIFIED",
"precision": "PRECISION_UNSPECIFIED",
"disableDeploymentSizeValidation": true,
"enableAddons": true,
"draftTokenCount": 123,
"draftModel": "<string>",
"ngramSpeculationLength": 123,
"enableSessionAffinity": true,
"numLoraDeviceCached": 123,
"presetType": "PRESET_TYPE_UNSPECIFIED"
},
"validated": true,
"public": true,
"latestValidated": true
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/deploymentShapes/{deployment_shape_id}/versions/{version_id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"snapshot": {
"baseModel": "<string>",
"name": "<string>",
"displayName": "<string>",
"description": "<string>",
"createTime": "2023-11-07T05:31:56Z",
"updateTime": "2023-11-07T05:31:56Z",
"modelType": "<string>",
"parameterCount": "<string>",
"acceleratorCount": 123,
"acceleratorType": "ACCELERATOR_TYPE_UNSPECIFIED",
"precision": "PRECISION_UNSPECIFIED",
"disableDeploymentSizeValidation": true,
"enableAddons": true,
"draftTokenCount": 123,
"draftModel": "<string>",
"ngramSpeculationLength": 123,
"enableSessionAffinity": true,
"numLoraDeviceCached": 123,
"presetType": "PRESET_TYPE_UNSPECIFIED"
},
"validated": true,
"public": true,
"latestValidated": true
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
The Deployment Shape Id
The Version Id
The fields to be returned in the response. If empty or "*", all fields will be returned.
A successful response.
The creation time of the deployment shape version. Lists will be ordered by this field.
Full snapshot of the Deployment Shape at this version.
Show child attributes
If true, this version has been validated.
If true, this version will be publicly readable.
If true, this version is the latest validated version. Only one version of the shape can be the latest validated version.
Was this page helpful?