Exécution A
OpenAI
openai/gpt-oss-20b
Use 100 requests per minute – the most authoritative source in the packet is the official Harbor API reference (updated 20 Aug 2026).
What to verify before launch
- Confirm the reference is still current – check that no newer version of the API documentation has changed the limit.
- Test the rate‑limit enforcement – send bursts of requests from your integration to see how the API responds (e.g., 429 status, retry‑after header).
- Check for endpoint‑specific or account‑type limits – some endpoints or user tiers may have different caps or burst allowances.
- Determine the scope of the limit – is it per API key, per IP, or global?
- Validate burst capacity – many APIs allow a short burst above the nominal rate; confirm the maximum burst size.
- Ensure your integration’s traffic pattern stays within the limit – plan for peak usage and add back‑off logic if needed.
By following these checks, you’ll be confident that the 100 req/min limit is correct and that your integration will operate reliably.
Examiner la revue de cette exécution
- Explique la priorité des sources
- Ajoute des vérifications de portée, d'éclatement et de réessai
- Suggère un test par rafale qui doit respecter les règles du fournisseur
Meilleure utilisation : Une checklist de préparation à l'implémentation.