cURL
curl --request PUT \ --url https://api.gigabrain.gg/v1/superagents/{agent_id}/model \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "model_provider": "openai" } '
{ "agent_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "status": "updated" }
Change the LLM model powering the agent.
Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...
gb_sk_...
The SuperAgent's unique identifier
Model ID from the selected provider
Provider of the model
openai
anthropic
xai
openrouter
venice
Model updated
Was this page helpful?