API Reference#
Client#
|
|
Get model information via RESTful APIs. |
|
|
Launch the model based on the parameters on the server via RESTful APIs. |
Get the model with the model type and model name registered on the server. |
|
|
Launch the model based on the parameters on the server via RESTful APIs. |
List models registered on the server. |
|
Retrieve the model specifications from the Server. |
|
Register a custom model. |
|
Terminate the specific model running on the server. |
|
Unregister a custom model. |
Model Handles#
ChatModelHandle#
alias of |
|
Given a list of messages comprising a conversation, the model will return a response via RESTful APIs. |
|
Creates a completion for the provided prompt and parameters via RESTful APIs. |
EmbeddingModelHandle#
alias of |
|
|
Create an Embedding from user input via RESTful APIs. |
GenerateModelHandle#
alias of |
|
|
Creates a completion for the provided prompt and parameters via RESTful APIs. |
ImageModelHandle#
alias of |
|
|
Creates an image by the input text. |
AudioModelHandle#
alias of |
|
|
Transcribes audio into the input language. |
|
Translates audio into English. |
Generates audio from the input text. |