You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input text to get embeddings for, encoded as a string or array of tokens. To get embeddings for multiple inputs in a single request, pass an array of strings or array of token arrays. Each input must not exceed 2048 tokens in length.
2048
2048
2049
-
We suggest replacing newlines (`\n`) in your input with a single space, as we have observed inferior results when newlines are present.
2049
+
Unless your are embedding code, we suggest replacing newlines (`\n`) in your input with a single space, as we have observed inferior results when newlines are present.
2050
2050
example: "The quick brown fox jumped over the lazy dog"
2051
2051
oneOf:
2052
2052
- type: string
@@ -2222,8 +2222,4 @@ oaiMeta:
2222
2222
description: |
2223
2223
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
2224
2224
2225
-
Embeddings is currently in private beta, and we plan to expand access in the near future. Please fill out [this form](https://docs.google.com/forms/d/e/1FAIpQLSdwo9_cQ8d125D_AYtgOSvNJ0JuCBYjUmROkFHrfMnz3lsSCg/viewform) to let us know of your interest.
2226
-
2227
-
Starting January 24th 2022 at 00:00 UTC, we will begin billing for embedding usage. For more details, see [embeddings pricing](/docs/guides/embeddings/pricing).
2228
-
2229
2225
Related guide: [Embeddings](/docs/guides/embeddings)
0 commit comments