---
title: "Changes to OpenAI Completions v1 compatible endpoint"
method: POST
path: "/v1/completions"
---

# Changes to OpenAI Completions v1 compatible endpoint

`POST /v1/completions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 14 revisions.

- **2026-07-17** `d56749eaa5c4` — 3 warning, 4 info
- **2024-04-29** `04ad4acad681` — 2 info
- **2024-01-10** `2146c034dd75` — 1 info
- **2023-12-07** `a775339b4938` — 1 breaking

## Changes

- **2026-07-17** `d56749eaa5c4` — 3 warning, 4 info
  - the `n` request property's min was set to `0.00`
  - the `temperature` request property's min was set to `0.00`
  - the `top_p` request property's min was set to `0.00`
  - the `max_tokens` request property's exclusiveMinimum was decreased from `0.00` to `true`
  - the `n` request property's exclusiveMinimum was decreased from `0.00` to `true`
  - the `temperature` request property's exclusiveMinimum was decreased from `0.00` to `false`
  - the `top_p` request property's exclusiveMinimum was decreased from `0.00` to `true`
- **2024-04-29** `04ad4acad681` — 2 info
  - added the new optional request property `adapter_source`
  - added the new optional request property `api_token`
- **2024-01-10** `2146c034dd75` — 1 info
  - endpoint added
- **2023-12-07** `a775339b4938` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/predibase/apis/lorax/docs/v1/completions/post.md) · [API](https://skmtc.dev/predibase/apis/lorax.md) · [Page](https://skmtc.dev/predibase/apis/lorax/changes/v1/completions/post)
