속도 제한
조직 속도 제한 목록 조회
$client->beta->organization->rateLimits->list(?GroupType groupType, ?int limit, ?string model, ?string page): PageCursor<OrganizationRateLimit>GET/v1/organizations/rate_limits
조직의 Messages API 속도 제한(rate limit)을 나열합니다.
조직의 Messages API 속도 제한(rate limit)을 나열합니다.
Object type. Always rate_limit for organization rate-limit entries.
Stable identifier for this rate-limit group within the organization.
The kind of rate-limit group this entry represents. model_group entries apply to a family of models (listed in models); other values apply to an API-surface category and have models set to null.
The limiter values that apply to this group.
Model names this entry's limits apply to, including aliases. null when group_type is not "model_group".
The limiter type (for example, requests_per_minute or input_tokens_per_minute).
The configured limit value for this limiter type.