Create endpoint from W&B artifact
Create an endpoint from Weights & Biases artifact.
To successfully run an inference request, it is mandatory to enter a Friendli Token (e.g. flp_XXX) value in the Bearer Token field. Refer to the authentication section on our introduction page to learn how to acquire this variable and visit here to generate your token.
Authorizations
Headers
ID of team to run requests as (optional parameter).
Body
The specific model artifact version from Weights & Biases. The referred artifact will be used to create a new endpoint in Friendli Dedicated Endpoints or rollout an existing one.
Specifies the instance type for the endpoint.
Defines autoscaling settings for the endpoint.
Used by Friendli Dedicated Endpoints to track which webhook automation triggered an endpoint rollout. If the idempotencyKey
is provided, the API will check if the endpoint already exists, and rollout the existing endpoint if it does. In such cases, the projectId
must be provided. Any unique value can be used.
Specifies the name of your endpoint. If not provided, a name will be automatically generated for you.
Specifies where endpoint will be created in your Friendli Dedicated Endpoints. If not provided, a new project will be created within your default team.
Response
The ID of the created endpoint.
The name of the created endpoint.
The ID of the project where the endpoint was created.
The name of the project where the endpoint was created.
The ID of the team where the endpoint was created.
The name of the team where the endpoint was created.
Was this page helpful?