Changes to Update a model router config
PUT /v1/model-router/configs/{config_id}
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 3 revisions of this API.21010
- 5a5597ebb2d621010
What changed
- ▲
the
model_chain/anyOf[subschema #1]/request property's minItems was increased to1request-property-min-items-increased
- ▲
the
name/anyOf[subschema #1]/request property's minLength was increased from0to1request-property-min-length-increased
- ●
the
name/anyOf[subschema #1]/request property's maxLength was set to255request-property-max-length-set
- ●
the
model_chain/anyOf[subschema #1]/items/config/request_timeout_ms/anyOf[subschema #1]/request property's max was set to20000.00request-property-max-set
- ●
the
model_chain/anyOf[subschema #1]/items/config/temperature/anyOf[subschema #1]/request property's max was set to2.00request-property-max-set
- ●
the
model_chain/anyOf[subschema #1]/items/config/top_p/anyOf[subschema #1]/request property's max was set to1.00request-property-max-set
- ●
the
model_chain/anyOf[subschema #1]/items/config/max_tokens/anyOf[subschema #1]/request property's min was set to1.00request-property-min-set
- ●
the
model_chain/anyOf[subschema #1]/items/config/request_timeout_ms/anyOf[subschema #1]/request property's min was set to1000.00request-property-min-set
- ●
the
model_chain/anyOf[subschema #1]/items/config/temperature/anyOf[subschema #1]/request property's min was set to0.00request-property-min-set
- ●
the
model_chain/anyOf[subschema #1]/items/config/top_p/anyOf[subschema #1]/request property's min was set to0.00request-property-min-set
- ●
added the new
maxenum value to themodel_chain/items/config/reasoning_effort/anyOf[subschema #1]/response property for the response status200response-property-enum-value-added
- ●
added the new
minimalenum value to themodel_chain/items/config/reasoning_effort/anyOf[subschema #1]/response property for the response status200response-property-enum-value-added
- ○
added the new optional request property
smart_routing_enablednew-optional-request-property
- ○
added the new
maxenum value to the request propertymodel_chain/anyOf[subschema #1]/items/config/reasoning_effort/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the new
minimalenum value to the request propertymodel_chain/anyOf[subschema #1]/items/config/reasoning_effort/anyOf[subschema #1]/request-property-enum-value-added
- ○
added the optional property
retry_afterto the response with the400statusresponse-optional-property-added
- ○
added the optional property
retry_afterto the response with the401statusresponse-optional-property-added
- ○
added the optional property
retry_afterto the response with the404statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the400statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the401statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the404statusresponse-optional-property-added
- ○
added the required property
smart_routing_enabledto the response with the200statusresponse-required-property-added
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲