---
title: "Changes to Update AWS Bedrock custom model"
method: PATCH
path: "/v2/models/aws-bedrock/{id}"
---

# Changes to Update AWS Bedrock custom model

`PATCH /v2/models/aws-bedrock/{id}`

> Every recorded change to this endpoint, newest first.
> 253 revisions in range; 71 not diffed.

## Timeline

Changed in 31 of 253 revisions.

- **2026-08-26** `d5a398a9e78d` — 5 info
- **2026-08-24** `addad33219df` — 1 info
- **2026-08-02** `6f132f005b2a` — 12 warning
- **2026-08-02** `9e655757ea3b` — 1 info
- **2026-07-31** `5c873aa7499e` — 1 info
- **2026-07-31** `3128fb112d66` — 2 breaking, 10 info
- **2026-07-30** `d1ae9e3491f7` — 10 warning
- **2026-07-29** `81dd5e8c8ae5` — 2 breaking, 10 info
- **2026-07-29** `c165184caee5` — 10 warning
- **2026-07-29** `81f63764455c` — 2 breaking, 10 info
- **2026-07-29** `3989ac7bfc9d` — 10 warning
- **2026-07-28** `a16b5d9f224e` — 2 breaking, 10 info
- **2026-07-27** `40c117ce8db1` — 10 warning
- **2026-07-27** `2bbab4f8ccc9` — 2 breaking
- **2026-07-25** `f6afb18cceb1` — 10 info
- **2026-07-24** `bfbd66cca233` — 10 warning
- **2026-07-24** `3a879a9352ed` — 10 info
- **2026-07-23** `2b0a5538d7ab` — 10 warning
- **2026-07-22** `62c4ba7cd048` — 10 info
- **2026-07-17** `2f27caf6888c` — 1 info
- **2026-07-16** `bee257c5b248` — 1 warning
- **2026-07-16** `801f61a5a056` — 1 info
- **2026-07-16** `42d5d2062527` — 1 warning
- **2026-07-10** `8ecb8a66eb1d` — 1 info
- **2026-07-10** `5f95063ab4fd` — 1 warning
- **2026-07-09** `cddd6848f968` — 1 info
- **2026-07-02** `6c287f35a644` — 1 info
- **2026-06-29** `bc4a415db9cb` — 1 info
- **2026-06-28** `54f62cd22dcd` — 1 warning
- **2026-06-26** `f21a1b29f845` — 1 info
- **2026-06-26** `db1ffe9a3219` — 1 warning

## Changes

- **2026-08-26** `d5a398a9e78d` — 5 info
  - added the optional property `metadata/pricing/audio_input` to the response with the `200` status
  - added the optional property `metadata/pricing/audio_output` to the response with the `200` status
  - added the optional property `metadata/pricing/variants/items/audio_input` to the response with the `200` status
  - added the optional property `metadata/pricing/variants/items/audio_output` to the response with the `200` status
  - added the optional property `metadata/supports_google_realtime_api` to the response with the `200` status
- **2026-08-24** `addad33219df` — 1 info
  - added the optional property `metadata/supported_embedding_dimensions` to the response with the `200` status
- **2026-08-02** `6f132f005b2a` — 12 warning
  - removed the optional property `metadata/autorouter/models` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_creator` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_evaluations` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_model_id` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_name` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_pricing` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_release_date` from the response with the `200` status
  - removed the optional property `metadata/max_temperature` from the response with the `200` status
  - removed the optional property `metadata/supports_service_tier` from the response with the `200` status
- **2026-08-02** `9e655757ea3b` — 1 info
  - added the optional property `metadata/max_temperature` to the response with the `200` status
- **2026-07-31** `5c873aa7499e` — 1 info
  - added the optional property `metadata/supports_service_tier` to the response with the `200` status
- **2026-07-31** `3128fb112d66` — 2 breaking, 10 info
  - the `created` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `updated` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - added the optional property `metadata/autorouter/models` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_creator` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_evaluations` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_model_id` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_name` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_pricing` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_release_date` to the response with the `200` status
- **2026-07-30** `d1ae9e3491f7` — 10 warning
  - removed the optional property `metadata/autorouter/models` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_creator` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_evaluations` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_model_id` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_name` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_pricing` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_release_date` from the response with the `200` status
- **2026-07-29** `81dd5e8c8ae5` — 2 breaking, 10 info
  - the `created` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `updated` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - added the optional property `metadata/autorouter/models` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_creator` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_evaluations` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_model_id` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_name` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_pricing` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_release_date` to the response with the `200` status
- **2026-07-29** `c165184caee5` — 10 warning
  - removed the optional property `metadata/autorouter/models` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_creator` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_evaluations` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_model_id` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_name` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_pricing` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_release_date` from the response with the `200` status
- **2026-07-29** `81f63764455c` — 2 breaking, 10 info
  - the `created` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `updated` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - added the optional property `metadata/autorouter/models` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_creator` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_evaluations` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_model_id` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_name` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_pricing` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_release_date` to the response with the `200` status
- **2026-07-29** `3989ac7bfc9d` — 10 warning
  - removed the optional property `metadata/autorouter/models` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_creator` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_evaluations` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_model_id` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_name` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_pricing` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_release_date` from the response with the `200` status
- **2026-07-28** `a16b5d9f224e` — 2 breaking, 10 info
  - the `created` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `updated` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - added the optional property `metadata/autorouter/models` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_creator` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_evaluations` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_model_id` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_name` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_pricing` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_release_date` to the response with the `200` status
- **2026-07-27** `40c117ce8db1` — 10 warning
  - removed the optional property `metadata/autorouter/models` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_creator` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_evaluations` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_model_id` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_name` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_pricing` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_release_date` from the response with the `200` status
- **2026-07-27** `2bbab4f8ccc9` — 2 breaking
  - the `created` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `updated` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
- **2026-07-25** `f6afb18cceb1` — 10 info
  - added the optional property `metadata/autorouter/models` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_creator` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_evaluations` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_model_id` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_name` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_pricing` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_release_date` to the response with the `200` status
- **2026-07-24** `bfbd66cca233` — 10 warning
  - removed the optional property `metadata/autorouter/models` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_creator` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_evaluations` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_model_id` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_name` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_pricing` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_release_date` from the response with the `200` status
- **2026-07-24** `3a879a9352ed` — 10 info
  - added the optional property `metadata/autorouter/models` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_creator` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_evaluations` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_model_id` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_name` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_pricing` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_release_date` to the response with the `200` status
- **2026-07-23** `2b0a5538d7ab` — 10 warning
  - removed the optional property `metadata/autorouter/models` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_creator` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_evaluations` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_model_id` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_name` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_pricing` from the response with the `200` status
  - removed the optional property `metadata/autorouter/v2/aa_release_date` from the response with the `200` status
- **2026-07-22** `62c4ba7cd048` — 10 info
  - added the optional property `metadata/autorouter/models` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_creator` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_evaluations` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_output_tokens_per_second` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_answer_token` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_median_time_to_first_token_seconds` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_model_id` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_name` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_pricing` to the response with the `200` status
  - added the optional property `metadata/autorouter/v2/aa_release_date` to the response with the `200` status
- **2026-07-17** `2f27caf6888c` — 1 info
  - added the optional property `sharing` to the response with the `200` status
- **2026-07-16** `bee257c5b248` — 1 warning
  - removed the optional property `sharing` from the response with the `200` status
- **2026-07-16** `801f61a5a056` — 1 info
  - added the optional property `sharing` to the response with the `200` status
- **2026-07-16** `42d5d2062527` — 1 warning
  - removed the optional property `sharing` from the response with the `200` status
- **2026-07-10** `8ecb8a66eb1d` — 1 info
  - added the optional property `sharing` to the response with the `200` status
- **2026-07-10** `5f95063ab4fd` — 1 warning
  - removed the optional property `sharing` from the response with the `200` status
- **2026-07-09** `cddd6848f968` — 1 info
  - added the optional property `sharing` to the response with the `200` status
- **2026-07-02** `6c287f35a644` — 1 info
  - added the optional property `metadata/autorouter/v2` to the response with the `200` status
- **2026-06-29** `bc4a415db9cb` — 1 info
  - added the optional property `metadata/supports_cache_control` to the response with the `200` status
- **2026-06-28** `54f62cd22dcd` — 1 warning
  - removed the optional property `metadata/supports_cache_control` from the response with the `200` status
- **2026-06-26** `f21a1b29f845` — 1 info
  - added the optional property `metadata/supports_cache_control` to the response with the `200` status
- **2026-06-26** `db1ffe9a3219` — 1 warning
  - removed the optional property `metadata/supports_cache_control` from the response with the `200` status

---

[Operation](https://skmtc.dev/orq-ai/apis/orq-ai-api/docs/v2/models/aws-bedrock/:id/patch.md) · [API](https://skmtc.dev/orq-ai/apis/orq-ai-api.md) · [Page](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v2/models/aws-bedrock/:id/patch)
