---
title: "Get Complexity Scorer Defaults"
method: GET
path: "/public/complexity_router/scorer_defaults"
tags: ["public", "auto router"]
---

# Get Complexity Scorer Defaults

`GET /public/complexity_router/scorer_defaults`

Return the complexity router's shipped heuristic scorer defaults, for the dashboard to prefill with.

## Response `200`

Successful Response

- ComplexityScorerDefaults — The complexity router's shipped heuristic scorer defaults. The dashboard prefills its Advanced scoring controls from these rather than keeping its own copy, so a recalibration of the defaults cannot leave the form reporting numbers the router no longer uses.
  - `tier_boundaries` object, required
  - `token_thresholds` object, required
  - `dimension_weights` object, required

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/public/complexity_router/scorer_defaults/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/b694deb1e459?raw)
