# Rate-limit handling. On 429 / transient errors GroqProvider sleeps using the # Retry-After header (or exponential backoff: base_backoff * 2**attempt) and # retries up to `max_retries` times per row ...