---
title: PrivateCloudComputeLanguageModel.QuotaUsage
framework: foundationmodels
role: symbol
role_heading: Structure
path: foundationmodels/privatecloudcomputelanguagemodel/quotausage-swift.struct
---

# PrivateCloudComputeLanguageModel.QuotaUsage

The usage quota state for a Private Cloud Compute language model.

## Declaration

```swift
struct QuotaUsage
```

## Overview

Overview A quota describes the model’s per-user request budget and where the caller currently sits relative to it. Quotas are orthogonal to a model’s availability — a model can be available even after its usage limit has been reached.

## Topics

### Inspecting the quota limit

- [isLimitReached](foundationmodels/privatecloudcomputelanguagemodel/quotausage-swift.struct/islimitreached.md)
- [limitIncreaseSuggestion](foundationmodels/privatecloudcomputelanguagemodel/quotausage-swift.struct/limitincreasesuggestion-swift.property.md)
- [PrivateCloudComputeLanguageModel.QuotaUsage.LimitIncreaseSuggestion](foundationmodels/privatecloudcomputelanguagemodel/quotausage-swift.struct/limitincreasesuggestion-swift.struct.md)

### Getting the quota status

- [status](foundationmodels/privatecloudcomputelanguagemodel/quotausage-swift.struct/status-swift.property.md)
- [PrivateCloudComputeLanguageModel.QuotaUsage.Status](foundationmodels/privatecloudcomputelanguagemodel/quotausage-swift.struct/status-swift.enum.md)
- [resetDate](foundationmodels/privatecloudcomputelanguagemodel/quotausage-swift.struct/resetdate.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the quota

- [quotaUsage](foundationmodels/privatecloudcomputelanguagemodel/quotausage-swift.property.md)
