# Pingpong API Base URL: https://api.pingpongit.com/v1 Pingpong API accepts OpenAI-style chat and responses requests. It can route the work through model selection, source gathering, critique, verification, and synthesis, then return one answer with support-safe trace metadata. Primary endpoints: - GET /v1/models - POST /v1/chat/completions - POST /v1/responses - GET /v1/responses/{response_id} Native endpoints: - POST /api/pingpong/api-query - GET /api/pingpong/api-status - GET /api/pingpong/api-usage Authentication: - Authorization: Bearer $PINGPONG_API_KEY - Native endpoints also accept X-PingPong-Key. Recommended models: - pingpong-fast: lower-latency decision route. - pingpong-pro: deeper critique and synthesis route. - pingpong-verify: evidence-heavy verification route. Use Idempotency-Key for retried writes. Log X-PingPong-Request-Id, X-PingPong-Trace-Id, and X-PingPong-Job-Id when present. OpenAPI: https://pingpongit.com/openapi.yaml Docs: https://pingpongit.com/api Owner: Adore LLC