---
title: "List Llm Configurations"
method: GET
path: "/v1/llm-configurations"
tags: ["LLM Configurations"]
---

# List Llm Configurations

`GET /v1/llm-configurations`

List all LLM configurations for the authenticated user's space.

This endpoint:
- Requires API key or session authentication
- Returns all LLM configurations for the user's space
- Results are ordered by creation date (newest first)

Args:
    service: Injected LLM configuration service

Returns:
    Response with list of LLM configurations

Raises:
    400 Bad Request: If user doesn't have an associated space

## Cookies

- `la_session` string

## Response `200`

Successful Response

- ResponseListLLMConfigurationListItemSchema
  - `code` integer
  - `data` LLMConfigurationListItemSchema[]
    - `id` string, required
    - `display_name` string, required
    - `model_name` string, required
    - `secret_id` string, required
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/liveavatar/apis/live-avatar-api.md) · [All operations](https://skmtc.net/liveavatar/apis/live-avatar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liveavatar/live-avatar-api/versions/fbfa5cdbd7f9/schema)
