GroqRateLimitInformation class
- Available extensions
Constructors
- GroqRateLimitInformation({required int totalRequestsPerDay, required int remainingRequestsToday, required int totalTokensPerMinute, required int remainingTokensThisMinute})
- Information about the current rate limit of the Groq API
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- remainingRequestsToday ↔ int
-
The number of requests remaining for the day
getter/setter pair
- remainingTokensThisMinute ↔ int
-
The number of tokens remaining for the minute
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalRequestsPerDay ↔ int
-
The total number of requests allowed per day
getter/setter pair
- totalTokensPerMinute ↔ int
-
The total number of tokens allowed per minute
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Available on GroqRateLimitInformation, provided by the GroqRateLimitInformationExtension extension
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited