---
title: "UsageIndexValue"
url: "https://nexora.apim.eu/apis/cost-estimation/versions/26a287d6-a67c-4989-b0bd-79a9db45597a/schemas/UsageIndexValue"
---

> Full API specification: https://nexora.apim.eu/apis/cost-estimation/versions/26a287d6-a67c-4989-b0bd-79a9db45597a.md

# UsageIndexValue

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Cost & ROI Estimation
  version: 1.0.0
servers:
  - url: https://api.nexora.example/v1
    description: Production
  - url: https://sandbox.api.nexora.example/v1
    description: Sandbox
components:
  schemas:
    UsageIndexValue:
      type: object
      properties:
        business_unit:
          type: string
          example: Customer Success
        as_of:
          type: string
          format: date
          example: 2025-01-01
        cost_per_1k_requests_usd:
          type: object
          properties:
            low:
              type: number
              format: float
              example: 18.4
            average:
              type: number
              format: float
              example: 25.5
            high:
              type: number
              format: float
              example: 34.6
        range_note:
          type: string
          example: Values apply to a typical mid-complexity deployment without
            adjustments.
```
