SuperAgent Config

Update model

Change the LLM model powering the agent.

put/v1/superagents/{agent_id}/model

Path parameters

agent_idstring uuid required

The SuperAgent's unique identifier

Request body

modelstring required

Model ID from the selected provider

model_provider'openai' | 'anthropic' | 'xai' | 'openrouter' | 'venice' required

Provider of the model

Response

Model updated

Changes

Changed in 1 of the 5 revisions of this API.1