简体中文
Get the configuration of ai, including instance and space configuration
cURL
curl --request GET \ --url https://app.teable.cn/api/%7BbaseId%7D/ai/config \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "llmProviders": [], "embeddingModel": "<string>", "translationModel": "<string>", "codingModel": "<string>", "modelDefinationMap": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the configuration of ai.
The response is of type object.
object