---
title: "Changes to Create embeddings"
method: POST
path: "/v1/embeddings"
---

# Changes to Create embeddings

`POST /v1/embeddings`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 13 revisions.

- **2025-01-25** `d714acb641bd` — 4 breaking, 9 info
- **2024-12-12** `444230182e5e` — 1 info
- **2024-12-06** `45e3254839bd` — 6 breaking, 5 warning, 3 info

## Changes

- **2025-01-25** `d714acb641bd` — 4 breaking, 9 info
  - added the new required request property `input`
  - added the new required request property `model`
  - the request's body type changed from no type to `object`
  - the response's body type changed from no type to `object` for status `200`
  - api operation id `embeddings_handler` removed and replaced with `embeddings_create`
  - the endpoint scheme security `bearerAuth` was added to the API
  - added the new optional request property `dimensions`
  - added the new optional request property `encoding_format`
  - added the new optional request property `user`
  - added the required property `data` to the response with the `200` status
  - added the required property `model` to the response with the `200` status
  - added the required property `object` to the response with the `200` status
  - added the required property `usage` to the response with the `200` status
- **2024-12-12** `444230182e5e` — 1 info
  - api tag `Embeddings` added
- **2024-12-06** `45e3254839bd` — 6 breaking, 5 warning, 3 info
  - the request's body type changed from `object` to no type
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `data` from the response with the `200` status
  - removed the required property `model` from the response with the `200` status
  - removed the required property `object` from the response with the `200` status
  - removed the required property `usage` from the response with the `200` status
  - removed the request property `dimensions`
  - removed the request property `encoding_format`
  - removed the request property `input`
  - removed the request property `model`
  - removed the request property `user`
  - api operation id `embeddings_create` removed and replaced with `embeddings_handler`
  - the endpoint scheme security `bearerAuth` was removed from the API
  - api tag `Embeddings` removed

---

[Operation](https://skmtc.dev/atomaai/apis/atoma-proxy/docs/v1/embeddings/post.md) · [API](https://skmtc.dev/atomaai/apis/atoma-proxy.md) · [Page](https://skmtc.dev/atomaai/apis/atoma-proxy/changes/v1/embeddings/post)
