Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.gennia.ai/public/api/v1/agents/{agentPublicId}/model \ --header 'X-Api-Key: <api-key>'
{ "aiModelName": "<string>", "aiModelPublicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "capabilities": { "contextWindow": 123, "maxTemperature": 123, "minTemperature": 123, "supportsDocument": true, "supportsImage": true, "supportsTemperature": true, "supportsThinking": true }, "modelId": "<string>", "provider": "<string>", "temperature": 123, "thinkingEffort": "<string>", "thinkingEnabled": true }
OK
Agent model selection + read-only capability block.
Show child attributes
Esta página foi útil?