Get all Embeddings without Pooling.
Returns a 424 status code if the model is not an embedding model.
Request body
Example request
{
"prompt_name": "null"
}Response
Embeddings
Example response
[
[
[
0,
1,
2
]
]
]Changes
Changed in 4 of the 42 revisions of this API.246
- ●
added the new
Emptyenum value to theerror_typeresponse property for the response status413response-property-enum-value-added
- ●
added the new
Emptyenum value to theerror_typeresponse property for the response status422response-property-enum-value-added
- ●
added the new
Emptyenum value to theerror_typeresponse property for the response status424response-property-enum-value-added
- ●
added the new
Emptyenum value to theerror_typeresponse property for the response status429response-property-enum-value-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ●
- ▲
removed
subschema #1subschema #2from theinputsrequest propertyoneOflistrequest-property-one-of-removed
- ○
added the new optional request property
prompt_namenew-optional-request-property
- ○
added the new optional request property
truncation_directionnew-optional-request-property
- ○
the request property
truncatebecame nullablerequest-property-became-nullable
- ○
added
InputTypesubschema #2to theinputsrequest propertyoneOflistrequest-property-one-of-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲