EmbeddingsRequestBody
sttp.openai.requests.embeddings.EmbeddingsRequestBody$
object EmbeddingsRequestBody
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Value parameters
- input
-
Input text to get embeddings for, encoded as a string or array of tokens.
- model
-
ID of the EmbeddingsModel to use.
- user
-
A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object EmbeddingsBody
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EmbeddingsBody.type
object EmbeddingsInput
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EmbeddingsInput.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class MultipleInputclass SingleInput
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object EmbeddingsModel
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EmbeddingsModel.type
In this article