---
title: "Changes to Update an LLM"
method: PATCH
path: "/v2/llms/{llm_id}"
---

# Changes to Update an LLM

`PATCH /v2/llms/{llm_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 8 revisions.

- **2026-08-27** `0d51a9e3a0b3` — 1 breaking, 5 info
- **2026-08-05** `fca567a46b3a` — 5 info

## Changes

- **2026-08-27** `0d51a9e3a0b3` — 1 breaking, 5 info
  - the `type` response's property type changed from `string` to no type for status `200`
  - added `#/components/schemas/LLMType` to the `type` response property `allOf` list for the response status `200`
  - removed the `anthropic` enum value from the `type` response property for the response status `200`
  - removed the `openai-compatible` enum value from the `type` response property for the response status `200`
  - removed the `openai-responses` enum value from the `type` response property for the response status `200`
  - removed the `vertex-ai` enum value from the `type` response property for the response status `200`
- **2026-08-05** `fca567a46b3a` — 5 info
  - added the new optional request property `oneOf[#/components/schemas/UpdateAnthropicLLMRequest]/requests_per_second`
  - added the new optional request property `oneOf[#/components/schemas/UpdateOpenAILLMRequest]/allOf[#/components/schemas/OpenAILLMUpdateBase]/requests_per_second`
  - added the new optional request property `oneOf[#/components/schemas/UpdateOpenAIResponsesLLMRequest]/allOf[#/components/schemas/OpenAILLMUpdateBase]/requests_per_second`
  - added the new optional request property `oneOf[#/components/schemas/UpdateVertexAILLMRequest]/requests_per_second`
  - added the optional property `requests_per_second` to the response with the `200` status

---

[Operation](https://skmtc.dev/vectara/apis/vectara-rest-api-v2/docs/v2/llms/:llm_id/patch.md) · [API](https://skmtc.dev/vectara/apis/vectara-rest-api-v2.md) · [Page](https://skmtc.dev/vectara/apis/vectara-rest-api-v2/changes/v2/llms/:llm_id/patch)
