|
| 1 | +{ |
| 2 | + "Entries": [ |
| 3 | + { |
| 4 | + "RequestUri": "https://api.openai.com/v1/models/fake_id", |
| 5 | + "RequestMethod": "DELETE", |
| 6 | + "RequestHeaders": { |
| 7 | + "Accept": "application/json", |
| 8 | + "Authorization": "Sanitized", |
| 9 | + "User-Agent": "OpenAI/2.4.0 (.NET 9.0.9; Microsoft Windows 10.0.26100)" |
| 10 | + }, |
| 11 | + "RequestBody": null, |
| 12 | + "StatusCode": 404, |
| 13 | + "ResponseHeaders": { |
| 14 | + "Access-Control-Allow-Origin": "*", |
| 15 | + "Alt-Svc": "h3=\":443\"", |
| 16 | + "cf-cache-status": "DYNAMIC", |
| 17 | + "CF-RAY": "980438e6cf82ec7c-SEA", |
| 18 | + "Connection": "keep-alive", |
| 19 | + "Content-Length": "163", |
| 20 | + "Content-Type": "application/json", |
| 21 | + "Date": "Tue, 16 Sep 2025 23:42:47 GMT", |
| 22 | + "openai-organization": "Sanitized", |
| 23 | + "openai-processing-ms": "177", |
| 24 | + "openai-project": "Sanitized", |
| 25 | + "openai-version": "2020-10-01", |
| 26 | + "Server": "cloudflare", |
| 27 | + "Set-Cookie": [ |
| 28 | + "Sanitized", |
| 29 | + "Sanitized" |
| 30 | + ], |
| 31 | + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", |
| 32 | + "X-Content-Type-Options": "nosniff", |
| 33 | + "x-envoy-upstream-service-time": "185", |
| 34 | + "x-openai-proxy-wasm": "v0.1", |
| 35 | + "X-Request-ID": "Sanitized" |
| 36 | + }, |
| 37 | + "ResponseBody": { |
| 38 | + "error": { |
| 39 | + "message": "The model 'fake_id' does not exist", |
| 40 | + "type": "invalid_request_error", |
| 41 | + "param": "model", |
| 42 | + "code": "model_not_found" |
| 43 | + } |
| 44 | + } |
| 45 | + } |
| 46 | + ], |
| 47 | + "Variables": {} |
| 48 | +} |
0 commit comments