How-To: Assign Token to Model

A User Access Token provides access permission for a specific user to a specific AI model. Tokens can be assigned to a model either during their creation or later if the token is unassigned. This guide explains how to assign a token to a model using the web console, focusing on assignment from the Model's Details Management Screen

Via Token's Attributes Modification (Web Console or Python SDK)

Tokens can be assigned to models by modifying their attributes. This method allows you to assign tokens from the Tokens Page in the web console or through the Python SDK. For detailed instructions, see: [How-To: Modify Token's Parameters].

Via the Model's Details Management Screen

Follow these steps to assign a token directly from the model's details screen:

Assign Token to a Model
1

Go to the Models section. Find and click the model you want. Then click the button showing the model's token information.

2

Access the Token Tab

In the model's details screen, navigate to the Token tab.

3

Start Typing the Token's Name

Begin typing the name of the unassigned token you want to assign.

4

Select the Required Token

A dropdown list will appear showing unassigned tokens that match the substring you typed.

  • Choose the desired token from the list.

  • If the required token does not exist, you can create a new one using the "Add Token" option.

5

Save the Assignment

Click the Save button to confirm the token assignment. The token will now be linked to the model.

Last updated

Was this helpful?