Table of Contents

Class RealtimeRateLimit

public class RealtimeRateLimit
Inheritance
object
RealtimeRateLimit

Properties

Limit

The maximum allowed value for the rate limit.

public int Limit { get; set; }

Property Value

int

Name

The name of the rate limit ("requests", "tokens", "input_tokens", "output_tokens").

public string Name { get; set; }

Property Value

string

Remaining

The remaining value before the limit is reached.

public int Remaining { get; set; }

Property Value

int

ResetSeconds

Seconds until the rate limit resets.

public float ResetSeconds { get; set; }

Property Value

float