---
title: "Public Model Hub"
method: GET
path: "/public/model_hub"
tags: ["public", "model management"]
---

# Public Model Hub

`GET /public/model_hub`

## Response `200`

Successful Response

- ModelGroupInfoProxyOutput[]
  - `model_group` string, required
  - `providers` string[], required
  - `max_input_tokens` number, nullable
  - `max_output_tokens` number, nullable
  - `input_cost_per_token` number, nullable
  - `output_cost_per_token` number, nullable
  - `input_cost_per_pixel` number, nullable
  - `mode` union
    - string
    - 'chat' | 'embedding' | 'completion' | 'image_generation' | 'audio_transcription' | 'rerank' | 'moderations'
  - `tpm` integer, nullable
  - `rpm` integer, nullable
  - `supports_parallel_function_calling` boolean
  - `supports_vision` boolean
  - `supports_web_search` boolean
  - `supports_url_context` boolean
  - `supports_reasoning` boolean
  - `supports_function_calling` boolean
  - `supported_openai_params` string[], nullable
  - `configurable_clientside_auth_params` union[], nullable
    - union
      - string
      - ConfigurableClientsideParamsCustomAuthOutput
        - `api_base` string, required
  - `is_public_model_group` boolean
  - `health_status` string, nullable
  - `health_response_time` number, nullable
  - `health_checked_at` string, nullable

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
