---
title: "Changes to Generate LLM completion"
method: POST
path: "/completions"
---

# Changes to Generate LLM completion

`POST /completions`

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

## Timeline

Changed in 19 of 71 revisions.

- **2026-07-23** `09c7c8b9121d` — 1 info
- **2026-07-06** `b849852eb53b` — 7 info
- **2026-07-06** `dda59d58227c` — 1 info
- **2026-06-26** `5b90237b6d51` — 4 info
- **2026-06-17** `05add33422b2` — 2 info
- **2026-05-29** `406f64767f06` — 1 info
- **2026-05-29** `02104c44c099` — 1 info
- **2026-04-02** `995a53b75a92` — 1 info
- **2026-03-31** `756b9db55259` — 2 info
- **2026-02-27** `288bf03b951a` — 1 info
- **2026-02-26** `82b3e15cf947` — 1 info
- **2026-02-25** `13aa0e48bae9` — 1 info
- **2026-02-10** `e5a84cf93911` — 1 warning, 1 info
- **2026-02-06** `9bb62ffb84ed` — 6 info
- **2026-01-19** `43d49afc6c38` — 1 warning, 1 info
- **2025-12-22** `e540a2ea3557` — 9 breaking, 5 warning, 14 info
- **2025-12-12** `0c1a8144d3b6` — 14 warning, 14 info
- **2025-12-08** `7e01674c6185` — 9 warning, 9 info
- **2025-10-10** `0feb3dbefc85` — 1 breaking

## Changes

- **2026-07-23** `09c7c8b9121d` — 1 info
  - added the new optional request property `metadata_filter`
- **2026-07-06** `b849852eb53b` — 7 info
  - added the new optional request property `conversation_id`
  - added the new optional request property `parent_message_id`
  - added the new optional request property `regenerate`
  - added the new optional request property `truncation`
  - added the optional property `assistant_message_id` to the response with the `200` status
  - added the optional property `conversation_id` to the response with the `200` status
  - added the optional property `user_message_id` to the response with the `200` status
- **2026-07-06** `dda59d58227c` — 1 info
  - added the optional property `choices/items/citations/items/source_id` to the response with the `200` status
- **2026-06-26** `5b90237b6d51` — 4 info
  - added the new optional request property `grounding`
  - added the optional property `choices/items/search_suggestion` to the response with the `200` status
  - added the optional property `choices/items/web_citations` to the response with the `200` status
  - added the optional property `choices/items/web_search_queries` to the response with the `200` status
- **2026-06-17** `05add33422b2` — 2 info
  - added the new optional request property `authz_policy`
  - added the new optional request property `principal_id`
- **2026-05-29** `406f64767f06` — 1 info
  - added the new optional request property `limit`
- **2026-05-29** `02104c44c099` — 1 info
  - added the new optional request property `use_postfilter`
- **2026-04-02** `995a53b75a92` — 1 info
  - added the new optional request property `chunk_metadata`
- **2026-03-31** `756b9db55259` — 2 info
  - added the new `datetime` enum value to the request property `metadata/filters/items/type`
  - added the new `datetime` enum value to the request property `source_metadata/filters/items/type`
- **2026-02-27** `288bf03b951a` — 1 info
  - added the new optional request property `source_metadata`
- **2026-02-26** `82b3e15cf947` — 1 info
  - added the new optional request property `tag_filter_logic`
- **2026-02-25** `13aa0e48bae9` — 1 info
  - added the new optional request property `metadata`
- **2026-02-10** `e5a84cf93911` — 1 warning, 1 info
  - added the new `aac` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `aac` enum value to the request property `file_types/items/`
- **2026-02-06** `9bb62ffb84ed` — 6 info
  - added the optional property `choices/items/citations/items/keywords` to the response with the `200` status
  - the response property `choices/items/citations/items/page_number` became required for the status `200`
  - added the required property `choices/items/citations/items/id` to the response with the `200` status
  - added the required property `choices/items/citations/items/source_type` to the response with the `200` status
  - added the required property `choices/items/citations/items/timestamp` to the response with the `200` status
  - added the required property `choices/items/citations/items/title` to the response with the `200` status
- **2026-01-19** `43d49afc6c38` — 1 warning, 1 info
  - added the new `jsonl` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `jsonl` enum value to the request property `file_types/items/`
- **2025-12-22** `e540a2ea3557` — 9 breaking, 5 warning, 14 info
  - removed the enum value `aac` of the request property `file_types/items/`
  - removed the enum value `aif` of the request property `file_types/items/`
  - removed the enum value `f4p` of the request property `file_types/items/`
  - removed the enum value `f4v` of the request property `file_types/items/`
  - removed the enum value `m4p` of the request property `file_types/items/`
  - removed the enum value `m4v` of the request property `file_types/items/`
  - removed the enum value `mpeg` of the request property `file_types/items/`
  - removed the enum value `oga` of the request property `file_types/items/`
  - removed the enum value `qt` of the request property `file_types/items/`
  - added the new `heic` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `heif` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `jpg` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `png` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `webp` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `heic` enum value to the request property `file_types/items/`
  - added the new `heif` enum value to the request property `file_types/items/`
  - added the new `jpg` enum value to the request property `file_types/items/`
  - added the new `png` enum value to the request property `file_types/items/`
  - added the new `webp` enum value to the request property `file_types/items/`
  - removed the `aac` enum value from the `choices/items/citations/items/file_type` response property for the response status `200`
  - removed the `aif` enum value from the `choices/items/citations/items/file_type` response property for the response status `200`
  - removed the `f4p` enum value from the `choices/items/citations/items/file_type` response property for the response status `200`
  - removed the `f4v` enum value from the `choices/items/citations/items/file_type` response property for the response status `200`
  - removed the `m4p` enum value from the `choices/items/citations/items/file_type` response property for the response status `200`
  - removed the `m4v` enum value from the `choices/items/citations/items/file_type` response property for the response status `200`
  - removed the `mpeg` enum value from the `choices/items/citations/items/file_type` response property for the response status `200`
  - removed the `oga` enum value from the `choices/items/citations/items/file_type` response property for the response status `200`
  - removed the `qt` enum value from the `choices/items/citations/items/file_type` response property for the response status `200`
- **2025-12-12** `0c1a8144d3b6` — 14 warning, 14 info
  - added the new `3gp` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `avi` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `f4p` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `f4v` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `flv` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `m4p` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `m4v` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `mov` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `mp4` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `mpeg` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `mpg` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `qt` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `webm` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `wmv` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `3gp` enum value to the request property `file_types/items/`
  - added the new `avi` enum value to the request property `file_types/items/`
  - added the new `f4p` enum value to the request property `file_types/items/`
  - added the new `f4v` enum value to the request property `file_types/items/`
  - added the new `flv` enum value to the request property `file_types/items/`
  - added the new `m4p` enum value to the request property `file_types/items/`
  - added the new `m4v` enum value to the request property `file_types/items/`
  - added the new `mov` enum value to the request property `file_types/items/`
  - added the new `mp4` enum value to the request property `file_types/items/`
  - added the new `mpeg` enum value to the request property `file_types/items/`
  - added the new `mpg` enum value to the request property `file_types/items/`
  - added the new `qt` enum value to the request property `file_types/items/`
  - added the new `webm` enum value to the request property `file_types/items/`
  - added the new `wmv` enum value to the request property `file_types/items/`
- **2025-12-08** `7e01674c6185` — 9 warning, 9 info
  - added the new `aac` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `aif` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `aiff` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `flac` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `m4a` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `mp3` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `oga` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `ogg` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `wav` enum value to the `choices/items/citations/items/file_type` response property for the response status `200`
  - added the new `aac` enum value to the request property `file_types/items/`
  - added the new `aif` enum value to the request property `file_types/items/`
  - added the new `aiff` enum value to the request property `file_types/items/`
  - added the new `flac` enum value to the request property `file_types/items/`
  - added the new `m4a` enum value to the request property `file_types/items/`
  - added the new `mp3` enum value to the request property `file_types/items/`
  - added the new `oga` enum value to the request property `file_types/items/`
  - added the new `ogg` enum value to the request property `file_types/items/`
  - added the new `wav` enum value to the request property `file_types/items/`
- **2025-10-10** `0feb3dbefc85` — 1 breaking
  - removed the required property `id` from the response with the `200` status

---

[Operation](https://skmtc.dev/qlonolink/apis/qaip-apis/docs/completions/post.md) · [API](https://skmtc.dev/qlonolink/apis/qaip-apis.md) · [Page](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/completions/post)
