Cannot deploy the agent model with a compute resource assigned to a group

Use Dedicated access mode compute assigned to a user or service principal.

Written by Gihyeon Lee

Last published at: July 1st, 2025

Problem

You’re using a compute resource assigned to a group using the dedicated access mode to deploy agents. You’re using code such as that in the example notebook section of the Use Genie in multi-agent systems (AWSAzureGCP) documentation. 

 

When you try to run the agents.deploy()code, you encounter the following error. 

The creator <group-name> of the model version cannot be authenticated. Please re-log the model with a valid user. Config: host=<host-url>, auth_type=runtime File <command-id>

 

Cause

Compute resources assigned to groups cannot create and access model serving endpoints.

 

For more information, review the Assign compute resources to a group (AWSAzureGCP) documentation.

 

Solution

Continue to use dedicated access mode, but assign the compute to a user or service principal to create and deploy the agent model.