---
title: "Llm Models Providers List"
method: GET
path: "/llm_models/providers/"
tags: ["models"]
---

# Llm Models Providers List

`GET /llm_models/providers/`

Global providers list. Returns providers with organization=None only.

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

- PaginatedLLMProviderList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `total_count` integer
  - `current_filters` FilterParamDictPydantic — Pydantic model for FilterParamDict. A dictionary that maps metric names to their filter parameters. Each key is a metric name (str), and each value can be: - A single MetricFilterParamPydantic (one condition) - A List[MetricFilterParamPydantic] (multiple conditions for same metric) - A FilterBundlePydantic (nested filter bundle with connector) Note: Uses extra="allow" for dynamic metric name fields. The __pydantic_extra__ annotation tells Pydantic what types to expect for extra fields, and generates typed additionalProperties in JSON Schema.
  - `filters_data` PaginatedLlmProviderListFiltersData
  - `results` LLMProvider[], required
    - `id` integer, required
    - `project` string, nullable
    - `provider_name` string, required
    - `provider_id` string, required
    - `litellm_provider_id` string
    - `moderation` string
    - `extra_kwargs` unknown
    - `created_at` string, date-time, nullable, required
    - `updated_at` string, date-time, nullable, required
    - `is_managed` boolean
    - `respan_discount_rate` number, double
    - `models_sync_config` unknown

---

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