From 271ee7c791738b1e42628c0b15d4b027e1773ef9 Mon Sep 17 00:00:00 2001 From: Ken Jiang Date: Thu, 2 Apr 2026 17:32:15 -0400 Subject: [PATCH] add streaming pairs for anthropic + chat completions --- hooks/pre-commit | 10 +- .../transforms-streaming.test.ts.snap | 11612 +++++++++++++++ .../scripts/transforms/capture-transforms.ts | 79 +- payloads/scripts/transforms/helpers.ts | 18 +- .../complexReasoningRequest-streaming.json | 11756 ++++++++++++++++ .../multimodalRequest-streaming.json | 38 + .../parallelToolCallsRequest-streaming.json | 920 ++ .../reasoningRequest-streaming.json | 2486 ++++ .../reasoningRequestTruncated-streaming.json | 38 + .../reasoningWithOutput-streaming.json | 1514 ++ .../simpleRequest-streaming.json | 236 + .../simpleRequestTruncated-streaming.json | 38 + .../systemMessageArrayContent-streaming.json | 38 + .../toolCallRequest-streaming.json | 249 + 14 files changed, 29007 insertions(+), 25 deletions(-) create mode 100644 payloads/transforms/anthropic_to_chat-completions/complexReasoningRequest-streaming.json create mode 100644 payloads/transforms/anthropic_to_chat-completions/multimodalRequest-streaming.json create mode 100644 payloads/transforms/anthropic_to_chat-completions/parallelToolCallsRequest-streaming.json create mode 100644 payloads/transforms/anthropic_to_chat-completions/reasoningRequest-streaming.json create mode 100644 payloads/transforms/anthropic_to_chat-completions/reasoningRequestTruncated-streaming.json create mode 100644 payloads/transforms/anthropic_to_chat-completions/reasoningWithOutput-streaming.json create mode 100644 payloads/transforms/anthropic_to_chat-completions/simpleRequest-streaming.json create mode 100644 payloads/transforms/anthropic_to_chat-completions/simpleRequestTruncated-streaming.json create mode 100644 payloads/transforms/anthropic_to_chat-completions/systemMessageArrayContent-streaming.json create mode 100644 payloads/transforms/anthropic_to_chat-completions/toolCallRequest-streaming.json diff --git a/hooks/pre-commit b/hooks/pre-commit index bae7e9b1..322468b1 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -37,17 +37,17 @@ if [ -f "payloads/package.json" ]; then # Run ESLint echo "🔍 Running ESLint..." - if ! npm run lint; then - echo "❌ ESLint found issues. Run 'npm run lint:fix' to fix automatically or fix manually." + if ! pnpm run lint; then + echo "❌ ESLint found issues. Run 'pnpm run lint:fix' to fix automatically or fix manually." exit 1 fi # Run Prettier check echo "🎨 Checking code formatting..." - if ! npm run format:check; then + if ! pnpm run format:check; then echo "❌ Code formatting issues found." echo "💡 Running Prettier to fix formatting..." - npm run format + pnpm run format cd .. echo "❌ Files were formatted by Prettier." echo "💡 Please re-add the formatted files and commit again:" @@ -57,7 +57,7 @@ if [ -f "payloads/package.json" ]; then # Run TypeScript type checking echo "🔍 Running TypeScript type check..." - if ! npm run typecheck; then + if ! pnpm run typecheck; then echo "❌ TypeScript type errors found. Please fix before committing." exit 1 fi diff --git a/payloads/scripts/transforms/__snapshots__/transforms-streaming.test.ts.snap b/payloads/scripts/transforms/__snapshots__/transforms-streaming.test.ts.snap index 9ee5bdbf..3854d8f1 100644 --- a/payloads/scripts/transforms/__snapshots__/transforms-streaming.test.ts.snap +++ b/payloads/scripts/transforms/__snapshots__/transforms-streaming.test.ts.snap @@ -1,5 +1,11617 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html +exports[`streaming: anthropic → chat-completions > complexReasoningRequest > streaming 1`] = ` +[ + { + "data": { + "message": { + "content": [], + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "model": "gpt-5-nano-2025-08-07", + "role": "assistant", + "stop_reason": null, + "stop_sequence": null, + "type": "message", + }, + "type": "message_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "There", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " are", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "144", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " times", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " shown", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "00", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "00", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " to", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "23", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "59", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "),", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " time", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " has", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " four", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "HH", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "MM", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ").", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " So", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " there", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " are", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "576", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " in", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " total", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ". + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Count", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " separately", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " for", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " the", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hour", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " part", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "HH", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ")", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " the", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " minute", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " part", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "MM", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "): + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "00", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "–", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "23", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "): +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " -", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " H", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "t", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "ens", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " of", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hour", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "):", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " occurs", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " in", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "10", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " in", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "10", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " in", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Since", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hour", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " lasts", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "60", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " minutes", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " the", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " counts", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " are", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ": +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " -", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " H", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "600", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "600", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "240", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " -", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " H", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "units", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " of", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hour", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "):", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "3", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " appear", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " in", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "3", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ";", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "–", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "9", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " appear", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " in", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Multiply", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " by", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "60", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " minutes", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ": +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " -", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " H", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "180", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "180", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "180", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "3", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "180", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "5", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "6", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "7", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "8", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "9", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Minutes", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "MM", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ")", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " over", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " all", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "24", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ": +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " -", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " M", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "t", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "ens", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " of", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " minutes", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "):", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "–", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "5", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " appear", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "10", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " times", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " per", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hour", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " there", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " are", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "24", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "–", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "5", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "240", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " -", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " M", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "units", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " of", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " minutes", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "):", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "–", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "9", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " appear", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "6", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " times", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " per", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hour", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " there", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " are", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "24", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "–", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "9", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " →", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "144", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Totals", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " per", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " across", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " all", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " four", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " positions", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "sum", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " of", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hour", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " minute", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "): + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "780", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ")", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "384", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "minutes", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ")", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "116", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "780", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "384", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "116", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "420", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "384", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "804", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "3", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "180", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "384", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "564", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "384", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "504", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "5", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "384", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "504", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "6", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "144", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "264", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "7", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "144", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "264", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "8", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "144", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "264", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Digit", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "9", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "144", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "264", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "From", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " this", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ": +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " The", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " most", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " common", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " are", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " appearing", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "116", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " times", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ". +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " The", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " rare", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "st", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " are", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "6", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "7", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "8", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "9", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " appearing", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "264", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " times", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ". + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Percent", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "ages", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " over", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " all", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "576", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " total", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "): +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " For", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "116", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " /", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "576", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "97", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " /", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "480", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ≈", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "20", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "21", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "%", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " For", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "6", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "–", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "9", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "264", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " /", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "576", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "11", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " /", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "240", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ≈", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "58", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "%", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "So", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ": +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Most", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " common", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "0", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " about", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "20", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "21", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "%", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ". +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " R", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "arest", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " digits", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "6", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "7", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "8", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "9", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " about", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "4", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "58", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "%", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " each", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "end_turn", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + +exports[`streaming: anthropic → chat-completions > multimodalRequest > streaming 1`] = ` +[ + { + "data": { + "message": { + "content": [], + "id": "chatcmpl-DQJks6CVOvWns8GNiynFRRn4ehgOp", + "model": "gpt-5-nano-2025-08-07", + "role": "assistant", + "stop_reason": null, + "stop_sequence": null, + "type": "message", + }, + "type": "message_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "max_tokens", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + +exports[`streaming: anthropic → chat-completions > parallelToolCallsRequest > streaming 1`] = ` +[ + { + "data": { + "message": { + "content": [], + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "model": "gpt-5-nano-2025-08-07", + "role": "assistant", + "stop_reason": null, + "stop_sequence": null, + "type": "message", + }, + "type": "message_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Here", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "’s", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " the", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " current", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " weather", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ": + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " San", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Francisco", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " CA", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "65", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "°F", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " sunny", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " New", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " York", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " NY", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "45", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "°F", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " cloudy", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Want", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " more", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " details", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "humidity", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " wind", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " or", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " a", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " forecast", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ")?", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " I", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " can", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " pull", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " those", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " as", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " well", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "end_turn", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + +exports[`streaming: anthropic → chat-completions > reasoningRequest > streaming 1`] = ` +[ + { + "data": { + "message": { + "content": [], + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "model": "gpt-5-nano-2025-08-07", + "role": "assistant", + "stop_reason": null, + "stop_sequence": null, + "type": "message", + }, + "type": "message_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Step", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Compute", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " distances", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "60", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " mph", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " for", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "60", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ×", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " miles", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "80", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " mph", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " for", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hour", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "80", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ×", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "80", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " miles", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Step", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Total", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " distance", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " and", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " total", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " time", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Total", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " distance", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "120", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "80", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "200", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " miles", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Total", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " time", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "1", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "3", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " hours", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Step", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "3", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Average", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " speed", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Average", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " speed", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " total", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " distance", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " /", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " total", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " time", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "200", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " /", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "3", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " mph", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " =", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "66", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "2", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "/", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "3", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " mph", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ≈", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "66", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "7", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " mph", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Answer", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ":", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "200", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "/", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "3", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " mph", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "about", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " ", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "66", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "7", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " mph", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ")", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "end_turn", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + +exports[`streaming: anthropic → chat-completions > reasoningRequestTruncated > streaming 1`] = ` +[ + { + "data": { + "message": { + "content": [], + "id": "chatcmpl-DQJkrNrNugghqC0hWDiKrEWQqNEAl", + "model": "gpt-5-nano-2025-08-07", + "role": "assistant", + "stop_reason": null, + "stop_sequence": null, + "type": "message", + }, + "type": "message_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "max_tokens", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + +exports[`streaming: anthropic → chat-completions > reasoningWithOutput > streaming 1`] = ` +[ + { + "data": { + "message": { + "content": [], + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "model": "gpt-5-nano-2025-08-07", + "role": "assistant", + "stop_reason": null, + "stop_sequence": null, + "type": "message", + }, + "type": "message_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Usually", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " blue", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " during", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " a", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " clear", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " daytime", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " because", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " sunlight", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " scat", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "ters", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " in", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " the", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " atmosphere", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " (", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "short", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "er", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " blue", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " wavelengths", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " scatter", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " more", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ").", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " It", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " can", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " appear", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ": + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Gray", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " when", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " it", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "’s", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " cloudy", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Red", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "/or", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "ange", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "/p", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "ink", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " at", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " sunrise", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " or", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " sunset", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Dark", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " blue", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " or", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " black", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " at", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " night", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "-", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Sometimes", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " yellow", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " brown", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " or", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " green", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "ish", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " in", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " storms", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " or", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " polluted", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " air", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " + +", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "If", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " you", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " have", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " a", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " specific", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " time", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " or", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " place", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " in", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " mind", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ",", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " I", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " can", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " tailor", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " it", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "end_turn", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + +exports[`streaming: anthropic → chat-completions > simpleRequest > streaming 1`] = ` +[ + { + "data": { + "message": { + "content": [], + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "model": "gpt-5-nano-2025-08-07", + "role": "assistant", + "stop_reason": null, + "stop_sequence": null, + "type": "message", + }, + "type": "message_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "Paris", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": ".", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " Would", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " you", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " like", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " more", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " details", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " about", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " the", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": " city", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "text": "?", + "type": "text_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "end_turn", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + +exports[`streaming: anthropic → chat-completions > simpleRequestTruncated > streaming 1`] = ` +[ + { + "data": { + "message": { + "content": [], + "id": "chatcmpl-DQJkrMIU2J4v7iRytwMG7LOig077e", + "model": "gpt-5-nano-2025-08-07", + "role": "assistant", + "stop_reason": null, + "stop_sequence": null, + "type": "message", + }, + "type": "message_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "max_tokens", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + +exports[`streaming: anthropic → chat-completions > systemMessageArrayContent > streaming 1`] = ` +[ + { + "data": { + "message": { + "content": [], + "id": "chatcmpl-DQJkv4fvJmyemAFjFO7Exu2n0aL8u", + "model": "gpt-5-nano-2025-08-07", + "role": "assistant", + "stop_reason": null, + "stop_sequence": null, + "type": "message", + }, + "type": "message_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "max_tokens", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + +exports[`streaming: anthropic → chat-completions > toolCallRequest > streaming 1`] = ` +[ + { + "data": { + "content_block": { + "id": "call_GorRpSS4hdX9lDaegxdR909C", + "input": {}, + "name": "get_weather", + "type": "tool_use", + }, + "index": 0, + "type": "content_block_start", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "partial_json": "{"", + "type": "input_json_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "partial_json": "location", + "type": "input_json_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "partial_json": "":"", + "type": "input_json_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "partial_json": "San", + "type": "input_json_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "partial_json": " Francisco", + "type": "input_json_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "partial_json": ",", + "type": "input_json_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "partial_json": " CA", + "type": "input_json_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "partial_json": ""}", + "type": "input_json_delta", + }, + "index": 0, + "type": "content_block_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, + { + "data": { + "delta": { + "stop_reason": "tool_use", + }, + "type": "message_delta", + }, + "sourceFormat": "openai", + "transformed": true, + }, +] +`; + exports[`streaming: chat-completions → anthropic > complexReasoningRequest > streaming 1`] = ` [ { diff --git a/payloads/scripts/transforms/capture-transforms.ts b/payloads/scripts/transforms/capture-transforms.ts index 5e9dbf77..c02613da 100644 --- a/payloads/scripts/transforms/capture-transforms.ts +++ b/payloads/scripts/transforms/capture-transforms.ts @@ -36,6 +36,10 @@ async function runConcurrently(tasks: (() => Promise)[]): Promise { let _anthropic: Anthropic | undefined; let _openai: OpenAI | undefined; +type CallProviderOptions = { + stream?: boolean; +}; + function getAnthropic(): Anthropic { if (!_anthropic) _anthropic = new Anthropic(); return _anthropic; @@ -79,28 +83,81 @@ async function callGoogleProvider( /* eslint-disable @typescript-eslint/consistent-type-assertions -- SDK methods require specific param types, validation done by transformAndValidateRequest */ async function callProvider( format: SourceFormat, - request: Record + request: Record, + options?: CallProviderOptions ): Promise { + const stream = options?.stream === true; switch (format) { case "anthropic": + if (stream) { + return getAnthropic().messages.create( + { + ...(request as unknown as Anthropic.MessageCreateParams), + stream: true, + }, + { headers: { "anthropic-beta": "structured-outputs-2025-11-13" } } + ); + } return getAnthropic().messages.create( request as unknown as Anthropic.MessageCreateParams, { headers: { "anthropic-beta": "structured-outputs-2025-11-13" } } ); case "chat-completions": + if (stream) { + return getOpenAI().chat.completions.create({ + ...(request as unknown as OpenAI.ChatCompletionCreateParams), + stream: true, + } as OpenAI.ChatCompletionCreateParams); + } return getOpenAI().chat.completions.create( request as unknown as OpenAI.ChatCompletionCreateParams ); case "responses": + if (stream) { + return getOpenAI().responses.create({ + ...(request as unknown as OpenAI.Responses.ResponseCreateParams), + stream: true, + }); + } return getOpenAI().responses.create( request as unknown as OpenAI.Responses.ResponseCreateParams ); case "google": + if (stream) { + throw new Error( + "Streaming capture is not implemented for google target in capture-transforms.ts" + ); + } return callGoogleProvider(request); } } /* eslint-enable @typescript-eslint/consistent-type-assertions */ +function isAsyncIterable(value: unknown): value is AsyncIterable { + return ( + typeof value === "object" && + value !== null && + Symbol.asyncIterator in value && + typeof value[Symbol.asyncIterator] === "function" + ); +} + +async function collectStreamChunks( + streamResponse: unknown +): Promise { + if (!isAsyncIterable(streamResponse)) { + throw new Error( + "Expected streaming provider response to be async iterable" + ); + } + + const chunks: unknown[] = []; + for await (const chunk of streamResponse) { + chunks.push(chunk); + } + return chunks; +} + export async function captureTransforms( filter?: string, force?: boolean, @@ -237,22 +294,12 @@ export async function captureTransforms( ? targetCase.model : TARGET_MODELS[streamingPair.target]; - /* eslint-disable @typescript-eslint/consistent-type-assertions -- SDK requires specific param type */ - const streamResponse = await getAnthropic().messages.create( - { - ...(streamRequest as unknown as Anthropic.MessageCreateParams), - stream: true, - }, - { - headers: { "anthropic-beta": "structured-outputs-2025-11-13" }, - } + const streamResponse = await callProvider( + streamingPair.target, + streamRequest, + { stream: true } ); - /* eslint-enable @typescript-eslint/consistent-type-assertions */ - - const chunks: unknown[] = []; - for await (const chunk of streamResponse) { - chunks.push(chunk); - } + const chunks = await collectStreamChunks(streamResponse); writeFileSync(streamingPath, JSON.stringify(chunks, null, 2)); console.log( diff --git a/payloads/scripts/transforms/helpers.ts b/payloads/scripts/transforms/helpers.ts index cda5ca4f..337cc8c5 100644 --- a/payloads/scripts/transforms/helpers.ts +++ b/payloads/scripts/transforms/helpers.ts @@ -231,10 +231,20 @@ export function getTransformableCases( }); } -// Streaming: only chat-completions → anthropic for now -export const STREAMING_PAIRS: TransformPair[] = TRANSFORM_PAIRS.filter( - (p) => p.source === "chat-completions" && p.target === "anthropic" -); +export const STREAMING_PAIRS: TransformPair[] = [ + { + source: "chat-completions", + target: "anthropic", + wasmSource: "OpenAI", + wasmTarget: "Anthropic", + }, + { + source: "anthropic", + target: "chat-completions", + wasmSource: "Anthropic", + wasmTarget: "OpenAI", + }, +]; export function getStreamingTransformableCases( pair: TransformPair, diff --git a/payloads/transforms/anthropic_to_chat-completions/complexReasoningRequest-streaming.json b/payloads/transforms/anthropic_to_chat-completions/complexReasoningRequest-streaming.json new file mode 100644 index 00000000..94d9ee14 --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/complexReasoningRequest-streaming.json @@ -0,0 +1,11756 @@ +[ + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": "", + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "sw" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "There" + }, + "finish_reason": null + } + ], + "obfuscation": "moEWQDFoHEeskqK" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " are" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Zmv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "144" + }, + "finish_reason": null + } + ], + "obfuscation": "6" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "CI9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " times" + }, + "finish_reason": null + } + ], + "obfuscation": "rijaWLCwkaDgke" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " shown" + }, + "finish_reason": null + } + ], + "obfuscation": "zo1bY6oZQprGqo" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "mj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "00" + }, + "finish_reason": null + } + ], + "obfuscation": "jm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "Uwl" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "00" + }, + "finish_reason": null + } + ], + "obfuscation": "VP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " to" + }, + "finish_reason": null + } + ], + "obfuscation": "q" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "BZG" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "23" + }, + "finish_reason": null + } + ], + "obfuscation": "uS" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "3Xk" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "59" + }, + "finish_reason": null + } + ], + "obfuscation": "69" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ")," + }, + "finish_reason": null + } + ], + "obfuscation": "x3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "eQzh4MDvcGZL9Av" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " time" + }, + "finish_reason": null + } + ], + "obfuscation": "PT6vYA6LnfH6X4H" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " has" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " four" + }, + "finish_reason": null + } + ], + "obfuscation": "djIieb7llSOf5FT" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "i5nz1rYfTXnJD" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "K8" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "HH" + }, + "finish_reason": null + } + ], + "obfuscation": "TF" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "MM" + }, + "finish_reason": null + } + ], + "obfuscation": "2C" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ")." + }, + "finish_reason": null + } + ], + "obfuscation": "by" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " So" + }, + "finish_reason": null + } + ], + "obfuscation": "K" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " there" + }, + "finish_reason": null + } + ], + "obfuscation": "CvfWukOAlpJdmD" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " are" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "AKn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "576" + }, + "finish_reason": null + } + ], + "obfuscation": "a" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "Kdc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "hQYhi2LjW58Ik" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " in" + }, + "finish_reason": null + } + ], + "obfuscation": "a" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " total" + }, + "finish_reason": null + } + ], + "obfuscation": "PUtngAYRekeJ9L" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ".\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "n5BmNwUA2h5uduN" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Count" + }, + "finish_reason": null + } + ], + "obfuscation": "X378nBn5J7i5kM3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "YOir3Gz8BvJhn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " separately" + }, + "finish_reason": null + } + ], + "obfuscation": "dkrxW9hVq" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " for" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " the" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hour" + }, + "finish_reason": null + } + ], + "obfuscation": "rRC45sYQjicO3Ws" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " part" + }, + "finish_reason": null + } + ], + "obfuscation": "v2lBVpFqbDeD2hb" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "bd" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "HH" + }, + "finish_reason": null + } + ], + "obfuscation": "Ii" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ")" + }, + "finish_reason": null + } + ], + "obfuscation": "RnC" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " the" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " minute" + }, + "finish_reason": null + } + ], + "obfuscation": "9N0LtgAp8mxV3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " part" + }, + "finish_reason": null + } + ], + "obfuscation": "IzidBVlJmqxadQR" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "YT" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "MM" + }, + "finish_reason": null + } + ], + "obfuscation": "lP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "):\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "2Qahn50fPTvSDR" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "vKi" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Hours" + }, + "finish_reason": null + } + ], + "obfuscation": "ml4Ky4JzjLax51" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "MR" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "00" + }, + "finish_reason": null + } + ], + "obfuscation": "Wp" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "–" + }, + "finish_reason": null + } + ], + "obfuscation": "Rdw" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "23" + }, + "finish_reason": null + } + ], + "obfuscation": "Oe" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "):\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "EZ9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " -" + }, + "finish_reason": null + } + ], + "obfuscation": "L2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " H" + }, + "finish_reason": null + } + ], + "obfuscation": "8Y" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "Rpp" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "ii" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "t" + }, + "finish_reason": null + } + ], + "obfuscation": "fc3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "ens" + }, + "finish_reason": null + } + ], + "obfuscation": "O" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digit" + }, + "finish_reason": null + } + ], + "obfuscation": "PXMNzoyNOrA40g" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " of" + }, + "finish_reason": null + } + ], + "obfuscation": "R" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hour" + }, + "finish_reason": null + } + ], + "obfuscation": "618w0oAHfY2slTH" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "):" + }, + "finish_reason": null + } + ], + "obfuscation": "kX" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Dz7" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "VBu" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " occurs" + }, + "finish_reason": null + } + ], + "obfuscation": "vID7LQ3hjj65N" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " in" + }, + "finish_reason": null + } + ], + "obfuscation": "U" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "jsF" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "10" + }, + "finish_reason": null + } + ], + "obfuscation": "ch" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "HK8hUTy5SiWFNl" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "eNx" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "jEC" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "GmP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " in" + }, + "finish_reason": null + } + ], + "obfuscation": "S" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Fmz" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "10" + }, + "finish_reason": null + } + ], + "obfuscation": "Zb" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "zz5LU7ymalezFQ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "cfm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "HIQ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "ROs" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " in" + }, + "finish_reason": null + } + ], + "obfuscation": "3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "khW" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "PUI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "oxOS2VEiI2Ziec" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "cDE" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Since" + }, + "finish_reason": null + } + ], + "obfuscation": "f4UbUG8ioU0g8U" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "9GumzTGErsHwD77" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hour" + }, + "finish_reason": null + } + ], + "obfuscation": "FnxGHGVKmmuCDWB" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " lasts" + }, + "finish_reason": null + } + ], + "obfuscation": "4WyRvYaC9exO3B" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "4IR" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "60" + }, + "finish_reason": null + } + ], + "obfuscation": "RD" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " minutes" + }, + "finish_reason": null + } + ], + "obfuscation": "YZ6ZP9g5ItP9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "u2M" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " the" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " counts" + }, + "finish_reason": null + } + ], + "obfuscation": "zasmDEA0LP2Hj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " are" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":\n" + }, + "finish_reason": null + } + ], + "obfuscation": "c" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "a" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " -" + }, + "finish_reason": null + } + ], + "obfuscation": "pb" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " H" + }, + "finish_reason": null + } + ], + "obfuscation": "iu" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "wAy" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "ETE" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "JGk" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "CgU" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "7V" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "gNP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "600" + }, + "finish_reason": null + } + ], + "obfuscation": "Z" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "4TQ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Jxm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "vCI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "KC" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "njc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "600" + }, + "finish_reason": null + } + ], + "obfuscation": "f" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "Bmc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "YlZ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "Irp" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "2Y" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Q58" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "240" + }, + "finish_reason": null + } + ], + "obfuscation": "7" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "pw" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "RVM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " -" + }, + "finish_reason": null + } + ], + "obfuscation": "za" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " H" + }, + "finish_reason": null + } + ], + "obfuscation": "29" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "yXF" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "rF" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "units" + }, + "finish_reason": null + } + ], + "obfuscation": "zOgVXNdllBwlDY1" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digit" + }, + "finish_reason": null + } + ], + "obfuscation": "LcMx9VBkBtMf6v" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " of" + }, + "finish_reason": null + } + ], + "obfuscation": "G" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hour" + }, + "finish_reason": null + } + ], + "obfuscation": "IaR03eBML4TxDgk" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "):" + }, + "finish_reason": null + } + ], + "obfuscation": "00" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "KuogPaRzFtbuD" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "1NH" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "vt4" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "B6h" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "rug" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "om3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "bnB" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "YsP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "3" + }, + "finish_reason": null + } + ], + "obfuscation": "jTz" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " appear" + }, + "finish_reason": null + } + ], + "obfuscation": "cLE9uWoFFtDwr" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " in" + }, + "finish_reason": null + } + ], + "obfuscation": "x" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "o1w" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "3" + }, + "finish_reason": null + } + ], + "obfuscation": "ZOt" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "eA34RJY7XesrU2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "9irMGhznFI6XA68" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ";" + }, + "finish_reason": null + } + ], + "obfuscation": "Ouo" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "p5O6J81SPwnwe" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "vlz" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "gqc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "–" + }, + "finish_reason": null + } + ], + "obfuscation": "GF5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "9" + }, + "finish_reason": null + } + ], + "obfuscation": "Csn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " appear" + }, + "finish_reason": null + } + ], + "obfuscation": "d7JaWak1U50nm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " in" + }, + "finish_reason": null + } + ], + "obfuscation": "E" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "CFE" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "8yq" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "VAC6y6I8PdSAuf" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "sURVUdnl5CHuHCl" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "AHz" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Multiply" + }, + "finish_reason": null + } + ], + "obfuscation": "F0eoSVlOOqO" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " by" + }, + "finish_reason": null + } + ], + "obfuscation": "a" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "NJo" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "60" + }, + "finish_reason": null + } + ], + "obfuscation": "7c" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " minutes" + }, + "finish_reason": null + } + ], + "obfuscation": "RfESRuOBM1G3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":\n" + }, + "finish_reason": null + } + ], + "obfuscation": "E" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "S" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " -" + }, + "finish_reason": null + } + ], + "obfuscation": "iU" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " H" + }, + "finish_reason": null + } + ], + "obfuscation": "d1" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "iIC" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "Pze" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "oNV" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "Bby" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "LI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Zuj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "180" + }, + "finish_reason": null + } + ], + "obfuscation": "0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "NVS" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "j9E" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "3qM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "FG" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "EaR" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "180" + }, + "finish_reason": null + } + ], + "obfuscation": "E" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "010" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "oCx" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "Ybn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "DR" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "XZY" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "180" + }, + "finish_reason": null + } + ], + "obfuscation": "W" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "C9T" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Qrl" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "3" + }, + "finish_reason": null + } + ], + "obfuscation": "3t2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "qf" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "sY8" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "180" + }, + "finish_reason": null + } + ], + "obfuscation": "K" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "wPw" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "vPs" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "dvN" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "A6" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "TUJ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "O" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "dHL" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Cz7" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "5" + }, + "finish_reason": null + } + ], + "obfuscation": "HvI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "8r" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "eaM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "Q" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "0nv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "pmr" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "6" + }, + "finish_reason": null + } + ], + "obfuscation": "FMC" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "kl" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "GGG" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "b" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "RFj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Lsh" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "7" + }, + "finish_reason": null + } + ], + "obfuscation": "CrK" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "7E" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "0ng" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "b" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "n2y" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "U6r" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "8" + }, + "finish_reason": null + } + ], + "obfuscation": "Qic" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "US" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "J5A" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "A" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "t8I" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "REk" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "9" + }, + "finish_reason": null + } + ], + "obfuscation": "y3Z" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "w4" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "zaM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "4" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "6a5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Minutes" + }, + "finish_reason": null + } + ], + "obfuscation": "1i3cphUb8Tb1" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "CY" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "MM" + }, + "finish_reason": null + } + ], + "obfuscation": "6r" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ")" + }, + "finish_reason": null + } + ], + "obfuscation": "4vV" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " over" + }, + "finish_reason": null + } + ], + "obfuscation": "lNEa89YdmHmg4kN" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " all" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "XVu" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "24" + }, + "finish_reason": null + } + ], + "obfuscation": "jG" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "0U18AivQtj1aub" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":\n" + }, + "finish_reason": null + } + ], + "obfuscation": "b" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "gFc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " -" + }, + "finish_reason": null + } + ], + "obfuscation": "HA" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " M" + }, + "finish_reason": null + } + ], + "obfuscation": "sb" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "tmj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "ge" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "t" + }, + "finish_reason": null + } + ], + "obfuscation": "FW2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "ens" + }, + "finish_reason": null + } + ], + "obfuscation": "f" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digit" + }, + "finish_reason": null + } + ], + "obfuscation": "QVOOr6vu1jxVo5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " of" + }, + "finish_reason": null + } + ], + "obfuscation": "g" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " minutes" + }, + "finish_reason": null + } + ], + "obfuscation": "H4x4ZeR6sNXh" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "):" + }, + "finish_reason": null + } + ], + "obfuscation": "en" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "yB4" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "AE3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "–" + }, + "finish_reason": null + } + ], + "obfuscation": "dMM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "5" + }, + "finish_reason": null + } + ], + "obfuscation": "HSS" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "QnDhqRSCRbwKn4U" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " appear" + }, + "finish_reason": null + } + ], + "obfuscation": "W1JqaZ7k4CukZ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "zm8" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "10" + }, + "finish_reason": null + } + ], + "obfuscation": "ne" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " times" + }, + "finish_reason": null + } + ], + "obfuscation": "6EN6MmGaB3K4J7" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " per" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hour" + }, + "finish_reason": null + } + ], + "obfuscation": "ZGwCcbQ2TY0xvOZ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "JiX" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " there" + }, + "finish_reason": null + } + ], + "obfuscation": "AAaw0ZM73ehLo5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " are" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "lg9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "24" + }, + "finish_reason": null + } + ], + "obfuscation": "ST" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "aD17NyKlinIgW1" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "kf3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "lKI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "CmY" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "–" + }, + "finish_reason": null + } + ], + "obfuscation": "1iu" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "5" + }, + "finish_reason": null + } + ], + "obfuscation": "Asa" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "IA" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "CWc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "240" + }, + "finish_reason": null + } + ], + "obfuscation": "i" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "LDBYQynA4v8PDAK" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "g0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "pHi" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " -" + }, + "finish_reason": null + } + ], + "obfuscation": "xZ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " M" + }, + "finish_reason": null + } + ], + "obfuscation": "7w" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "CvZ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "6f" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "units" + }, + "finish_reason": null + } + ], + "obfuscation": "bgg4Sh3WVU744l2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digit" + }, + "finish_reason": null + } + ], + "obfuscation": "e27XLkVWMhrR8B" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " of" + }, + "finish_reason": null + } + ], + "obfuscation": "C" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " minutes" + }, + "finish_reason": null + } + ], + "obfuscation": "Rxe5GPwPpsao" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "):" + }, + "finish_reason": null + } + ], + "obfuscation": "0x" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "PuG" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "dsn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "–" + }, + "finish_reason": null + } + ], + "obfuscation": "yX0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "9" + }, + "finish_reason": null + } + ], + "obfuscation": "1rP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "jVipI443sDPlyNN" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " appear" + }, + "finish_reason": null + } + ], + "obfuscation": "QRqqmmFaEqa7u" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "3kE" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "6" + }, + "finish_reason": null + } + ], + "obfuscation": "fi0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " times" + }, + "finish_reason": null + } + ], + "obfuscation": "ryZdiNfg3ZS6Kh" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " per" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hour" + }, + "finish_reason": null + } + ], + "obfuscation": "RvVD1u4ruNYKeId" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "6nB" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " there" + }, + "finish_reason": null + } + ], + "obfuscation": "ICMT4fUS23gKA3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " are" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "foc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "24" + }, + "finish_reason": null + } + ], + "obfuscation": "SM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "xpfrNRvT35HKZ7" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "sG5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "afm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "Obs" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "–" + }, + "finish_reason": null + } + ], + "obfuscation": "bza" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "9" + }, + "finish_reason": null + } + ], + "obfuscation": "3Ad" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " →" + }, + "finish_reason": null + } + ], + "obfuscation": "Wz" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Ehm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "144" + }, + "finish_reason": null + } + ], + "obfuscation": "F" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "hO7DNu9d2iTSvsF" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Totals" + }, + "finish_reason": null + } + ], + "obfuscation": "GiLEx5FQYoLe3B" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " per" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digit" + }, + "finish_reason": null + } + ], + "obfuscation": "Dg53DJFPAiIuRl" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " across" + }, + "finish_reason": null + } + ], + "obfuscation": "nk1AGWxGIjoAI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " all" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " four" + }, + "finish_reason": null + } + ], + "obfuscation": "1Qm1DD4jZHL1ttv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " positions" + }, + "finish_reason": null + } + ], + "obfuscation": "h7ivVdtDuN" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "ke" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "sum" + }, + "finish_reason": null + } + ], + "obfuscation": "i" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " of" + }, + "finish_reason": null + } + ], + "obfuscation": "N" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hour" + }, + "finish_reason": null + } + ], + "obfuscation": "OytLE2XuRSFS5pE" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "Yc3pN4UBbT63N" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " minute" + }, + "finish_reason": null + } + ], + "obfuscation": "n3zhCwQYA0MjJ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "pJIas8edI4TWi" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "):\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "YqlQgMDpVfBaft" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "asd" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "5HlNUYxe39i4kj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "NYi" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "LrL" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "ltz" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "EOj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "780" + }, + "finish_reason": null + } + ], + "obfuscation": "3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "wt" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "hours" + }, + "finish_reason": null + } + ], + "obfuscation": "AWVd1ETJSZaaRk0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ")" + }, + "finish_reason": null + } + ], + "obfuscation": "XYa" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "zI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "ch9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "384" + }, + "finish_reason": null + } + ], + "obfuscation": "c" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "F8" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "minutes" + }, + "finish_reason": null + } + ], + "obfuscation": "fvhmPQgA7iNax" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ")" + }, + "finish_reason": null + } + ], + "obfuscation": "dId" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "bv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "EeE" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "116" + }, + "finish_reason": null + } + ], + "obfuscation": "0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "Yl6" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "ps" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "XTP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "FRWLVzLsGZT9uF" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Q6A" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "lNL" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "5S2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "1E4" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "780" + }, + "finish_reason": null + } + ], + "obfuscation": "d" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "zB" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "bS7" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "384" + }, + "finish_reason": null + } + ], + "obfuscation": "N" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "Qs" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "CN5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "116" + }, + "finish_reason": null + } + ], + "obfuscation": "M" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "IMP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "Ac" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "Umv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "rs9rEgWB9MUcdX" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Jv9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "4Fd" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "XVA" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "RZn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "420" + }, + "finish_reason": null + } + ], + "obfuscation": "8" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "tO" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "yrq" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "384" + }, + "finish_reason": null + } + ], + "obfuscation": "M" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "Av" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "bGB" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "804" + }, + "finish_reason": null + } + ], + "obfuscation": "M" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "gr" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "VFo" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "xY5oYe6SA3poYz" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "1Xn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "3" + }, + "finish_reason": null + } + ], + "obfuscation": "ps8" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "dqR" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "0sJ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "180" + }, + "finish_reason": null + } + ], + "obfuscation": "9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "5F" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "UTf" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "384" + }, + "finish_reason": null + } + ], + "obfuscation": "Y" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "P7" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "HWC" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "564" + }, + "finish_reason": null + } + ], + "obfuscation": "O" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "pI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "Fsu" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "8OBlcim8qs48KA" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "UvP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "Cbv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "xMn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "E6J" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "m" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "bI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "OMj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "384" + }, + "finish_reason": null + } + ], + "obfuscation": "a" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "PQ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "kAe" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "504" + }, + "finish_reason": null + } + ], + "obfuscation": "H" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "Pv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "WRe" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "8giBj77Ziq580O" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "QO2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "5" + }, + "finish_reason": null + } + ], + "obfuscation": "Nop" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "6Tm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "3Mt" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "R" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "dJ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "UVZ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "384" + }, + "finish_reason": null + } + ], + "obfuscation": "Q" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "c9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "hv5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "504" + }, + "finish_reason": null + } + ], + "obfuscation": "c" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "Yc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "7fF" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "AufbNhooBcLNms" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "HgP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "6" + }, + "finish_reason": null + } + ], + "obfuscation": "0mS" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "DIn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "rUa" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "y" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "oC" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "BFN" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "144" + }, + "finish_reason": null + } + ], + "obfuscation": "2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "Yu" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "1U6" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "264" + }, + "finish_reason": null + } + ], + "obfuscation": "J" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "EU" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "QVX" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "UqjHv3Jami8eft" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Bpq" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "7" + }, + "finish_reason": null + } + ], + "obfuscation": "B9X" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "z8h" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "yIi" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "C" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "qK" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "I2B" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "144" + }, + "finish_reason": null + } + ], + "obfuscation": "n" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "vc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "8CM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "264" + }, + "finish_reason": null + } + ], + "obfuscation": "z" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "r4" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "OZr" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "GQSiRjjzdJuP3G" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "jQT" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "8" + }, + "finish_reason": null + } + ], + "obfuscation": "TGH" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "sW0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "jb3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "Tm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "awi" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "144" + }, + "finish_reason": null + } + ], + "obfuscation": "w" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "H5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "7DK" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "264" + }, + "finish_reason": null + } + ], + "obfuscation": "y" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "hj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "0Iq" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Digit" + }, + "finish_reason": null + } + ], + "obfuscation": "xiJqTCG3ulpyaM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Rgg" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "9" + }, + "finish_reason": null + } + ], + "obfuscation": "loX" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "0mh" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "smu" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "t" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "1C" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "6ab" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "144" + }, + "finish_reason": null + } + ], + "obfuscation": "5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "rb" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "ROK" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "264" + }, + "finish_reason": null + } + ], + "obfuscation": "H" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "From" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " this" + }, + "finish_reason": null + } + ], + "obfuscation": "1CRE05qJl3D9mQw" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":\n" + }, + "finish_reason": null + } + ], + "obfuscation": "o" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "Fg1" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " The" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " most" + }, + "finish_reason": null + } + ], + "obfuscation": "fSWarEUpKAZ2T0X" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " common" + }, + "finish_reason": null + } + ], + "obfuscation": "2Fp0ApK2DsSAy" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "YhdqmgsslWlld" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " are" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "k4E" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "BJ9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Z8W" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "F72" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "AWh" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "N8kouz8cG9Fasqa" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " appearing" + }, + "finish_reason": null + } + ], + "obfuscation": "BQUYvaMDbj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "2uh" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "116" + }, + "finish_reason": null + } + ], + "obfuscation": "R" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "IY7" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " times" + }, + "finish_reason": null + } + ], + "obfuscation": "5IpwHz9ohMvZXX" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ".\n" + }, + "finish_reason": null + } + ], + "obfuscation": "S" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "dMH" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " The" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " rare" + }, + "finish_reason": null + } + ], + "obfuscation": "R9IPZHaQA4cUV33" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "st" + }, + "finish_reason": null + } + ], + "obfuscation": "WJ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "NQr7gTlbiHU15" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " are" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "OB2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "6" + }, + "finish_reason": null + } + ], + "obfuscation": "2gH" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "POI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "G55" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "7" + }, + "finish_reason": null + } + ], + "obfuscation": "Tc9" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "E6m" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "aLk" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "8" + }, + "finish_reason": null + } + ], + "obfuscation": "rFA" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "2Pj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "mLy" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "9" + }, + "finish_reason": null + } + ], + "obfuscation": "LgI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "jgu" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "de2MDGI0wAzmdyM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " appearing" + }, + "finish_reason": null + } + ], + "obfuscation": "nGsYjMWpyL" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "oWn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "264" + }, + "finish_reason": null + } + ], + "obfuscation": "I" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " times" + }, + "finish_reason": null + } + ], + "obfuscation": "CweRcr03QHSRT2" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ".\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "fGvddOEMNqL8eiB" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Percent" + }, + "finish_reason": null + } + ], + "obfuscation": "LyWv3RDWLlNnO" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "ages" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " over" + }, + "finish_reason": null + } + ], + "obfuscation": "0zzItI2lVZUf3jI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " all" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "IRoYMmPsX2Awy" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "Jb" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "576" + }, + "finish_reason": null + } + ], + "obfuscation": "t" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "JD0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " total" + }, + "finish_reason": null + } + ], + "obfuscation": "eWBpO13a3Cfq1A" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "OvjlWtfj9rQe1" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "):\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "g7h" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " For" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "bLS" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "sJG" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "nyi" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "NGF" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "6mL" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "jnn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "116" + }, + "finish_reason": null + } + ], + "obfuscation": "w" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "LZE" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " /" + }, + "finish_reason": null + } + ], + "obfuscation": "ot" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Q19" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "576" + }, + "finish_reason": null + } + ], + "obfuscation": "N" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "BA8" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "88" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "MsI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "97" + }, + "finish_reason": null + } + ], + "obfuscation": "Fw" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " /" + }, + "finish_reason": null + } + ], + "obfuscation": "OP" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "7wF" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "480" + }, + "finish_reason": null + } + ], + "obfuscation": "m" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " ≈" + }, + "finish_reason": null + } + ], + "obfuscation": "Rc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "tJw" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "20" + }, + "finish_reason": null + } + ], + "obfuscation": "wf" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "PBv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "21" + }, + "finish_reason": null + } + ], + "obfuscation": "RT" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "%" + }, + "finish_reason": null + } + ], + "obfuscation": "TMQ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "YBayFQVmMQUBW5v" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "lw" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "Akp" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " For" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "44I" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "6" + }, + "finish_reason": null + } + ], + "obfuscation": "vYo" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "–" + }, + "finish_reason": null + } + ], + "obfuscation": "8AX" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "9" + }, + "finish_reason": null + } + ], + "obfuscation": "11z" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "wd1" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Bfv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "264" + }, + "finish_reason": null + } + ], + "obfuscation": "a" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " /" + }, + "finish_reason": null + } + ], + "obfuscation": "9W" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "VdM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "576" + }, + "finish_reason": null + } + ], + "obfuscation": "y" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "Rn1" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "VK" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "uHy" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "11" + }, + "finish_reason": null + } + ], + "obfuscation": "OJ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " /" + }, + "finish_reason": null + } + ], + "obfuscation": "Oj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "f7D" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "240" + }, + "finish_reason": null + } + ], + "obfuscation": "e" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " ≈" + }, + "finish_reason": null + } + ], + "obfuscation": "HK" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "y0z" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "6wm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "ZC7" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "58" + }, + "finish_reason": null + } + ], + "obfuscation": "43" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "%" + }, + "finish_reason": null + } + ], + "obfuscation": "7nM" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "X8Bc8FhDb8UfUDc" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "So" + }, + "finish_reason": null + } + ], + "obfuscation": "hV" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":\n" + }, + "finish_reason": null + } + ], + "obfuscation": "D" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "rfy" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Most" + }, + "finish_reason": null + } + ], + "obfuscation": "04qrugt3ilQDmqe" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " common" + }, + "finish_reason": null + } + ], + "obfuscation": "jpdGFqszAlH4o" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "o6ZPrlN3ofDAW" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "Szn" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "vFH" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "0" + }, + "finish_reason": null + } + ], + "obfuscation": "246" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "7ww" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "Vib" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "TbQ" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " about" + }, + "finish_reason": null + } + ], + "obfuscation": "uacNtOdQznfaQ0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Xmi" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "20" + }, + "finish_reason": null + } + ], + "obfuscation": "PI" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "3s5" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "21" + }, + "finish_reason": null + } + ], + "obfuscation": "uR" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "%" + }, + "finish_reason": null + } + ], + "obfuscation": "dRb" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "7RVC9vVeCLP3Mej" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ".\n" + }, + "finish_reason": null + } + ], + "obfuscation": "w" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "9Kk" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " R" + }, + "finish_reason": null + } + ], + "obfuscation": "i4" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "arest" + }, + "finish_reason": null + } + ], + "obfuscation": "Vtv3A5b5aWEtKQj" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " digits" + }, + "finish_reason": null + } + ], + "obfuscation": "3ugoQNIe9vLO0" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "Q72" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "bJ1" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "6" + }, + "finish_reason": null + } + ], + "obfuscation": "690" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "KLv" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "wn3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "7" + }, + "finish_reason": null + } + ], + "obfuscation": "15Z" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "McL" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "jqk" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "8" + }, + "finish_reason": null + } + ], + "obfuscation": "E8a" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "fCG" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "eqi" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "9" + }, + "finish_reason": null + } + ], + "obfuscation": "pfm" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "99Y" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " about" + }, + "finish_reason": null + } + ], + "obfuscation": "MkfbtdHBewKZ4d" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Wg6" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "4" + }, + "finish_reason": null + } + ], + "obfuscation": "Nlh" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "1Ay" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "58" + }, + "finish_reason": null + } + ], + "obfuscation": "t3" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "%" + }, + "finish_reason": null + } + ], + "obfuscation": "OrD" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " each" + }, + "finish_reason": null + } + ], + "obfuscation": "0S3S4VAE7GYcXW8" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "HXg" + }, + { + "id": "chatcmpl-DQJkt7wWytDi8Nj25RE2kiFvAJAw7", + "object": "chat.completion.chunk", + "created": 1775164839, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "stop" + } + ], + "obfuscation": "qdHoO6Y67VCzIm" + } +] \ No newline at end of file diff --git a/payloads/transforms/anthropic_to_chat-completions/multimodalRequest-streaming.json b/payloads/transforms/anthropic_to_chat-completions/multimodalRequest-streaming.json new file mode 100644 index 00000000..ee5ac9df --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/multimodalRequest-streaming.json @@ -0,0 +1,38 @@ +[ + { + "id": "chatcmpl-DQJks6CVOvWns8GNiynFRRn4ehgOp", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": "", + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "l6" + }, + { + "id": "chatcmpl-DQJks6CVOvWns8GNiynFRRn4ehgOp", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "length" + } + ], + "obfuscation": "CferdrZOOJLX" + } +] \ No newline at end of file diff --git a/payloads/transforms/anthropic_to_chat-completions/parallelToolCallsRequest-streaming.json b/payloads/transforms/anthropic_to_chat-completions/parallelToolCallsRequest-streaming.json new file mode 100644 index 00000000..9d75a712 --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/parallelToolCallsRequest-streaming.json @@ -0,0 +1,920 @@ +[ + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": "", + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "lQ" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Here" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "’s" + }, + "finish_reason": null + } + ], + "obfuscation": "X5" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " the" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " current" + }, + "finish_reason": null + } + ], + "obfuscation": "9Lbe7J51VTIY" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " weather" + }, + "finish_reason": null + } + ], + "obfuscation": "mFAN87ZAucUX" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "tspl6C9pGiBEiI4" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "wPV" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " San" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Francisco" + }, + "finish_reason": null + } + ], + "obfuscation": "wPuPaaW52m" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "Gki" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " CA" + }, + "finish_reason": null + } + ], + "obfuscation": "x" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "WzG" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "Pej" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "65" + }, + "finish_reason": null + } + ], + "obfuscation": "hY" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "°F" + }, + "finish_reason": null + } + ], + "obfuscation": "mx" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " sunny" + }, + "finish_reason": null + } + ], + "obfuscation": "XpSI7B6Fp4dWqS" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "Ja" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "72Y" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " New" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " York" + }, + "finish_reason": null + } + ], + "obfuscation": "4uOxknCWHjnNfi1" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "0hD" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " NY" + }, + "finish_reason": null + } + ], + "obfuscation": "i" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "WiO" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "1tJ" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "45" + }, + "finish_reason": null + } + ], + "obfuscation": "J4" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "°F" + }, + "finish_reason": null + } + ], + "obfuscation": "te" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " cloudy" + }, + "finish_reason": null + } + ], + "obfuscation": "ImUZ5YCSFhMjv" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Want" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " more" + }, + "finish_reason": null + } + ], + "obfuscation": "3BdZvkex1QobNDc" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " details" + }, + "finish_reason": null + } + ], + "obfuscation": "4mDchYqHwtJo" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "Aj" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "humidity" + }, + "finish_reason": null + } + ], + "obfuscation": "bU34Y9eAOa6f" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "50F" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " wind" + }, + "finish_reason": null + } + ], + "obfuscation": "ZY7wP7XV6mgzesz" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "ct9" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " or" + }, + "finish_reason": null + } + ], + "obfuscation": "S" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " a" + }, + "finish_reason": null + } + ], + "obfuscation": "iK" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " forecast" + }, + "finish_reason": null + } + ], + "obfuscation": "kfYFqhbDMk4" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ")?" + }, + "finish_reason": null + } + ], + "obfuscation": "4l" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " I" + }, + "finish_reason": null + } + ], + "obfuscation": "6x" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " can" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " pull" + }, + "finish_reason": null + } + ], + "obfuscation": "NVTGm9bpJ41u9DI" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " those" + }, + "finish_reason": null + } + ], + "obfuscation": "41Mvo6izBhzuNJ" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " as" + }, + "finish_reason": null + } + ], + "obfuscation": "T" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " well" + }, + "finish_reason": null + } + ], + "obfuscation": "oDPjmVe5LSDzIGN" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "CaC" + }, + { + "id": "chatcmpl-DQJkuG4BaCAMIm7LP1J2Z3sh5sXHT", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "stop" + } + ], + "obfuscation": "Zr3hw41mraMigD" + } +] \ No newline at end of file diff --git a/payloads/transforms/anthropic_to_chat-completions/reasoningRequest-streaming.json b/payloads/transforms/anthropic_to_chat-completions/reasoningRequest-streaming.json new file mode 100644 index 00000000..9829578a --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/reasoningRequest-streaming.json @@ -0,0 +1,2486 @@ +[ + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": "", + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "tS" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Step" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "cO1" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "zY7" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "9V4" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Compute" + }, + "finish_reason": null + } + ], + "obfuscation": "2txNeMXtWNQb" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " distances" + }, + "finish_reason": null + } + ], + "obfuscation": "SC1sOwLgcO" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "OE" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "WGN" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "4Eh" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "60" + }, + "finish_reason": null + } + ], + "obfuscation": "iJ" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " mph" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " for" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "nVN" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "35T" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "4ZsdpM1UvRhLWZ" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "KB7" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "dau" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "60" + }, + "finish_reason": null + } + ], + "obfuscation": "a1" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " ×" + }, + "finish_reason": null + } + ], + "obfuscation": "01" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "OMR" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "vcE" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "Ih" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "PoB" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "d" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " miles" + }, + "finish_reason": null + } + ], + "obfuscation": "phll0Gm5BiuZgZ" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "hG" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "SN1" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "PN2" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "80" + }, + "finish_reason": null + } + ], + "obfuscation": "Rp" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " mph" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " for" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "9yU" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "psM" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hour" + }, + "finish_reason": null + } + ], + "obfuscation": "WFbWwDbDcEt6zxL" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "tL6" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "9LQ" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "80" + }, + "finish_reason": null + } + ], + "obfuscation": "BM" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " ×" + }, + "finish_reason": null + } + ], + "obfuscation": "64" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "kAD" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "uIV" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "7i" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "NzG" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "80" + }, + "finish_reason": null + } + ], + "obfuscation": "tZ" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " miles" + }, + "finish_reason": null + } + ], + "obfuscation": "WgVj5lmpwwWkid" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Step" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "X35" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "5Re" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "fKv" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Total" + }, + "finish_reason": null + } + ], + "obfuscation": "5uuUhspduyvKME" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " distance" + }, + "finish_reason": null + } + ], + "obfuscation": "R71jOUVuXUS" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " and" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " total" + }, + "finish_reason": null + } + ], + "obfuscation": "VdSWOC2SxYX8qt" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " time" + }, + "finish_reason": null + } + ], + "obfuscation": "ojPUEwo7TJOxoWd" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "4a" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "CuQ" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Total" + }, + "finish_reason": null + } + ], + "obfuscation": "yzGWJqAC2lyMiJ" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " distance" + }, + "finish_reason": null + } + ], + "obfuscation": "PIYBp9aIwTf" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "mE" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "TZi" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "120" + }, + "finish_reason": null + } + ], + "obfuscation": "H" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "t2" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "W9N" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "80" + }, + "finish_reason": null + } + ], + "obfuscation": "MK" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "vv" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "31Z" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "200" + }, + "finish_reason": null + } + ], + "obfuscation": "i" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " miles" + }, + "finish_reason": null + } + ], + "obfuscation": "dONx0MsCPKfAAP" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "KV" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "2t1" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Total" + }, + "finish_reason": null + } + ], + "obfuscation": "tR7N3rPlGZIdRV" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " time" + }, + "finish_reason": null + } + ], + "obfuscation": "8QNh18YBDiyIZm8" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "Pl" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "4rn" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "fka" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " +" + }, + "finish_reason": null + } + ], + "obfuscation": "uM" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "D50" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "1" + }, + "finish_reason": null + } + ], + "obfuscation": "YuV" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "t9" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "bbv" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "3" + }, + "finish_reason": null + } + ], + "obfuscation": "CUy" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " hours" + }, + "finish_reason": null + } + ], + "obfuscation": "rgxFzabv6fNxX3" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Step" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "vwp" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "3" + }, + "finish_reason": null + } + ], + "obfuscation": "KQ9" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "GBT" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Average" + }, + "finish_reason": null + } + ], + "obfuscation": "kqszyfGiShss" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " speed" + }, + "finish_reason": null + } + ], + "obfuscation": "Ll24cIqcs9LxSd" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "3h" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "G1E" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Average" + }, + "finish_reason": null + } + ], + "obfuscation": "nm5Cke0Di8xN" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " speed" + }, + "finish_reason": null + } + ], + "obfuscation": "bI7w5gWJ0AuxsX" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "DB" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " total" + }, + "finish_reason": null + } + ], + "obfuscation": "rWnqbJPOgYeCpp" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " distance" + }, + "finish_reason": null + } + ], + "obfuscation": "IFbzWaKcT2T" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " /" + }, + "finish_reason": null + } + ], + "obfuscation": "3x" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " total" + }, + "finish_reason": null + } + ], + "obfuscation": "cEZRlUkiiyZWk5" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " time" + }, + "finish_reason": null + } + ], + "obfuscation": "YPDVq8307G1jBvO" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "QH" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "MdG" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "200" + }, + "finish_reason": null + } + ], + "obfuscation": "h" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " /" + }, + "finish_reason": null + } + ], + "obfuscation": "yb" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "CbA" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "3" + }, + "finish_reason": null + } + ], + "obfuscation": "aOK" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " mph" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " =" + }, + "finish_reason": null + } + ], + "obfuscation": "2g" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "h3V" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "66" + }, + "finish_reason": null + } + ], + "obfuscation": "b7" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "DRH" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "2" + }, + "finish_reason": null + } + ], + "obfuscation": "XeK" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "/" + }, + "finish_reason": null + } + ], + "obfuscation": "8RG" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "3" + }, + "finish_reason": null + } + ], + "obfuscation": "TWA" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " mph" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " ≈" + }, + "finish_reason": null + } + ], + "obfuscation": "Jz" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "DvF" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "66" + }, + "finish_reason": null + } + ], + "obfuscation": "UO" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "Cjp" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "7" + }, + "finish_reason": null + } + ], + "obfuscation": "SFU" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " mph" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Answer" + }, + "finish_reason": null + } + ], + "obfuscation": "OqSCW445oao58w" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":" + }, + "finish_reason": null + } + ], + "obfuscation": "XG3" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "7dh" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "200" + }, + "finish_reason": null + } + ], + "obfuscation": "T" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "/" + }, + "finish_reason": null + } + ], + "obfuscation": "uxj" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "3" + }, + "finish_reason": null + } + ], + "obfuscation": "zfa" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " mph" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "DR" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "about" + }, + "finish_reason": null + } + ], + "obfuscation": "Hy0nyEoxSbL7ByE" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " " + }, + "finish_reason": null + } + ], + "obfuscation": "wNz" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "66" + }, + "finish_reason": null + } + ], + "obfuscation": "Wv" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "Jop" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "7" + }, + "finish_reason": null + } + ], + "obfuscation": "ogz" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " mph" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ")" + }, + "finish_reason": null + } + ], + "obfuscation": "c2f" + }, + { + "id": "chatcmpl-DQJkr9f78WFuXJLs57NUzFZLu05KY", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "stop" + } + ], + "obfuscation": "IPj6Yid4l7ugOW" + } +] \ No newline at end of file diff --git a/payloads/transforms/anthropic_to_chat-completions/reasoningRequestTruncated-streaming.json b/payloads/transforms/anthropic_to_chat-completions/reasoningRequestTruncated-streaming.json new file mode 100644 index 00000000..fb374ff5 --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/reasoningRequestTruncated-streaming.json @@ -0,0 +1,38 @@ +[ + { + "id": "chatcmpl-DQJkrNrNugghqC0hWDiKrEWQqNEAl", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": "", + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "Yl" + }, + { + "id": "chatcmpl-DQJkrNrNugghqC0hWDiKrEWQqNEAl", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "length" + } + ], + "obfuscation": "OPcPJ1buRG8h" + } +] \ No newline at end of file diff --git a/payloads/transforms/anthropic_to_chat-completions/reasoningWithOutput-streaming.json b/payloads/transforms/anthropic_to_chat-completions/reasoningWithOutput-streaming.json new file mode 100644 index 00000000..c7efb87e --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/reasoningWithOutput-streaming.json @@ -0,0 +1,1514 @@ +[ + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": "", + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "Ne" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Usually" + }, + "finish_reason": null + } + ], + "obfuscation": "0UQn9T9XGlJ1e" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " blue" + }, + "finish_reason": null + } + ], + "obfuscation": "4Uym4Kf3hHgfk3z" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " during" + }, + "finish_reason": null + } + ], + "obfuscation": "xMMswA4UF4YIJ" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " a" + }, + "finish_reason": null + } + ], + "obfuscation": "um" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " clear" + }, + "finish_reason": null + } + ], + "obfuscation": "pnQoRxmFk4uNyN" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " daytime" + }, + "finish_reason": null + } + ], + "obfuscation": "xyBpCocsPnn6" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " because" + }, + "finish_reason": null + } + ], + "obfuscation": "bfip887wyRNk" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " sunlight" + }, + "finish_reason": null + } + ], + "obfuscation": "b3WjzKcE49t" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " scat" + }, + "finish_reason": null + } + ], + "obfuscation": "6QUQRsA3Zayewxw" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "ters" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " in" + }, + "finish_reason": null + } + ], + "obfuscation": "T" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " the" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " atmosphere" + }, + "finish_reason": null + } + ], + "obfuscation": "AQwrJhVzv" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " (" + }, + "finish_reason": null + } + ], + "obfuscation": "Ry" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "short" + }, + "finish_reason": null + } + ], + "obfuscation": "q1lE2cM2vkbCZUF" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "er" + }, + "finish_reason": null + } + ], + "obfuscation": "E9" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " blue" + }, + "finish_reason": null + } + ], + "obfuscation": "CpFDd3hB0KPrqla" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " wavelengths" + }, + "finish_reason": null + } + ], + "obfuscation": "if7U5OkF" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " scatter" + }, + "finish_reason": null + } + ], + "obfuscation": "K30ACOp1RYV2" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " more" + }, + "finish_reason": null + } + ], + "obfuscation": "YS61dSY2PD9OE3F" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ")." + }, + "finish_reason": null + } + ], + "obfuscation": "s2" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " It" + }, + "finish_reason": null + } + ], + "obfuscation": "d" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " can" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " appear" + }, + "finish_reason": null + } + ], + "obfuscation": "BvMjBJVmVk0SE" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": ":\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "2iERyhX5pIYYRDt" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "kBh" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Gray" + }, + "finish_reason": null + } + ], + "obfuscation": "sjWZKPMozWgO2w1" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " when" + }, + "finish_reason": null + } + ], + "obfuscation": "i8sMDK1hzCREiiW" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " it" + }, + "finish_reason": null + } + ], + "obfuscation": "H" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "’s" + }, + "finish_reason": null + } + ], + "obfuscation": "ud" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " cloudy" + }, + "finish_reason": null + } + ], + "obfuscation": "JwyjjB3UNpGDW" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "Fl" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "lhA" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Red" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "/or" + }, + "finish_reason": null + } + ], + "obfuscation": "I" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "ange" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "/p" + }, + "finish_reason": null + } + ], + "obfuscation": "LE" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "ink" + }, + "finish_reason": null + } + ], + "obfuscation": "V" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " at" + }, + "finish_reason": null + } + ], + "obfuscation": "3" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " sunrise" + }, + "finish_reason": null + } + ], + "obfuscation": "VrKXsZiVsI8m" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " or" + }, + "finish_reason": null + } + ], + "obfuscation": "X" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " sunset" + }, + "finish_reason": null + } + ], + "obfuscation": "b3EihIrinW8pV" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "SS" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "pCl" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Dark" + }, + "finish_reason": null + } + ], + "obfuscation": "GL12ikRHvk7Kyd2" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " blue" + }, + "finish_reason": null + } + ], + "obfuscation": "A2ZLk6Al2e81sB4" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " or" + }, + "finish_reason": null + } + ], + "obfuscation": "h" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " black" + }, + "finish_reason": null + } + ], + "obfuscation": "PyEAO7hZlCPbxo" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " at" + }, + "finish_reason": null + } + ], + "obfuscation": "1" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " night" + }, + "finish_reason": null + } + ], + "obfuscation": "fqf1Pg6VwUWb2o" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n" + }, + "finish_reason": null + } + ], + "obfuscation": "6s" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "-" + }, + "finish_reason": null + } + ], + "obfuscation": "suU" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Sometimes" + }, + "finish_reason": null + } + ], + "obfuscation": "3dDDhtQPMC" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " yellow" + }, + "finish_reason": null + } + ], + "obfuscation": "m4muRqu3IjZWn" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "eZq" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " brown" + }, + "finish_reason": null + } + ], + "obfuscation": "zW9Usl7cS2PCsE" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "1R9" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " or" + }, + "finish_reason": null + } + ], + "obfuscation": "G" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " green" + }, + "finish_reason": null + } + ], + "obfuscation": "VM98ae80T9xFOv" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "ish" + }, + "finish_reason": null + } + ], + "obfuscation": "w" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " in" + }, + "finish_reason": null + } + ], + "obfuscation": "g" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " storms" + }, + "finish_reason": null + } + ], + "obfuscation": "kylcWWlWAA98E" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " or" + }, + "finish_reason": null + } + ], + "obfuscation": "l" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " polluted" + }, + "finish_reason": null + } + ], + "obfuscation": "ITkgAgTGrq1" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " air" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "\n\n" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "If" + }, + "finish_reason": null + } + ], + "obfuscation": "Qu" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " you" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " have" + }, + "finish_reason": null + } + ], + "obfuscation": "3I8vYi04i6cGkIL" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " a" + }, + "finish_reason": null + } + ], + "obfuscation": "xF" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " specific" + }, + "finish_reason": null + } + ], + "obfuscation": "Br3y1kxLeNg" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " time" + }, + "finish_reason": null + } + ], + "obfuscation": "MZuIZ1EvM7Z8hNg" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " or" + }, + "finish_reason": null + } + ], + "obfuscation": "9" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " place" + }, + "finish_reason": null + } + ], + "obfuscation": "1YgsCB2dkWSSZk" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " in" + }, + "finish_reason": null + } + ], + "obfuscation": "8" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " mind" + }, + "finish_reason": null + } + ], + "obfuscation": "5WOEIK5SD7clEVI" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "," + }, + "finish_reason": null + } + ], + "obfuscation": "qbE" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " I" + }, + "finish_reason": null + } + ], + "obfuscation": "qP" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " can" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " tailor" + }, + "finish_reason": null + } + ], + "obfuscation": "UKAQKdLYJGi8C" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " it" + }, + "finish_reason": null + } + ], + "obfuscation": "O" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "bcQ" + }, + { + "id": "chatcmpl-DQJkuyMc6KaVXNn6oIKfHqYFwwtQm", + "object": "chat.completion.chunk", + "created": 1775164840, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "stop" + } + ], + "obfuscation": "ffLaD7EOzROriT" + } +] \ No newline at end of file diff --git a/payloads/transforms/anthropic_to_chat-completions/simpleRequest-streaming.json b/payloads/transforms/anthropic_to_chat-completions/simpleRequest-streaming.json new file mode 100644 index 00000000..1c25afa7 --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/simpleRequest-streaming.json @@ -0,0 +1,236 @@ +[ + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": "", + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "DC" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "Paris" + }, + "finish_reason": null + } + ], + "obfuscation": "dMlgG40bWsHQH5H" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "." + }, + "finish_reason": null + } + ], + "obfuscation": "jsI" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " Would" + }, + "finish_reason": null + } + ], + "obfuscation": "OuYFF4oGrlyjFc" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " you" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " like" + }, + "finish_reason": null + } + ], + "obfuscation": "lZMH5MCpAJjzUQp" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " more" + }, + "finish_reason": null + } + ], + "obfuscation": "QTmCS7tfNA4IWP4" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " details" + }, + "finish_reason": null + } + ], + "obfuscation": "8zrgboQzLGSK" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " about" + }, + "finish_reason": null + } + ], + "obfuscation": "CQAWid5zeYgA3E" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " the" + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": " city" + }, + "finish_reason": null + } + ], + "obfuscation": "3dg5zKgrOh8FlwA" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "content": "?" + }, + "finish_reason": null + } + ], + "obfuscation": "Tjl" + }, + { + "id": "chatcmpl-DQJksDoi8UjWxw2Iy8FlBDSMIUIjF", + "object": "chat.completion.chunk", + "created": 1775164838, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "stop" + } + ], + "obfuscation": "uB59Bq0J1fL6w5" + } +] \ No newline at end of file diff --git a/payloads/transforms/anthropic_to_chat-completions/simpleRequestTruncated-streaming.json b/payloads/transforms/anthropic_to_chat-completions/simpleRequestTruncated-streaming.json new file mode 100644 index 00000000..e7e60253 --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/simpleRequestTruncated-streaming.json @@ -0,0 +1,38 @@ +[ + { + "id": "chatcmpl-DQJkrMIU2J4v7iRytwMG7LOig077e", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": "", + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "8P" + }, + { + "id": "chatcmpl-DQJkrMIU2J4v7iRytwMG7LOig077e", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "length" + } + ], + "obfuscation": "VZXj3HJb3iLI" + } +] \ No newline at end of file diff --git a/payloads/transforms/anthropic_to_chat-completions/systemMessageArrayContent-streaming.json b/payloads/transforms/anthropic_to_chat-completions/systemMessageArrayContent-streaming.json new file mode 100644 index 00000000..0bab9f5a --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/systemMessageArrayContent-streaming.json @@ -0,0 +1,38 @@ +[ + { + "id": "chatcmpl-DQJkv4fvJmyemAFjFO7Exu2n0aL8u", + "object": "chat.completion.chunk", + "created": 1775164841, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": "", + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "4V" + }, + { + "id": "chatcmpl-DQJkv4fvJmyemAFjFO7Exu2n0aL8u", + "object": "chat.completion.chunk", + "created": 1775164841, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "length" + } + ], + "obfuscation": "leGpTEaJZxfW" + } +] \ No newline at end of file diff --git a/payloads/transforms/anthropic_to_chat-completions/toolCallRequest-streaming.json b/payloads/transforms/anthropic_to_chat-completions/toolCallRequest-streaming.json new file mode 100644 index 00000000..7ef5880b --- /dev/null +++ b/payloads/transforms/anthropic_to_chat-completions/toolCallRequest-streaming.json @@ -0,0 +1,249 @@ +[ + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "role": "assistant", + "content": null, + "tool_calls": [ + { + "index": 0, + "id": "call_GorRpSS4hdX9lDaegxdR909C", + "type": "function", + "function": { + "name": "get_weather", + "arguments": "" + } + } + ], + "refusal": null + }, + "finish_reason": null + } + ], + "obfuscation": "emJY2GrTrPPQk" + }, + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "tool_calls": [ + { + "index": 0, + "function": { + "arguments": "{\"" + } + } + ] + }, + "finish_reason": null + } + ], + "obfuscation": "f1NWBf6" + }, + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "tool_calls": [ + { + "index": 0, + "function": { + "arguments": "location" + } + } + ] + }, + "finish_reason": null + } + ], + "obfuscation": "7O" + }, + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "tool_calls": [ + { + "index": 0, + "function": { + "arguments": "\":\"" + } + } + ] + }, + "finish_reason": null + } + ], + "obfuscation": "i7w28" + }, + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "tool_calls": [ + { + "index": 0, + "function": { + "arguments": "San" + } + } + ] + }, + "finish_reason": null + } + ], + "obfuscation": "3CYkerl" + }, + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "tool_calls": [ + { + "index": 0, + "function": { + "arguments": " Francisco" + } + } + ] + }, + "finish_reason": null + } + ], + "obfuscation": "" + }, + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "tool_calls": [ + { + "index": 0, + "function": { + "arguments": "," + } + } + ] + }, + "finish_reason": null + } + ], + "obfuscation": "tR2Wj4Ojr" + }, + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "tool_calls": [ + { + "index": 0, + "function": { + "arguments": " CA" + } + } + ] + }, + "finish_reason": null + } + ], + "obfuscation": "3XDO4UX" + }, + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": { + "tool_calls": [ + { + "index": 0, + "function": { + "arguments": "\"}" + } + } + ] + }, + "finish_reason": null + } + ], + "obfuscation": "3W0eNaH" + }, + { + "id": "chatcmpl-DQJkrhXHM5kZSPOL7seV4DykZQNtt", + "object": "chat.completion.chunk", + "created": 1775164837, + "model": "gpt-5-nano-2025-08-07", + "service_tier": "default", + "system_fingerprint": null, + "choices": [ + { + "index": 0, + "delta": {}, + "finish_reason": "tool_calls" + } + ], + "obfuscation": "DxQ7OyXJ" + } +] \ No newline at end of file