English
Get the configuration of ai, including instance and space configuration
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/{baseId}/ai/config \ --header 'Authorization: Bearer <token>'
{ "llmProviders": [], "embeddingModel": "<string>", "translationModel": "<string>", "chatModel": { "lg": "<string>", "md": "<string>", "sm": "<string>", "ability": { "image": true, "pdf": true, "webSearch": true } }, "capabilities": { "disableActions": [ "<string>" ] }, "modelDefinationMap": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the configuration of ai.
Show child attributes
Was this page helpful?