Get system inference models
GET/system/inferenceModels
Returns the system inference models
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
inferenceModels
object[]
List of system inference models
name string
Example:
Amazon Nova 2 LitedefaultModelId string
Example:
amazon.nova-2-lite-v1:0modelLifecycleStatus stringnullable
Bedrock foundation model lifecycle status. ACTIVE means the model version is available; LEGACY means the model version is deprecated.
agreementAvailability string
Example:
AVAILABLEauthorizationStatus string
Example:
AUTHORIZEDentitlementAvailability string
Example:
AVAILABLEregionAvailability string
Example:
AVAILABLEmodelInvocations
object[]
modelId stringrequired
Example:
amazon.nova-2-lite-v1:0invocationType stringrequired
Example:
DIRECTinferenceProfileType string
Example:
GEOgeo string
Example:
US{
"inferenceModels": [
{
"name": "Amazon Nova 2 Lite",
"defaultModelId": "amazon.nova-2-lite-v1:0",
"modelLifecycleStatus": "string",
"agreementAvailability": "AVAILABLE",
"authorizationStatus": "AUTHORIZED",
"entitlementAvailability": "AVAILABLE",
"regionAvailability": "AVAILABLE",
"modelInvocations": [
{
"modelId": "amazon.nova-2-lite-v1:0",
"invocationType": "DIRECT",
"inferenceProfileType": "GEO",
"geo": "US"
}
]
}
]
}
Loading...