Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"endpoint": "<string>",
"scope": "personal",
"createdBy": "<string>",
"isPublic": true,
"owners": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"contributors": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"users": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"inheritEntitlements": true,
"hideFromCatalog": true,
"createdAt": "<string>",
"updatedBy": "<string>",
"updatedAt": "<string>",
"authType": "managedSystemIdentity",
"key": "<string>",
"modelName": "<string>",
"deploymentName": "<string>",
"type": "Chat",
"provider": "AzureAI",
"apiVersion": "<string>",
"maxTokens": 123,
"topP": 123,
"temperature": 123,
"topNDocuments": 123,
"vectorTopNDocuments": 123,
"systemPrompt": "<string>",
"isDefault": true,
"isEnabled": true,
"semanticConfigurationName": "<string>"
}
]Settings
List AI model endpoints
Returns all AI model endpoints the user is entitled to, with secrets redacted.
GET
/
settings
/
aimodelendpoints
Error
A valid request URL is required to generate request examples[
{
"id": "<string>",
"endpoint": "<string>",
"scope": "personal",
"createdBy": "<string>",
"isPublic": true,
"owners": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"contributors": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"users": [
{
"id": "<string>",
"type": "group",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"inheritEntitlements": true,
"hideFromCatalog": true,
"createdAt": "<string>",
"updatedBy": "<string>",
"updatedAt": "<string>",
"authType": "managedSystemIdentity",
"key": "<string>",
"modelName": "<string>",
"deploymentName": "<string>",
"type": "Chat",
"provider": "AzureAI",
"apiVersion": "<string>",
"maxTokens": 123,
"topP": 123,
"temperature": 123,
"topNDocuments": 123,
"vectorTopNDocuments": 123,
"systemPrompt": "<string>",
"isDefault": true,
"isEnabled": true,
"semanticConfigurationName": "<string>"
}
]Authorizations
Azure AD access token obtained via MSAL
Response
200 - application/json
Array of model endpoint objects
Model provider endpoint URL
Access control model
Available options:
personal, shared UPN of the creator
Allow public read access
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Hide entity from user-facing recommendations and catalog/search surfaces (still accessible to owners/contributors/admins)
ISO-8601 creation timestamp
ISO-8601 update timestamp
Available options:
managedSystemIdentity, apiKey, connectionString API key (redacted in responses)
Model capability type
Available options:
Chat, Text Embedding, Question Answering, Text Classification, Text Translation, Text Summarization, Text Sentiment, Text Entities, Text Key Phrases, Text Language Detection, Text Analytics, Text Custom, Image Classification, Image Object Detection, Image Custom, Image Analytics, Image Captioning, Image Segmentation, Image Moderation, Image Recognition, Image Custom Vision Available options:
AzureAI, OpenAI, Grok, Gemini, Anthropic, Perplexity, DeepSeek, Mistral, Cohere, Groq, Bedrock, Ollama Was this page helpful?