---
title: "Configs"
method: GET
path: "/v1/discovery/configs"
---

# Configs

`GET /v1/discovery/configs`

Get all available configs (for use in the chat completion endpoint `model` field) for an organization.

Returns each config's `name` (aka `model`), `alias` (for UI display), `default_parameters`, and `description`.

## Response `200`

List of configs available for the organization

- ConfigForOrgResponse[]
  - `name` string, required
  - `alias` string, required
  - `default_parameters` object, required
  - `description` string, required
  - `tags` string[], required
  - `is_external` boolean, nullable, required
  - `is_playground` boolean, nullable

---

[API](https://skmtc.dev/inflection/apis/inflection-inference-api.md) · [All operations](https://skmtc.dev/inflection/apis/inflection-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inflection/inflection-inference-api/revisions/33cb516e2543/schema)
