{ "interactions": [ { "request": { "content": { "input": [ { "content": [ { "text": "What is 2 + 2?", "type": "input_text" } ], "role": "user" } ], "model": "o3-pro-2025-06-10", "reasoning": { "effort": "medium" }, "store": true }, "method": "POST", "path": "/v1/responses", "url": "https://api.openai.com/v1/responses" }, "response": { "content": { "created_at": 0, "id": "resp_SANITIZED", "model": "o3-pro-2025-06-10", "object": "response", "output": [ { "text": "The answer to 2 + 2 is 4. This is a basic arithmetic operation where we add two whole numbers together.", "type": "output_text" } ], "system_fingerprint": "fp_SANITIZED", "usage": { "input_tokens": 50, "output_tokens": 20, "total_tokens": 70 } }, "headers": { "content-type": "application/json" }, "status_code": 200 } } ] }