API structure has changed
1 structure change including:
1 Modification
Modified
1
Breaking
POST /v1/replicas/{replicaUUID}/chat/completions
- Operation is no longer beta
- Path went from
/v1/replicas/{replicaUuid}/chat/completions
to/v1/replicas/{replicaUUID}/chat/completions
(same operationId) - Path
-
replicaUUID path parameter Modified
-
Name went from
replicaUuid
toreplicaUUID
Breaking -
Type went from
string
tostring(uuid)
-
Name went from