Skip to main content
GET
/
api
/
llms
List LLMs
curl --request GET \
  --url https://api.upon-ai.com/api/llms \
  --header 'Authorization: Bearer <token>'
[
  {
    "llm_id": "llm_1ab234cde567fgh",
    "display_name": "Concierge v2",
    "version": 3
  },
  {
    "llm_id": "llm_9xy654zba321cde",
    "display_name": "Outbound Collections",
    "version": 5
  }
]

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Generate tokens from your profile settings at app.uponai.com.

Query Parameters

workspaceId
integer
required

Workspace identifier. Call GET /api/workspaces to list workspaces accessible to your token.

limit
integer
default:1000

Maximum number of records to return.

Required range: 1 <= x <= 1000
paginationKey
string

Identifier to continue pagination.

paginationKeyVersion
integer

Version paired with the pagination key.

Response

200 - application/json

LLM configurations visible to the workspace.

llm_id
string
required
display_name
string
required
version
integer
required