Ejecución 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.
Inspeccionar la revisión de esta ejecución
- Explica la prioridad de la fuente
- Añade verificaciones de alcance, estallido y reintentos
- Sugiere pruebas de picos que deben respetar las reglas del proveedor
Mejor uso: Una lista de verificación de preparación para la implementación.