Class RealtimeRateLimit
public class RealtimeRateLimit
- Inheritance
-
objectRealtimeRateLimit
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