---
title: "Changes to LLM"
method: POST
path: "/llm"
---

# Changes to LLM

`POST /llm`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 9 of 50 revisions.

- **2025-12-13** `0dfb43d02786` — 5 breaking, 12 info
- **2025-10-30** `0e0e976fd9e0` — 12 breaking, 5 info
- **2025-10-30** `0dfb43d02786` — 5 breaking, 12 info
- **2025-01-27** `16e66550341d` — 1 breaking, 1 info
- **2025-01-14** `0579502149da` — 12 breaking, 5 info
- **2025-01-14** `e0203b5e3aff` — 5 breaking, 10 info
- **2024-12-26** `494e040533b4` — 6 breaking, 3 info
- **2024-12-26** `0d725f574173` — 4 breaking, 10 info
- **2024-09-30** `9829d9dc98e9` — 1 info

## Changes

- **2025-12-13** `0dfb43d02786` — 5 breaking, 12 info
  - the `choices/items/delta` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `choices/items/message` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `400`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `400`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `401`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `500`
  - removed `#/components/schemas/LLMMessage` from the `choices/items/delta` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/LLMMessage` from the `choices/items/message` response property `allOf` list for the response status `200`
  - added the required property `choices/items/delta/content` to the response with the `200` status
  - added the required property `choices/items/delta/role` to the response with the `200` status
  - added the required property `choices/items/message/content` to the response with the `200` status
  - added the required property `choices/items/message/role` to the response with the `200` status
  - added the required property `detail/msg` to the response with the `400` status
  - added the required property `detail/msg` to the response with the `401` status
  - added the required property `detail/msg` to the response with the `500` status
- **2025-10-30** `0e0e976fd9e0` — 12 breaking, 5 info
  - the `choices/items/delta` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `choices/items/message` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `400`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `401`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `500`
  - removed the required property `choices/items/delta/content` from the response with the `200` status
  - removed the required property `choices/items/delta/role` from the response with the `200` status
  - removed the required property `choices/items/message/content` from the response with the `200` status
  - removed the required property `choices/items/message/role` from the response with the `200` status
  - removed the required property `detail/msg` from the response with the `400` status
  - removed the required property `detail/msg` from the response with the `401` status
  - removed the required property `detail/msg` from the response with the `500` status
  - added `#/components/schemas/APIError` to the `detail` response property `allOf` list for the response status `400`
  - added `#/components/schemas/APIError` to the `detail` response property `allOf` list for the response status `401`
  - added `#/components/schemas/APIError` to the `detail` response property `allOf` list for the response status `500`
  - added `#/components/schemas/LLMMessage` to the `choices/items/delta` response property `allOf` list for the response status `200`
  - added `#/components/schemas/LLMMessage` to the `choices/items/message` response property `allOf` list for the response status `200`
- **2025-10-30** `0dfb43d02786` — 5 breaking, 12 info
  - the `choices/items/delta` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `choices/items/message` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `400`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `400`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `401`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `500`
  - removed `#/components/schemas/LLMMessage` from the `choices/items/delta` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/LLMMessage` from the `choices/items/message` response property `allOf` list for the response status `200`
  - added the required property `choices/items/delta/content` to the response with the `200` status
  - added the required property `choices/items/delta/role` to the response with the `200` status
  - added the required property `choices/items/message/content` to the response with the `200` status
  - added the required property `choices/items/message/role` to the response with the `200` status
  - added the required property `detail/msg` to the response with the `400` status
  - added the required property `detail/msg` to the response with the `401` status
  - added the required property `detail/msg` to the response with the `500` status
- **2025-01-27** `16e66550341d` — 1 breaking, 1 info
  - removed the required property `tokens_used` from the response with the `200` status
  - added the required property `usage` to the response with the `200` status
- **2025-01-14** `0579502149da` — 12 breaking, 5 info
  - the `choices/items/delta` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `choices/items/message` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `400`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `401`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `500`
  - removed the required property `choices/items/delta/content` from the response with the `200` status
  - removed the required property `choices/items/delta/role` from the response with the `200` status
  - removed the required property `choices/items/message/content` from the response with the `200` status
  - removed the required property `choices/items/message/role` from the response with the `200` status
  - removed the required property `detail/msg` from the response with the `400` status
  - removed the required property `detail/msg` from the response with the `401` status
  - removed the required property `detail/msg` from the response with the `500` status
  - added `#/components/schemas/APIError` to the `detail` response property `allOf` list for the response status `400`
  - added `#/components/schemas/APIError` to the `detail` response property `allOf` list for the response status `401`
  - added `#/components/schemas/APIError` to the `detail` response property `allOf` list for the response status `500`
  - added `#/components/schemas/LLMMessage` to the `choices/items/delta` response property `allOf` list for the response status `200`
  - added `#/components/schemas/LLMMessage` to the `choices/items/message` response property `allOf` list for the response status `200`
- **2025-01-14** `e0203b5e3aff` — 5 breaking, 10 info
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `400`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `500`
  - the `tokens_used` response's property type/format changed from `integer`/`` to `object`/`` for status `200`
  - removed the required property `response` from the response with the `200` status
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `400`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `401`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `500`
  - added the required property `choices` to the response with the `200` status
  - added the required property `detail/msg` to the response with the `400` status
  - added the required property `detail/msg` to the response with the `401` status
  - added the required property `detail/msg` to the response with the `500` status
  - added the required property `tokens_used/completion_tokens` to the response with the `200` status
  - added the required property `tokens_used/prompt_tokens` to the response with the `200` status
  - added the required property `tokens_used/total_tokens` to the response with the `200` status
- **2024-12-26** `494e040533b4` — 6 breaking, 3 info
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `400`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `401`
  - the `detail` response's property type/format changed from `object`/`` to ``/`` for status `500`
  - removed the required property `detail/msg` from the response with the `400` status
  - removed the required property `detail/msg` from the response with the `401` status
  - removed the required property `detail/msg` from the response with the `500` status
  - added `#/components/schemas/APIError` to the `detail` response property `allOf` list for the response status `400`
  - added `#/components/schemas/APIError` to the `detail` response property `allOf` list for the response status `401`
  - added `#/components/schemas/APIError` to the `detail` response property `allOf` list for the response status `500`
- **2024-12-26** `0d725f574173` — 4 breaking, 10 info
  - removed the media type `application/x-www-form-urlencoded` from the request body
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `400`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `401`
  - the `detail` response's property type/format changed from ``/`` to `object`/`` for status `500`
  - added the media type `application/json` to the request body
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `400`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `401`
  - removed `#/components/schemas/APIError` from the `detail` response property `allOf` list for the response status `500`
  - added the required property `created` to the response with the `200` status
  - added the required property `detail/msg` to the response with the `400` status
  - added the required property `detail/msg` to the response with the `401` status
  - added the required property `detail/msg` to the response with the `500` status
  - added the required property `id` to the response with the `200` status
  - added the required property `model` to the response with the `200` status
- **2024-09-30** `9829d9dc98e9` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/livepeer/apis/livepeer-ai-runner/docs/llm/post.md) · [API](https://skmtc.dev/livepeer/apis/livepeer-ai-runner.md) · [Page](https://skmtc.dev/livepeer/apis/livepeer-ai-runner/changes/llm/post)
