---
title: "Update Cost Discount Config"
method: PATCH
path: "/config/cost_discount_config"
tags: ["Cost Tracking"]
---

# Update Cost Discount Config

`PATCH /config/cost_discount_config`

Update cost discount configuration.

Updates the cost_discount_config in litellm_settings.
Discounts should be between 0 and 1 (e.g., 0.05 = 5% discount).

Example:
```json
{
    "vertex_ai": 0.05,
    "gemini": 0.05,
    "openai": 0.01
}
```

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[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)
