Model

Read LLM models from supported providers

Listing LLM models from supported providers

get

Retrieves available LLM models from supported LLM providers: OpenAI, Anthropic, and Google.

Required scopes
This endpoint requires the following scopes:
  • : Needed to read AI agents.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

Your Emporix tenant name.

Note: The tenant name should always be provided in lowercase.

Responses
200

List of models grouped by LLM provider.

application/json
providerstring · enumRequired

Type of the LLM Provider. The supported providers allows you to provide your own API key. When using this providers, the apiKey property cannot be omitted.

Example: openaiPossible values:
get
/ai-service/{tenant}/agentic/models

Last updated

Was this helpful?