---
title: "Changes to Create a AiRequestTransformer plugin"
method: POST
path: "/v2/control-planes/{controlPlaneId}/core-entities/plugins#AiRequestTransformer"
---

# Changes to Create a AiRequestTransformer plugin

`POST /v2/control-planes/{controlPlaneId}/core-entities/plugins#AiRequestTransformer`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 18 of 52 revisions.

- **2026-08-26** `72502a676a92` — 1 breaking, 10 info
- **2026-06-11** `62c54f1094bb` — 2 breaking, 2 info
- **2026-04-24** `7d6a643707d9` — 4 warning, 18 info
- **2026-01-13** `ad02b4e24eb2` — 4 warning, 16 info
- **2025-10-29** `19e869275e28` — 2 breaking, 2 info
- **2025-09-16** `f03059016622` — 5 breaking
- **2025-08-22** `96118a9cd7f4` — 48 breaking, 74 info
- **2025-07-22** `2c77aeaee5fb` — 7 breaking, 11 warning, 26 info
- **2025-06-17** `c308b7426a7c` — 2 breaking
- **2025-05-21** `69704304ad5f` — 2 info
- **2025-05-01** `351c07039f3c` — 6 info
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 6 info
- **2025-03-05** `ceb048468954` — 3 breaking, 3 info
- **2025-02-10** `d833d4dbb1fa` — 1 breaking, 2 warning, 13 info
- **2024-12-13** `8aedc289a938` — 1 breaking
- **2024-12-06** `426663331655` — 1 breaking
- **2024-11-11** `08ead66e9ebb` — 4 breaking, 1 warning, 25 info
- **2024-09-11** `be7c36317ba6` — 1 info

## Changes

- **2026-08-26** `72502a676a92` — 1 breaking, 10 info
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/logging` became not nullable
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cache_read_cost`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cache_write_cost`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cache_write_cost_list`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/context_window_factor`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/service_tier_factor`
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cache_read_cost` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cache_write_cost` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cache_write_cost_list` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/context_window_factor` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/service_tier_factor` to the response with the `201` status
- **2026-06-11** `62c54f1094bb` — 2 breaking, 2 info
  - the request property `allOf[#/components/schemas/PluginBase]/partials/items/path` became required
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm` became optional for the status `201`
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm` became optional
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/path` became required for the status `201`
- **2026-04-24** `7d6a643707d9` — 4 warning, 18 info
  - added the new `databricks` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider` response property for the response status `201`
  - added the new `deepseek` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider` response property for the response status `201`
  - added the new `ollama` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider` response property for the response status `201`
  - added the new `vllm` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider` response property for the response status `201`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/gcp_metadata_url`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/gcp_oauth_token_url`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/model_alias`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/batch_bucket_prefix`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/batch_role_arn`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/databricks`
  - added the new optional request property `allOf[#/components/schemas/PluginBase]/condition`
  - added the new `databricks` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider`
  - added the new `deepseek` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider`
  - added the new `ollama` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider`
  - added the new `vllm` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider`
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/gcp_metadata_url` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/gcp_oauth_token_url` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/model_alias` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/batch_bucket_prefix` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/batch_role_arn` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/databricks` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/PluginBase]/condition` to the response with the `201` status
- **2026-01-13** `ad02b4e24eb2` — 4 warning, 16 info
  - added the new `cerebras` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider` response property for the response status `201`
  - added the new `dashscope` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider` response property for the response status `201`
  - added the new `video/v1/videos/generations` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `xai` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider` response property for the response status `201`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/description`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/metadata`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/video_output_s3_uri`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/dashscope`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/weight`
  - the `max_request_body_size` request property default value changed from `8192` to `1048576`
  - added the new `cerebras` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider`
  - added the new `dashscope` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider`
  - added the new `video/v1/videos/generations` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `xai` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider`
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/description` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/metadata` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/video_output_s3_uri` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/dashscope` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/weight` to the response with the `201` status
  - the `max_request_body_size` response's property default value changed from `8192` to `1048576` for the status `201`
- **2025-10-29** `19e869275e28` — 2 breaking, 2 info
  - the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/name` request property type/format changed from `string`/`` to ``/``
  - the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/name` response's property type/format changed from `string`/`` to ``/`` for status `201`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/gemini/endpoint_id`
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/gemini/endpoint_id` to the response with the `201` status
- **2025-09-16** `f03059016622` — 5 breaking
  - the request property `allOf[#/components/schemas/PluginBase]/partials/items/name` became not nullable
  - the request property `allOf[#/components/schemas/PluginBase]/partials/items/path` became not nullable
  - the `allOf[#/components/schemas/PluginBase]/id` request property's minLength was increased from `0` to `1`
  - the `allOf[#/components/schemas/PluginBase]/name` request property's minLength was increased from `0` to `1`
  - the `allOf[#/components/schemas/PluginBase]/partials/items/id` request property's minLength was increased from `0` to `1`
- **2025-08-22** `96118a9cd7f4` — 48 breaking, 74 info
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/http_proxy_host` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/http_proxy_port` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/https_proxy_host` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/https_proxy_port` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/aws_access_key_id` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/aws_secret_access_key` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/azure_client_id` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/azure_client_secret` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/azure_tenant_id` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/gcp_service_account_json` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/header_name` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/header_value` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/param_name` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/auth/param_value` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/logging` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/name` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/anthropic_version` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/azure_deployment_id` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/azure_instance` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_assume_role_arn` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_region` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_role_session_name` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_sts_endpoint_url` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/performance_config_latency` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cohere` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cohere/wait_for_model` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/embeddings_dimensions` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/gemini` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/gemini/api_endpoint` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/gemini/location_id` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/gemini/project_id` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/huggingface` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/huggingface/use_cache` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/huggingface/wait_for_model` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/input_cost` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/max_tokens` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/output_cost` became nullable for the status `201`
  - …82 more
- **2025-07-22** `2c77aeaee5fb` — 7 breaking, 11 warning, 26 info
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config` became required
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm` became required
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model` became required
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider` became required
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` became required
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/prompt` became required
  - the response property `allOf[#/components/schemas/PluginBase]/tags` became nullable for the status `201`
  - added the new `audio/v1/audio/speech` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `audio/v1/audio/transcriptions` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `audio/v1/audio/translations` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `image/v1/images/edits` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `image/v1/images/generations` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `llm/v1/assistants` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `llm/v1/batches` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `llm/v1/embeddings` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `llm/v1/files` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `llm/v1/responses` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new `realtime/v1/realtime` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type` response property for the response status `201`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/embeddings_normalize`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/performance_config_latency`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cohere`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/embeddings_dimensions`
  - the request property `allOf[#/components/schemas/PluginBase]/tags` became nullable
  - added the new `audio/v1/audio/speech` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `audio/v1/audio/transcriptions` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `audio/v1/audio/translations` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `image/v1/images/edits` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `image/v1/images/generations` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `llm/v1/assistants` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `llm/v1/batches` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `llm/v1/embeddings` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `llm/v1/files` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `llm/v1/responses` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the new `realtime/v1/realtime` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/route_type`
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/embeddings_normalize` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/performance_config_latency` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/cohere` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/embeddings_dimensions` to the response with the `201` status
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config` became required for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm` became required for the status `201`
  - …4 more
- **2025-06-17** `c308b7426a7c` — 2 breaking
  - the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/protocols` request property type/format changed from `array`/`` to `array`/`set`
  - the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/protocols` response's property type/format changed from `array`/`` to `array`/`set` for status `201`
- **2025-05-21** `69704304ad5f` — 2 info
  - added the new optional request property `allOf[#/components/schemas/PluginBase]/partials`
  - added the optional property `allOf[#/components/schemas/PluginBase]/partials` to the response with the `201` status
- **2025-05-01** `351c07039f3c` — 6 info
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_assume_role_arn`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_role_session_name`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_sts_endpoint_url`
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_assume_role_arn` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_role_session_name` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/bedrock/aws_sts_endpoint_url` to the response with the `201` status
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 6 info
  - the response property `allOf[#/components/schemas/PluginBase]/created_at` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/PluginBase]/updated_at` became nullable for the status `201`
  - the request optional property `allOf[#/components/schemas/PluginBase]/created_at` became not read-only
  - the request optional property `allOf[#/components/schemas/PluginBase]/updated_at` became not read-only
  - the request property `allOf[#/components/schemas/PluginBase]/created_at` became nullable
  - the request property `allOf[#/components/schemas/PluginBase]/updated_at` became nullable
  - the response optional property `allOf[#/components/schemas/PluginBase]/created_at` became not read-only for the status `201`
  - the response optional property `allOf[#/components/schemas/PluginBase]/updated_at` became not read-only for the status `201`
- **2025-03-05** `ceb048468954` — 3 breaking, 3 info
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/consumer_group` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/route` became nullable for the status `201`
  - the response property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/service` became nullable for the status `201`
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/consumer_group` became nullable
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/route` became nullable
  - the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/service` became nullable
- **2025-02-10** `d833d4dbb1fa` — 1 breaking, 2 warning, 13 info
  - added `#/components/schemas/PluginBase` to the request body `allOf` list
  - removed `#/components/schemas/Plugin` from the request body `allOf` list
  - added the new `huggingface` enum value to the `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider` response property for the response status `201`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/huggingface`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/consumer_group`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/protocols`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/route`
  - added the new optional request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/service`
  - added the new `huggingface` enum value to the request property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/provider`
  - added `#/components/schemas/PluginBase` to the response body `allOf` list for the response status `201`
  - removed `#/components/schemas/Plugin` from the response body `allOf` list for the response status `201`
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/config/llm/model/options/huggingface` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/consumer_group` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/protocols` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/route` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/AiRequestTransformerPluginConfig]/service` to the response with the `201` status
- **2024-12-13** `8aedc289a938` — 1 breaking
  - request body became required
- **2024-12-06** `426663331655` — 1 breaking
  - the request property `allOf[#/components/schemas/Plugin]/tags` became not nullable
- **2024-11-11** `08ead66e9ebb` — 4 breaking, 1 warning, 25 info
  - added the new required request property `allOf[#/components/schemas/Plugin]/config`
  - added the new required request property `allOf[#/components/schemas/Plugin]/name`
  - the `allOf[#/components/schemas/Plugin]/` request property type/format changed from ``/`` to `object`/``
  - the `allOf[#/components/schemas/Plugin]/` response's property type/format changed from ``/`` to `object`/`` for status `201`
  - removed `#/components/schemas/PluginWithoutParents, subschema #2` from the `allOf[#/components/schemas/Plugin]/` request property `allOf` list
  - added the new optional request property `allOf[#/components/schemas/Plugin]/consumer`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/consumer_group`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/enabled`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/id`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/instance_name`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/ordering`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/protocols`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/route`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/service`
  - added the new optional request property `allOf[#/components/schemas/Plugin]/tags`
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer_group` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/created_at` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/enabled` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/id` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/instance_name` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/ordering` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/protocols` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/route` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/service` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/tags` to the response with the `201` status
  - added the optional property `allOf[#/components/schemas/Plugin]/updated_at` to the response with the `201` status
  - removed `#/components/schemas/PluginWithoutParents, subschema #2` from the `allOf[#/components/schemas/Plugin]/` response property `allOf` list for the response status `201`
  - added the required property `allOf[#/components/schemas/Plugin]/config` to the response with the `201` status
  - added the required property `allOf[#/components/schemas/Plugin]/name` to the response with the `201` status
- **2024-09-11** `be7c36317ba6` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api/docs/v2/control-planes/:controlPlaneId/core-entities/plugins#AiRequestTransformer/post.md) · [API](https://skmtc.dev/kong/apis/konnect-api.md) · [Page](https://skmtc.dev/kong/apis/konnect-api/changes/v2/control-planes/:controlPlaneId/core-entities/plugins#AiRequestTransformer/post)
