Create a new model

Creates a new model under the parenthood of a namespace. This is an
asynchronous endpoint, i.e., the server will not wait for the model to be
created in order to respond. Instead, it will return a response with the
necessary information to access the result and status of the creation
operation.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Namespace ID

Body Params

The properties of the model to be created.

string
required

Model resource ID (used in name as the last segment). This conforms to
RFC-1034, which restricts to letters, numbers, and hyphen, with the first
character a letter, the last a letter or a number, and a 63 character
maximum.

string

Model description.

string
required

The model definition that has been used to import the model.

configuration
object
required

Model configuration. This field is validated against the model
specification in the model definition (i.e. the model_spec field in the
model definition).

string
enum
required

Model task.

string
enum
required

Model visibility.

Allowed:
string
required

Region of choice for the particular provider to host the model.

string
required

Hardware of choice to serve the model.

string

README holds the model documentation.

string

A link to the source code of the model (e.g. to a GitHub repository).

string

A link to any extra information.

string

License under which the model is distributed.

string

Model profile image in base64 format.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json