Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
JWT token
io.net provided API Key
API key set by an SDK client
Body
application/json
- EmbeddingCompletionRequest
- EmbeddingChatRequest
Available options:
float
, base64
Required range:
x >= 1
If true (the default), special tokens (e.g. BOS) will be added to the prompt.
The priority of the request (lower means earlier handling; default: 0). Any priority other than 0 will raise an error if the served model does not use priority scheduling.
Response
Successful Response
The response is of type any
.