{
"data": [
{
"embedding": [
123
],
"index": 123,
"object": "<string>"
}
],
"model": "<string>",
"object": "<string>",
"usage": {
"prompt_tokens": 123,
"total_tokens": 123
}
}
{
"data": [
{
"embedding": [
123
],
"index": 123,
"object": "<string>"
}
],
"model": "<string>",
"object": "<string>",
"usage": {
"prompt_tokens": 123,
"total_tokens": 123
}
}
The response is of type object
.
Was this page helpful?