From fae02db8f5f441146799ec6a8ef66c7d415cdf5d Mon Sep 17 00:00:00 2001 From: lforst <8118419+lforst@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:53:44 +0000 Subject: [PATCH 1/3] test(e2e): Bump tested versions for Openrouter, Strands, and Cloudflare ai chat --- .../cloudflare-ai-chat-v0-auto.cassette.json | 404 ----- ...flare-ai-chat-v0-latest-auto.cassette.json | 404 ----- ...cloudflare-ai-chat-v0-latest.cassette.json | 44 +- .../cloudflare-ai-chat-v0.cassette.json | 44 +- .../package.json | 6 +- .../pnpm-lock.yaml | 119 +- .../scenario.test.ts | 5 +- ...3bf7abdea0c16a7eea80f5df7299465a382c8d.bin | 630 -------- .../openrouter-v0-latest.cassette.json | 860 +++-------- .../__cassettes__/openrouter-v0.cassette.json | 1300 ++++------------- .../openrouter-v1-latest.cassette.json | 956 +++--------- ...30e9bcf73d955416676c1d3dad6a2dcee9b78e.bin | 434 ------ .../__cassettes__/openrouter-v1.cassette.json | 838 +++-------- .../openrouter-v0-latest.span-tree.json | 727 +-------- .../openrouter-v0-latest.span-tree.txt | 697 +-------- .../openrouter-v0.span-tree.json | 702 +-------- .../__snapshots__/openrouter-v0.span-tree.txt | 672 +-------- .../openrouter-v1-latest.span-tree.json | 797 ++-------- .../openrouter-v1-latest.span-tree.txt | 709 +-------- .../openrouter-v1.span-tree.json | 785 ++-------- .../__snapshots__/openrouter-v1.span-tree.txt | 697 +-------- .../openrouter-instrumentation/package.json | 4 +- .../openrouter-instrumentation/pnpm-lock.yaml | 20 +- .../scenario.impl.mjs | 2 +- .../strands-agent-sdk-v1-latest.cassette.json | 298 ++-- .../strands-agent-sdk-v1.cassette.json | 296 ++-- .../strands-agent-sdk-v160.cassette.json | 910 ------------ ...ent-sdk-v1-latest-auto-hook.span-tree.json | 18 +- ...gent-sdk-v1-latest-auto-hook.span-tree.txt | 18 +- ...agent-sdk-v1-latest-wrapped.span-tree.json | 18 +- ...-agent-sdk-v1-latest-wrapped.span-tree.txt | 18 +- .../package.json | 2 +- .../pnpm-lock.yaml | 387 ++++- .../configs/openrouter.ts | 14 + 34 files changed, 2278 insertions(+), 11557 deletions(-) delete mode 100644 e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-auto.cassette.json delete mode 100644 e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-latest-auto.cassette.json delete mode 100644 e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0-latest.cassette.blobs/8171b58071838162f12f1bf2153bf7abdea0c16a7eea80f5df7299465a382c8d.bin delete mode 100644 e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1.cassette.blobs/a397bdd3b17948d99dec01466630e9bcf73d955416676c1d3dad6a2dcee9b78e.bin delete mode 100644 e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v160.cassette.json diff --git a/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-auto.cassette.json b/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-auto.cassette.json deleted file mode 100644 index 7d111227e..000000000 --- a/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-auto.cassette.json +++ /dev/null @@ -1,404 +0,0 @@ -{ - "entries": [ - { - "callIndex": 0, - "id": "59ffe088275bf9a2", - "matchKey": "POST api.openai.com/v1/responses", - "recordedAt": "2026-07-20T14:51:35.158Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Call lookup_weather exactly once with city Vienna. After the tool returns, reply with exactly CLOUDFLARE_AI_CHAT_TOOL_OK and no other text.", - "role": "system" - }, - { - "content": [ - { - "text": "Look up the weather in Vienna.", - "type": "input_text" - } - ], - "role": "user" - } - ], - "max_output_tokens": 32, - "model": "gpt-4.1-nano", - "temperature": 0, - "tool_choice": "auto", - "tools": [ - { - "description": "Return deterministic weather for one city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/responses" - }, - "response": { - "body": { - "kind": "json", - "value": { - "background": false, - "billing": { - "payer": "developer" - }, - "completed_at": 1784559095, - "created_at": 1784559094, - "error": null, - "frequency_penalty": 0, - "id": "resp_04f551d05edd0796006a5e35f6997481a399c711c8638fdb40", - "incomplete_details": null, - "instructions": null, - "max_output_tokens": 32, - "max_tool_calls": null, - "metadata": {}, - "model": "gpt-4.1-nano-2025-04-14", - "moderation": null, - "object": "response", - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "call_860XAul7n7AYZnjcgUVUIZTK", - "id": "fc_04f551d05edd0796006a5e35f70de881a391c54f9817f9c7bf", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "parallel_tool_calls": true, - "presence_penalty": 0, - "previous_response_id": null, - "prompt_cache_key": "[REDACTED]", - "prompt_cache_retention": "in_memory", - "reasoning": { - "context": null, - "effort": null, - "summary": null - }, - "safety_identifier": null, - "service_tier": "default", - "status": "completed", - "store": true, - "temperature": 0, - "text": { - "format": { - "type": "text" - }, - "verbosity": "medium" - }, - "tool_choice": "auto", - "tool_usage": { - "image_gen": { - "input_tokens": 0, - "input_tokens_details": { - "image_tokens": 0, - "text_tokens": 0 - }, - "output_tokens": 0, - "output_tokens_details": { - "image_tokens": 0, - "text_tokens": 0 - }, - "total_tokens": 0 - }, - "web_search": { - "num_requests": 0 - } - }, - "tools": [ - { - "description": "Return deterministic weather for one city.", - "name": "lookup_weather", - "output_schema": null, - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": true, - "type": "function" - } - ], - "top_logprobs": 0, - "top_p": 1, - "truncation": "disabled", - "usage": { - "input_tokens": 80, - "input_tokens_details": { - "cache_write_tokens": 0, - "cached_tokens": 0 - }, - "output_tokens": 32, - "output_tokens_details": { - "reasoning_tokens": 0 - }, - "total_tokens": 112 - }, - "user": null - } - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a1e2c8e4c9be4f16-IAD", - "connection": "keep-alive", - "content-encoding": "br", - "content-type": "application/json", - "date": "Mon, 20 Jul 2026 14:51:35 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "567", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999702", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_3e2c1053a33e4ba2ab8cbd8cdec33073" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 1, - "id": "fa7acbee43b3436b", - "matchKey": "POST api.openai.com/v1/responses", - "recordedAt": "2026-07-20T14:51:35.790Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Call lookup_weather exactly once with city Vienna. After the tool returns, reply with exactly CLOUDFLARE_AI_CHAT_TOOL_OK and no other text.", - "role": "system" - }, - { - "content": [ - { - "text": "Look up the weather in Vienna.", - "type": "input_text" - } - ], - "role": "user" - }, - { - "id": "fc_04f551d05edd0796006a5e35f70de881a391c54f9817f9c7bf", - "type": "item_reference" - }, - { - "call_id": "call_860XAul7n7AYZnjcgUVUIZTK", - "output": "{\"city\":\"Vienna\",\"condition\":\"sunny\",\"marker\":\"WEATHER_TOOL_EXECUTED\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 32, - "model": "gpt-4.1-nano", - "temperature": 0, - "tool_choice": "auto", - "tools": [ - { - "description": "Return deterministic weather for one city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/responses" - }, - "response": { - "body": { - "kind": "json", - "value": { - "background": false, - "billing": { - "payer": "developer" - }, - "completed_at": 1784559095, - "created_at": 1784559095, - "error": null, - "frequency_penalty": 0, - "id": "resp_04f551d05edd0796006a5e35f73a7481a38b73e055da234629", - "incomplete_details": null, - "instructions": null, - "max_output_tokens": 32, - "max_tool_calls": null, - "metadata": {}, - "model": "gpt-4.1-nano-2025-04-14", - "moderation": null, - "object": "response", - "output": [ - { - "content": [ - { - "annotations": [], - "logprobs": [], - "text": "CLOUDFLARE_AI_CHAT_TOOL_OK", - "type": "output_text" - } - ], - "id": "msg_04f551d05edd0796006a5e35f7929481a391455c80ed8d4a17", - "role": "assistant", - "status": "completed", - "type": "message" - } - ], - "parallel_tool_calls": true, - "presence_penalty": 0, - "previous_response_id": null, - "prompt_cache_key": "[REDACTED]", - "prompt_cache_retention": "in_memory", - "reasoning": { - "context": null, - "effort": null, - "summary": null - }, - "safety_identifier": null, - "service_tier": "default", - "status": "completed", - "store": true, - "temperature": 0, - "text": { - "format": { - "type": "text" - }, - "verbosity": "medium" - }, - "tool_choice": "auto", - "tool_usage": { - "image_gen": { - "input_tokens": 0, - "input_tokens_details": { - "image_tokens": 0, - "text_tokens": 0 - }, - "output_tokens": 0, - "output_tokens_details": { - "image_tokens": 0, - "text_tokens": 0 - }, - "total_tokens": 0 - }, - "web_search": { - "num_requests": 0 - } - }, - "tools": [ - { - "description": "Return deterministic weather for one city.", - "name": "lookup_weather", - "output_schema": null, - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": true, - "type": "function" - } - ], - "top_logprobs": 0, - "top_p": 1, - "truncation": "disabled", - "usage": { - "input_tokens": 121, - "input_tokens_details": { - "cache_write_tokens": 0, - "cached_tokens": 0 - }, - "output_tokens": 12, - "output_tokens_details": { - "reasoning_tokens": 0 - }, - "total_tokens": 133 - }, - "user": null - } - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a1e2c8e8e90c4f16-IAD", - "connection": "keep-alive", - "content-encoding": "br", - "content-type": "application/json", - "date": "Mon, 20 Jul 2026 14:51:35 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "570", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999662", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_3a466c7e215047499b11d5706bec92c5" - }, - "status": 200, - "statusText": "OK" - } - } - ], - "meta": { - "createdAt": "2026-07-20T14:51:37.897Z" - } -} diff --git a/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-latest-auto.cassette.json b/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-latest-auto.cassette.json deleted file mode 100644 index 6134d0b41..000000000 --- a/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-latest-auto.cassette.json +++ /dev/null @@ -1,404 +0,0 @@ -{ - "entries": [ - { - "callIndex": 0, - "id": "59ffe088275bf9a2", - "matchKey": "POST api.openai.com/v1/responses", - "recordedAt": "2026-07-20T14:51:49.241Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Call lookup_weather exactly once with city Vienna. After the tool returns, reply with exactly CLOUDFLARE_AI_CHAT_TOOL_OK and no other text.", - "role": "system" - }, - { - "content": [ - { - "text": "Look up the weather in Vienna.", - "type": "input_text" - } - ], - "role": "user" - } - ], - "max_output_tokens": 32, - "model": "gpt-4.1-nano", - "temperature": 0, - "tool_choice": "auto", - "tools": [ - { - "description": "Return deterministic weather for one city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/responses" - }, - "response": { - "body": { - "kind": "json", - "value": { - "background": false, - "billing": { - "payer": "developer" - }, - "completed_at": 1784559109, - "created_at": 1784559108, - "error": null, - "frequency_penalty": 0, - "id": "resp_0acbba58478098f4006a5e36049c4c8191be1def03e2f5b9a2", - "incomplete_details": null, - "instructions": null, - "max_output_tokens": 32, - "max_tool_calls": null, - "metadata": {}, - "model": "gpt-4.1-nano-2025-04-14", - "moderation": null, - "object": "response", - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "call_CFLEqfI5s7Q9TrUizNEftJLU", - "id": "fc_0acbba58478098f4006a5e360515a48191a74e66572c26cad0", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "parallel_tool_calls": true, - "presence_penalty": 0, - "previous_response_id": null, - "prompt_cache_key": "[REDACTED]", - "prompt_cache_retention": "in_memory", - "reasoning": { - "context": null, - "effort": null, - "summary": null - }, - "safety_identifier": null, - "service_tier": "default", - "status": "completed", - "store": true, - "temperature": 0, - "text": { - "format": { - "type": "text" - }, - "verbosity": "medium" - }, - "tool_choice": "auto", - "tool_usage": { - "image_gen": { - "input_tokens": 0, - "input_tokens_details": { - "image_tokens": 0, - "text_tokens": 0 - }, - "output_tokens": 0, - "output_tokens_details": { - "image_tokens": 0, - "text_tokens": 0 - }, - "total_tokens": 0 - }, - "web_search": { - "num_requests": 0 - } - }, - "tools": [ - { - "description": "Return deterministic weather for one city.", - "name": "lookup_weather", - "output_schema": null, - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": true, - "type": "function" - } - ], - "top_logprobs": 0, - "top_p": 1, - "truncation": "disabled", - "usage": { - "input_tokens": 80, - "input_tokens_details": { - "cache_write_tokens": 0, - "cached_tokens": 0 - }, - "output_tokens": 32, - "output_tokens_details": { - "reasoning_tokens": 0 - }, - "total_tokens": 112 - }, - "user": null - } - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a1e2c93c8eb910de-IAD", - "connection": "keep-alive", - "content-encoding": "br", - "content-type": "application/json", - "date": "Mon, 20 Jul 2026 14:51:49 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "635", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999702", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_80cfe4ffe6d546d2a0e0f8a440b85377" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 1, - "id": "c1382bb733eb2c52", - "matchKey": "POST api.openai.com/v1/responses", - "recordedAt": "2026-07-20T14:51:49.957Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Call lookup_weather exactly once with city Vienna. After the tool returns, reply with exactly CLOUDFLARE_AI_CHAT_TOOL_OK and no other text.", - "role": "system" - }, - { - "content": [ - { - "text": "Look up the weather in Vienna.", - "type": "input_text" - } - ], - "role": "user" - }, - { - "id": "fc_0acbba58478098f4006a5e360515a48191a74e66572c26cad0", - "type": "item_reference" - }, - { - "call_id": "call_CFLEqfI5s7Q9TrUizNEftJLU", - "output": "{\"city\":\"Vienna\",\"condition\":\"sunny\",\"marker\":\"WEATHER_TOOL_EXECUTED\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 32, - "model": "gpt-4.1-nano", - "temperature": 0, - "tool_choice": "auto", - "tools": [ - { - "description": "Return deterministic weather for one city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/responses" - }, - "response": { - "body": { - "kind": "json", - "value": { - "background": false, - "billing": { - "payer": "developer" - }, - "completed_at": 1784559109, - "created_at": 1784559109, - "error": null, - "frequency_penalty": 0, - "id": "resp_0acbba58478098f4006a5e360550a081918e5a17a45beef8dd", - "incomplete_details": null, - "instructions": null, - "max_output_tokens": 32, - "max_tool_calls": null, - "metadata": {}, - "model": "gpt-4.1-nano-2025-04-14", - "moderation": null, - "object": "response", - "output": [ - { - "content": [ - { - "annotations": [], - "logprobs": [], - "text": "CLOUDFLARE_AI_CHAT_TOOL_OK", - "type": "output_text" - } - ], - "id": "msg_0acbba58478098f4006a5e3605bfac8191a1eece030df897e3", - "role": "assistant", - "status": "completed", - "type": "message" - } - ], - "parallel_tool_calls": true, - "presence_penalty": 0, - "previous_response_id": null, - "prompt_cache_key": "[REDACTED]", - "prompt_cache_retention": "in_memory", - "reasoning": { - "context": null, - "effort": null, - "summary": null - }, - "safety_identifier": null, - "service_tier": "default", - "status": "completed", - "store": true, - "temperature": 0, - "text": { - "format": { - "type": "text" - }, - "verbosity": "medium" - }, - "tool_choice": "auto", - "tool_usage": { - "image_gen": { - "input_tokens": 0, - "input_tokens_details": { - "image_tokens": 0, - "text_tokens": 0 - }, - "output_tokens": 0, - "output_tokens_details": { - "image_tokens": 0, - "text_tokens": 0 - }, - "total_tokens": 0 - }, - "web_search": { - "num_requests": 0 - } - }, - "tools": [ - { - "description": "Return deterministic weather for one city.", - "name": "lookup_weather", - "output_schema": null, - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": true, - "type": "function" - } - ], - "top_logprobs": 0, - "top_p": 1, - "truncation": "disabled", - "usage": { - "input_tokens": 121, - "input_tokens_details": { - "cache_write_tokens": 0, - "cached_tokens": 0 - }, - "output_tokens": 12, - "output_tokens_details": { - "reasoning_tokens": 0 - }, - "total_tokens": 133 - }, - "user": null - } - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a1e2c940ee8110de-IAD", - "connection": "keep-alive", - "content-encoding": "br", - "content-type": "application/json", - "date": "Mon, 20 Jul 2026 14:51:49 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "648", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999662", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_53186ed2fc784cab8c3a5d259f1c2af8" - }, - "status": 200, - "statusText": "OK" - } - } - ], - "meta": { - "createdAt": "2026-07-20T14:51:52.068Z" - } -} diff --git a/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-latest.cassette.json b/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-latest.cassette.json index 0eb52ee99..605aa2418 100644 --- a/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-latest.cassette.json +++ b/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0-latest.cassette.json @@ -4,7 +4,7 @@ "callIndex": 0, "id": "59ffe088275bf9a2", "matchKey": "POST api.openai.com/v1/responses", - "recordedAt": "2026-07-20T14:51:42.209Z", + "recordedAt": "2026-08-03T10:58:39.244Z", "request": { "body": { "kind": "json", @@ -60,11 +60,11 @@ "billing": { "payer": "developer" }, - "completed_at": 1784559101, - "created_at": 1784559101, + "completed_at": 1785754719, + "created_at": 1785754716, "error": null, "frequency_penalty": 0, - "id": "resp_0b3de81cd59d852f006a5e35fd606c81a2a0c4dd439eb49ad4", + "id": "resp_03679ecbc14f5e6c006a70745cb394819f87ce503c3c1b2697", "incomplete_details": null, "instructions": null, "max_output_tokens": 32, @@ -76,8 +76,8 @@ "output": [ { "arguments": "{\"city\":\"Vienna\"}", - "call_id": "call_5aUWoaFaaTr1bcWcgG89CL8K", - "id": "fc_0b3de81cd59d852f006a5e35fdedc081a29ad13fc7f718c2af", + "call_id": "call_yUEHX2Q9qgeKr2BeAPijRNLp", + "id": "fc_03679ecbc14f5e6c006a70745f12a8819f8352fee902925815", "name": "lookup_weather", "status": "completed", "type": "function_call" @@ -165,13 +165,13 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a1e2c90eac9adda5-IAD", + "cf-ray": "a254cee31d03c975-IAD", "connection": "keep-alive", "content-encoding": "br", "content-type": "application/json", - "date": "Mon, 20 Jul 2026 14:51:42 GMT", + "date": "Mon, 03 Aug 2026 10:58:39 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "900", + "openai-processing-ms": "2577", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -185,7 +185,7 @@ "x-ratelimit-remaining-tokens": "149999702", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_b02ae31c18d94c13aa04c3d8f74a90c6" + "x-request-id": "req_32f05e1e8f6a44a298d93f0dcdd85cdf" }, "status": 200, "statusText": "OK" @@ -193,9 +193,9 @@ }, { "callIndex": 1, - "id": "827dc22627e1d436", + "id": "186c4e55b18cc3ae", "matchKey": "POST api.openai.com/v1/responses", - "recordedAt": "2026-07-20T14:51:42.842Z", + "recordedAt": "2026-08-03T10:58:40.647Z", "request": { "body": { "kind": "json", @@ -215,11 +215,11 @@ "role": "user" }, { - "id": "fc_0b3de81cd59d852f006a5e35fdedc081a29ad13fc7f718c2af", + "id": "fc_03679ecbc14f5e6c006a70745f12a8819f8352fee902925815", "type": "item_reference" }, { - "call_id": "call_5aUWoaFaaTr1bcWcgG89CL8K", + "call_id": "call_yUEHX2Q9qgeKr2BeAPijRNLp", "output": "{\"city\":\"Vienna\",\"condition\":\"sunny\",\"marker\":\"WEATHER_TOOL_EXECUTED\"}", "type": "function_call_output" } @@ -260,11 +260,11 @@ "billing": { "payer": "developer" }, - "completed_at": 1784559102, - "created_at": 1784559102, + "completed_at": 1785754720, + "created_at": 1785754719, "error": null, "frequency_penalty": 0, - "id": "resp_0b3de81cd59d852f006a5e35fe4d1c81a29a26b2d6aa8c45cb", + "id": "resp_03679ecbc14f5e6c006a70745f55f8819f96fe0e8222e69fe6", "incomplete_details": null, "instructions": null, "max_output_tokens": 32, @@ -283,7 +283,7 @@ "type": "output_text" } ], - "id": "msg_0b3de81cd59d852f006a5e35fe9f0881a28dd4013633012ebc", + "id": "msg_03679ecbc14f5e6c006a7074602d18819f919ecd86920fab79", "role": "assistant", "status": "completed", "type": "message" @@ -371,13 +371,13 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a1e2c914fa05dda5-IAD", + "cf-ray": "a254cef39968c975-IAD", "connection": "keep-alive", "content-encoding": "br", "content-type": "application/json", - "date": "Mon, 20 Jul 2026 14:51:42 GMT", + "date": "Mon, 03 Aug 2026 10:58:40 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "574", + "openai-processing-ms": "1345", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -391,7 +391,7 @@ "x-ratelimit-remaining-tokens": "149999662", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_39d0609c871441cf8f52b1309ae1e5a5" + "x-request-id": "req_3c958d0d61bd4505826b9de689724dec" }, "status": 200, "statusText": "OK" diff --git a/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0.cassette.json b/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0.cassette.json index ca6709293..bca2dcab1 100644 --- a/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0.cassette.json +++ b/e2e/scenarios/cloudflare-ai-chat-instrumentation/__cassettes__/cloudflare-ai-chat-v0.cassette.json @@ -4,7 +4,7 @@ "callIndex": 0, "id": "59ffe088275bf9a2", "matchKey": "POST api.openai.com/v1/responses", - "recordedAt": "2026-07-20T14:51:27.927Z", + "recordedAt": "2026-08-03T10:58:21.345Z", "request": { "body": { "kind": "json", @@ -60,11 +60,11 @@ "billing": { "payer": "developer" }, - "completed_at": 1784559087, - "created_at": 1784559086, + "completed_at": 1785754701, + "created_at": 1785754700, "error": null, "frequency_penalty": 0, - "id": "resp_0da1cfe7fdb74174006a5e35eeca7c819fa1e5b97d371ca9d4", + "id": "resp_00bec92dd9d7c54d006a70744ca514819f916e13ff64ac2438", "incomplete_details": null, "instructions": null, "max_output_tokens": 32, @@ -76,8 +76,8 @@ "output": [ { "arguments": "{\"city\":\"Vienna\"}", - "call_id": "call_3XbLuIKu7IUmS9axTgMRE554", - "id": "fc_0da1cfe7fdb74174006a5e35efbe94819fb8ead9a2d6f2650d", + "call_id": "call_bv6UekCF7B0X9JXwGuejAI3A", + "id": "fc_00bec92dd9d7c54d006a70744d405c819fb88fe070183115d8", "name": "lookup_weather", "status": "completed", "type": "function_call" @@ -165,13 +165,13 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a1e2c8b32db8c971-IAD", + "cf-ray": "a254ce7d2c3ad6c4-IAD", "connection": "keep-alive", "content-encoding": "br", "content-type": "application/json", - "date": "Mon, 20 Jul 2026 14:51:27 GMT", + "date": "Mon, 03 Aug 2026 10:58:21 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "1151", + "openai-processing-ms": "869", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -185,7 +185,7 @@ "x-ratelimit-remaining-tokens": "149999702", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_74145fe11b5743b48ba7170c3eebdde8" + "x-request-id": "req_bebf46d42e204ebfa33e7169bf2e2727" }, "status": 200, "statusText": "OK" @@ -193,9 +193,9 @@ }, { "callIndex": 1, - "id": "4170f3cf5cb1b435", + "id": "91454bbc4c1009cd", "matchKey": "POST api.openai.com/v1/responses", - "recordedAt": "2026-07-20T14:51:28.792Z", + "recordedAt": "2026-08-03T10:58:22.525Z", "request": { "body": { "kind": "json", @@ -215,11 +215,11 @@ "role": "user" }, { - "id": "fc_0da1cfe7fdb74174006a5e35efbe94819fb8ead9a2d6f2650d", + "id": "fc_00bec92dd9d7c54d006a70744d405c819fb88fe070183115d8", "type": "item_reference" }, { - "call_id": "call_3XbLuIKu7IUmS9axTgMRE554", + "call_id": "call_bv6UekCF7B0X9JXwGuejAI3A", "output": "{\"city\":\"Vienna\",\"condition\":\"sunny\",\"marker\":\"WEATHER_TOOL_EXECUTED\"}", "type": "function_call_output" } @@ -260,11 +260,11 @@ "billing": { "payer": "developer" }, - "completed_at": 1784559088, - "created_at": 1784559088, + "completed_at": 1785754702, + "created_at": 1785754701, "error": null, "frequency_penalty": 0, - "id": "resp_0da1cfe7fdb74174006a5e35efff44819fb0371b7aa3deb657", + "id": "resp_00bec92dd9d7c54d006a70744d7268819fbbbe32faa65b2fe6", "incomplete_details": null, "instructions": null, "max_output_tokens": 32, @@ -283,7 +283,7 @@ "type": "output_text" } ], - "id": "msg_0da1cfe7fdb74174006a5e35f0604c819f93e8ab8956841485", + "id": "msg_00bec92dd9d7c54d006a70744e60d8819f8829e86c237d9d91", "role": "assistant", "status": "completed", "type": "message" @@ -371,13 +371,13 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a1e2c8bbb8dec971-IAD", + "cf-ray": "a254ce83a965d6c4-IAD", "connection": "keep-alive", "content-encoding": "br", "content-type": "application/json", - "date": "Mon, 20 Jul 2026 14:51:28 GMT", + "date": "Mon, 03 Aug 2026 10:58:22 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "801", + "openai-processing-ms": "1124", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -391,7 +391,7 @@ "x-ratelimit-remaining-tokens": "149999662", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_49c873da83b3492b92f60780777f191a" + "x-request-id": "req_85896b4214fe4cc195e822c67abcea6c" }, "status": 200, "statusText": "OK" diff --git a/e2e/scenarios/cloudflare-ai-chat-instrumentation/package.json b/e2e/scenarios/cloudflare-ai-chat-instrumentation/package.json index 1481a7d67..2faab702d 100644 --- a/e2e/scenarios/cloudflare-ai-chat-instrumentation/package.json +++ b/e2e/scenarios/cloudflare-ai-chat-instrumentation/package.json @@ -6,10 +6,10 @@ "@ai-sdk/openai": "3.0.7", "@ai-sdk/react": "3.0.204", "@cloudflare/vite-plugin": "^1.42.1", - "agents": "0.17.4", + "agents": "0.20.1", "ai": "6.0.37", "cloudflare-ai-chat-v0": "npm:@cloudflare/ai-chat@0.9.0", - "cloudflare-ai-chat-v0-latest": "npm:@cloudflare/ai-chat@0.9.3", + "cloudflare-ai-chat-v0-latest": "npm:@cloudflare/ai-chat@0.9.4", "dc-browser": "1.0.4", "react": "19.2.4", "vite": "^8.0.16", @@ -21,7 +21,7 @@ "dependencies": { "cloudflare-ai-chat-v0-latest": { "package": "@cloudflare/ai-chat", - "range": "0.9" + "range": ">=0.9 <0.10.0" } } } diff --git a/e2e/scenarios/cloudflare-ai-chat-instrumentation/pnpm-lock.yaml b/e2e/scenarios/cloudflare-ai-chat-instrumentation/pnpm-lock.yaml index 9fc3f692d..ab4026116 100644 --- a/e2e/scenarios/cloudflare-ai-chat-instrumentation/pnpm-lock.yaml +++ b/e2e/scenarios/cloudflare-ai-chat-instrumentation/pnpm-lock.yaml @@ -18,17 +18,17 @@ importers: specifier: ^1.42.1 version: 1.45.1(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(wrangler@4.112.0) agents: - specifier: 0.17.4 - version: 0.17.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6) + specifier: 0.20.1 + version: 0.20.1(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(@modelcontextprotocol/client@2.0.0)(@modelcontextprotocol/sdk@1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(@modelcontextprotocol/server@2.0.0)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6) ai: specifier: 6.0.37 version: 6.0.37(zod@4.3.6) cloudflare-ai-chat-v0: specifier: npm:@cloudflare/ai-chat@0.9.0 - version: '@cloudflare/ai-chat@0.9.0(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(agents@0.17.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(react@19.2.4)(zod@4.3.6)' + version: '@cloudflare/ai-chat@0.9.0(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(agents@0.20.1(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(@modelcontextprotocol/client@2.0.0)(@modelcontextprotocol/sdk@1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(@modelcontextprotocol/server@2.0.0)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(react@19.2.4)(zod@4.3.6)' cloudflare-ai-chat-v0-latest: - specifier: npm:@cloudflare/ai-chat@0.9.3 - version: '@cloudflare/ai-chat@0.9.3(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(agents@0.17.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(react@19.2.4)(zod@4.3.6)' + specifier: npm:@cloudflare/ai-chat@0.9.4 + version: '@cloudflare/ai-chat@0.9.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(agents@0.20.1(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(@modelcontextprotocol/client@2.0.0)(@modelcontextprotocol/sdk@1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(@modelcontextprotocol/server@2.0.0)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(react@19.2.4)(zod@4.3.6)' dc-browser: specifier: 1.0.4 version: 1.0.4 @@ -224,8 +224,8 @@ packages: react: ^19.0.0 zod: ^4.0.0 - '@cloudflare/ai-chat@0.9.3': - resolution: {integrity: sha512-IjOngV/V+Fmlzc4wIl9to2/dKOAB1T5iCl1p623ArLEXPD4d9T5fBQkXWkRlMlVqQvTANZyWAKjwZWHwNdO9/g==} + '@cloudflare/ai-chat@0.9.4': + resolution: {integrity: sha512-3w13Bx8o0gT/nF3UQ7iAWCGTNUXbxc023NrIjRoG9Jy6f0mGD5SheyO5at2stOunX3MFM3QYT51XIYCkpCDMXA==} peerDependencies: '@ai-sdk/react': ^3.0.204 agents: '>=0.17.1 <1.0.0' @@ -233,23 +233,6 @@ packages: react: ^19.0.0 zod: ^4.0.0 - '@cloudflare/codemode@0.4.3': - resolution: {integrity: sha512-S6LIqj/NnmFRFxm3j0tPEGMF8HQF5DpV7sQg/W+U48YmnznTKOBcbS8eiV7SxBpIITLuMBcL4KpTDm1RDL20pA==} - peerDependencies: - '@modelcontextprotocol/sdk': ^1.25.0 - '@tanstack/ai': '>=0.8.0 <1.0.0' - ai: ^6.0.0 - zod: ^4.0.0 - peerDependenciesMeta: - '@modelcontextprotocol/sdk': - optional: true - '@tanstack/ai': - optional: true - ai: - optional: true - zod: - optional: true - '@cloudflare/kv-asset-handler@0.5.0': resolution: {integrity: sha512-jxQYkj8dSIzc0cD6cMMNdOc1UVjqSqu8BZdor5s8cGjW2I8BjODt/kWPVdY+u9zj3ms75Q5qaZgnxUad83+eAg==} engines: {node: '>=22.0.0'} @@ -647,8 +630,16 @@ packages: '@jridgewell/trace-mapping@0.3.9': resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} - '@modelcontextprotocol/sdk@1.29.0': - resolution: {integrity: sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==} + '@modelcontextprotocol/client@2.0.0': + resolution: {integrity: sha512-8f1OghQ2rjzIOfqgUCP+8GiUWqRs89njoWLNqAe8kWmDePv3s1fZXseej+QXemssEuuOvLLmLO/kqM3IQHtISw==} + engines: {node: '>=20'} + + '@modelcontextprotocol/core@2.0.0': + resolution: {integrity: sha512-pJCEwGG7Lfr/+PQp9ZTwKXNeO5wzbfKL7H3MYpCorM4oFBoQrdjnBgEoqG+RjhsvS1FKrDbKux+M1HhlnGWqcA==} + engines: {node: '>=20'} + + '@modelcontextprotocol/sdk@1.30.0': + resolution: {integrity: sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==} engines: {node: '>=18'} peerDependencies: '@cfworker/json-schema': ^4.1.1 @@ -657,6 +648,10 @@ packages: '@cfworker/json-schema': optional: true + '@modelcontextprotocol/server@2.0.0': + resolution: {integrity: sha512-YhHWdHfpFMQfd0prsEnxKeS3Qz3ytIGmsS0sth4KDjnacIT7hxk6hXHkJ9KysxlkvTM+WZAtQbbcUhdoP4Hvtw==} + engines: {node: '>=20'} + '@napi-rs/wasm-runtime@1.1.6': resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==} peerDependencies: @@ -817,9 +812,6 @@ packages: '@types/jsesc@2.5.1': resolution: {integrity: sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==} - '@types/json-schema@7.0.15': - resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@vercel/oidc@3.1.0': resolution: {integrity: sha512-Fw28YZpRnA3cAHHDlkt7xQHiJ0fcL+NRcIqsocZQUSmbzeIKRpwttJjik5ZGanXP+vlA4SbTg+AbA3bP363l+w==} engines: {node: '>= 20'} @@ -832,20 +824,19 @@ packages: resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==} engines: {node: '>= 0.6'} - acorn@8.17.0: - resolution: {integrity: sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==} - engines: {node: '>=0.4.0'} - hasBin: true - - agents@0.17.4: - resolution: {integrity: sha512-K6YRbpD3VcwdTOPBlDgI4dILAwkhXo5cdxTlVF0IvUwQEKfMPawmH8E/QMXTN8CPGHqVYgYFACxTyk6nKlK+vg==} + agents@0.20.1: + resolution: {integrity: sha512-HQRYMeZpD3k8djYBH7atRPojZMee3NvmXkzsmMWXfdHZ94vMljmWqSsD1XZd70LovHyQrw6/R81AZZIsRiFM6Q==} hasBin: true peerDependencies: - '@ai-sdk/react': ^3.0.204 + '@ai-sdk/react': ^3.0.0 || ^4.0.0 + '@cloudflare/codemode': '>=0.5.0' + '@modelcontextprotocol/client': 2.0.0 + '@modelcontextprotocol/sdk': 1.30.0 + '@modelcontextprotocol/server': 2.0.0 '@tanstack/ai': '>=0.10.2 <1.0.0' '@x402/core': ^2.0.0 '@x402/evm': ^2.0.0 - ai: ^6.0.0 + ai: ^6.0.0 || ^7.0.0 chat: ^4.29.0 just-bash: ^3.0.0 react: ^19.0.0 @@ -854,6 +845,8 @@ packages: peerDependenciesMeta: '@ai-sdk/react': optional: true + '@cloudflare/codemode': + optional: true '@tanstack/ai': optional: true '@x402/core': @@ -1874,33 +1867,24 @@ snapshots: '@cfworker/json-schema@4.1.1': {} - '@cloudflare/ai-chat@0.9.0(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(agents@0.17.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(react@19.2.4)(zod@4.3.6)': + '@cloudflare/ai-chat@0.9.0(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(agents@0.20.1(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(@modelcontextprotocol/client@2.0.0)(@modelcontextprotocol/sdk@1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(@modelcontextprotocol/server@2.0.0)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(react@19.2.4)(zod@4.3.6)': dependencies: '@ai-sdk/react': 3.0.204(react@19.2.4)(zod@4.3.6) - agents: 0.17.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6) + agents: 0.20.1(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(@modelcontextprotocol/client@2.0.0)(@modelcontextprotocol/sdk@1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(@modelcontextprotocol/server@2.0.0)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6) ai: 6.0.37(zod@4.3.6) nanoid: 5.1.16 react: 19.2.4 zod: 4.3.6 - '@cloudflare/ai-chat@0.9.3(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(agents@0.17.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(react@19.2.4)(zod@4.3.6)': + '@cloudflare/ai-chat@0.9.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(agents@0.20.1(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(@modelcontextprotocol/client@2.0.0)(@modelcontextprotocol/sdk@1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(@modelcontextprotocol/server@2.0.0)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(react@19.2.4)(zod@4.3.6)': dependencies: '@ai-sdk/react': 3.0.204(react@19.2.4)(zod@4.3.6) - agents: 0.17.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6) + agents: 0.20.1(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(@modelcontextprotocol/client@2.0.0)(@modelcontextprotocol/sdk@1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(@modelcontextprotocol/server@2.0.0)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6) ai: 6.0.37(zod@4.3.6) nanoid: 5.1.16 react: 19.2.4 zod: 4.3.6 - '@cloudflare/codemode@0.4.3(@modelcontextprotocol/sdk@1.29.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(zod@4.3.6)': - dependencies: - '@types/json-schema': 7.0.15 - acorn: 8.17.0 - optionalDependencies: - '@modelcontextprotocol/sdk': 1.29.0(@cfworker/json-schema@4.1.1)(zod@4.3.6) - ai: 6.0.37(zod@4.3.6) - zod: 4.3.6 - '@cloudflare/kv-asset-handler@0.5.0': {} '@cloudflare/unenv-preset@2.16.1(unenv@2.0.0-rc.24)(workerd@1.20260714.1)': @@ -2159,7 +2143,21 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@modelcontextprotocol/sdk@1.29.0(@cfworker/json-schema@4.1.1)(zod@4.3.6)': + '@modelcontextprotocol/client@2.0.0': + dependencies: + '@modelcontextprotocol/core': 2.0.0 + cross-spawn: 7.0.6 + eventsource: 3.0.7 + eventsource-parser: 3.1.0 + jose: 6.2.3 + pkce-challenge: 5.0.1 + zod: 4.3.6 + + '@modelcontextprotocol/core@2.0.0': + dependencies: + zod: 4.3.6 + + '@modelcontextprotocol/sdk@1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6)': dependencies: '@hono/node-server': 1.19.14(hono@4.12.31) ajv: 8.20.0 @@ -2183,6 +2181,11 @@ snapshots: transitivePeerDependencies: - supports-color + '@modelcontextprotocol/server@2.0.0': + dependencies: + '@modelcontextprotocol/core': 2.0.0 + zod: 4.3.6 + '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': dependencies: '@emnapi/core': 1.11.1 @@ -2283,8 +2286,6 @@ snapshots: '@types/jsesc@2.5.1': {} - '@types/json-schema@7.0.15': {} - '@vercel/oidc@3.1.0': {} '@vercel/oidc@3.2.0': {} @@ -2294,14 +2295,13 @@ snapshots: mime-types: 3.0.2 negotiator: 1.0.0 - acorn@8.17.0: {} - - agents@0.17.4(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6): + agents@0.20.1(@ai-sdk/react@3.0.204(react@19.2.4)(zod@4.3.6))(@babel/core@8.0.1)(@babel/runtime@7.29.7)(@modelcontextprotocol/client@2.0.0)(@modelcontextprotocol/sdk@1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(@modelcontextprotocol/server@2.0.0)(ai@6.0.37(zod@4.3.6))(react@19.2.4)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0))(zod@4.3.6): dependencies: '@babel/plugin-proposal-decorators': 8.0.2(@babel/core@8.0.1) '@cfworker/json-schema': 4.1.1 - '@cloudflare/codemode': 0.4.3(@modelcontextprotocol/sdk@1.29.0(@cfworker/json-schema@4.1.1)(zod@4.3.6))(ai@6.0.37(zod@4.3.6))(zod@4.3.6) - '@modelcontextprotocol/sdk': 1.29.0(@cfworker/json-schema@4.1.1)(zod@4.3.6) + '@modelcontextprotocol/client': 2.0.0 + '@modelcontextprotocol/sdk': 1.30.0(@cfworker/json-schema@4.1.1)(zod@4.3.6) + '@modelcontextprotocol/server': 2.0.0 '@rolldown/plugin-babel': 0.2.3(@babel/core@8.0.1)(@babel/runtime@7.29.7)(rolldown@1.1.5)(vite@8.1.5(esbuild@0.28.1)(yaml@2.9.0)) cron-schedule: 6.0.0 esbuild: 0.28.1 @@ -2323,7 +2323,6 @@ snapshots: - '@babel/runtime' - '@cloudflare/workers-types' - rolldown - - supports-color ai@6.0.202(zod@4.3.6): dependencies: diff --git a/e2e/scenarios/cloudflare-ai-chat-instrumentation/scenario.test.ts b/e2e/scenarios/cloudflare-ai-chat-instrumentation/scenario.test.ts index 4ad3156d1..2da8bc9b6 100644 --- a/e2e/scenarios/cloudflare-ai-chat-instrumentation/scenario.test.ts +++ b/e2e/scenarios/cloudflare-ai-chat-instrumentation/scenario.test.ts @@ -45,10 +45,7 @@ describe.sequential("Cloudflare AI Chat variants", () => { }, runContext: { cassette: { - variantKey: - mode === "manual" - ? scenario.variantKey - : `${scenario.variantKey}-auto`, + variantKey: scenario.variantKey, }, originalScenarioDir, variantKey: scenario.variantKey, diff --git a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0-latest.cassette.blobs/8171b58071838162f12f1bf2153bf7abdea0c16a7eea80f5df7299465a382c8d.bin b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0-latest.cassette.blobs/8171b58071838162f12f1bf2153bf7abdea0c16a7eea80f5df7299465a382c8d.bin deleted file mode 100644 index 4f101faf6..000000000 --- a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0-latest.cassette.blobs/8171b58071838162f12f1bf2153bf7abdea0c16a7eea80f5df7299465a382c8d.bin +++ /dev/null @@ -1,630 +0,0 @@ -: OPENROUTER PROCESSING - -: OPENROUTER PROCESSING - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"First","reasoning_details":[{"type":"reasoning.text","text":"First","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -: OPENROUTER PROCESSING - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" says","reasoning_details":[{"type":"reasoning.text","text":" says","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Think","reasoning_details":[{"type":"reasoning.text","text":"Think","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" briefly","reasoning_details":[{"type":"reasoning.text","text":" briefly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" then","reasoning_details":[{"type":"reasoning.text","text":" then","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" answer","reasoning_details":[{"type":"reasoning.text","text":" answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" exactly","reasoning_details":[{"type":"reasoning.text","text":" exactly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\"","reasoning_details":[{"type":"reasoning.text","text":".\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" So","reasoning_details":[{"type":"reasoning.text","text":" So","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" think","reasoning_details":[{"type":"reasoning.text","text":" think","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" briefly","reasoning_details":[{"type":"reasoning.text","text":" briefly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about","reasoning_details":[{"type":"reasoning.text","text":" about","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" but","reasoning_details":[{"type":"reasoning.text","text":" but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" my","reasoning_details":[{"type":"reasoning.text","text":" my","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" response","reasoning_details":[{"type":"reasoning.text","text":" response","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" just","reasoning_details":[{"type":"reasoning.text","text":" just","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"What","reasoning_details":[{"type":"reasoning.text","text":"What","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" there","reasoning_details":[{"type":"reasoning.text","text":" there","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" think","reasoning_details":[{"type":"reasoning.text","text":" think","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about","reasoning_details":[{"type":"reasoning.text","text":" about","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"?","reasoning_details":[{"type":"reasoning.text","text":"?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" instruction","reasoning_details":[{"type":"reasoning.text","text":" instruction","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" straightforward","reasoning_details":[{"type":"reasoning.text","text":" straightforward","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" It","reasoning_details":[{"type":"reasoning.text","text":" It","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" doesn","reasoning_details":[{"type":"reasoning.text","text":" doesn","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'t","reasoning_details":[{"type":"reasoning.text","text":"'t","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ask","reasoning_details":[{"type":"reasoning.text","text":" ask","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" question","reasoning_details":[{"type":"reasoning.text","text":" question","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":";","reasoning_details":[{"type":"reasoning.text","text":";","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" just","reasoning_details":[{"type":"reasoning.text","text":" just","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tells","reasoning_details":[{"type":"reasoning.text","text":" tells","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" answer","reasoning_details":[{"type":"reasoning.text","text":" answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" So","reasoning_details":[{"type":"reasoning.text","text":" So","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" simply","reasoning_details":[{"type":"reasoning.text","text":" simply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -: OPENROUTER PROCESSING - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" output","reasoning_details":[{"type":"reasoning.text","text":" output","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\".\n\n","reasoning_details":[{"type":"reasoning.text","text":"\".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"But","reasoning_details":[{"type":"reasoning.text","text":"But","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" why","reasoning_details":[{"type":"reasoning.text","text":" why","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" would","reasoning_details":[{"type":"reasoning.text","text":" would","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" they","reasoning_details":[{"type":"reasoning.text","text":" they","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" say","reasoning_details":[{"type":"reasoning.text","text":" say","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"think","reasoning_details":[{"type":"reasoning.text","text":"think","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" briefly","reasoning_details":[{"type":"reasoning.text","text":" briefly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\"?","reasoning_details":[{"type":"reasoning.text","text":"\"?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Maybe","reasoning_details":[{"type":"reasoning.text","text":" Maybe","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s","reasoning_details":[{"type":"reasoning.text","text":"'s","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ensure","reasoning_details":[{"type":"reasoning.text","text":" ensure","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" that","reasoning_details":[{"type":"reasoning.text","text":" that","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" process","reasoning_details":[{"type":"reasoning.text","text":" process","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" instruction","reasoning_details":[{"type":"reasoning.text","text":" instruction","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" correctly","reasoning_details":[{"type":"reasoning.text","text":" correctly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Perhaps","reasoning_details":[{"type":"reasoning.text","text":" Perhaps","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s","reasoning_details":[{"type":"reasoning.text","text":"'s","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" test","reasoning_details":[{"type":"reasoning.text","text":" test","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" see","reasoning_details":[{"type":"reasoning.text","text":" see","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" if","reasoning_details":[{"type":"reasoning.text","text":" if","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" follow","reasoning_details":[{"type":"reasoning.text","text":" follow","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" directions","reasoning_details":[{"type":"reasoning.text","text":" directions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" precisely","reasoning_details":[{"type":"reasoning.text","text":" precisely","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Let","reasoning_details":[{"type":"reasoning.text","text":"Let","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" read","reasoning_details":[{"type":"reasoning.text","text":" read","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" again","reasoning_details":[{"type":"reasoning.text","text":" again","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Think","reasoning_details":[{"type":"reasoning.text","text":"Think","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" briefly","reasoning_details":[{"type":"reasoning.text","text":" briefly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" then","reasoning_details":[{"type":"reasoning.text","text":" then","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" answer","reasoning_details":[{"type":"reasoning.text","text":" answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" exactly","reasoning_details":[{"type":"reasoning.text","text":" exactly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\"","reasoning_details":[{"type":"reasoning.text","text":".\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" So","reasoning_details":[{"type":"reasoning.text","text":" So","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" think","reasoning_details":[{"type":"reasoning.text","text":" think","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" moment","reasoning_details":[{"type":"reasoning.text","text":" moment","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" but","reasoning_details":[{"type":"reasoning.text","text":" but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" not","reasoning_details":[{"type":"reasoning.text","text":" not","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" output","reasoning_details":[{"type":"reasoning.text","text":" output","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" anything","reasoning_details":[{"type":"reasoning.text","text":" anything","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about","reasoning_details":[{"type":"reasoning.text","text":" about","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" my","reasoning_details":[{"type":"reasoning.text","text":" my","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" thinking","reasoning_details":[{"type":"reasoning.text","text":" thinking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Just","reasoning_details":[{"type":"reasoning.text","text":" Just","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" final","reasoning_details":[{"type":"reasoning.text","text":" final","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" answer","reasoning_details":[{"type":"reasoning.text","text":" answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\".\n\n","reasoning_details":[{"type":"reasoning.text","text":"\".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Since","reasoning_details":[{"type":"reasoning.text","text":"Since","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" says","reasoning_details":[{"type":"reasoning.text","text":" says","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"answer","reasoning_details":[{"type":"reasoning.text","text":"answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" exactly","reasoning_details":[{"type":"reasoning.text","text":" exactly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\",","reasoning_details":[{"type":"reasoning.text","text":"\",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" not","reasoning_details":[{"type":"reasoning.text","text":" not","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" any","reasoning_details":[{"type":"reasoning.text","text":" any","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" extra","reasoning_details":[{"type":"reasoning.text","text":" extra","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" text","reasoning_details":[{"type":"reasoning.text","text":" text","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" No","reasoning_details":[{"type":"reasoning.text","text":" No","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" explanations","reasoning_details":[{"type":"reasoning.text","text":" explanations","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" no","reasoning_details":[{"type":"reasoning.text","text":" no","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" punctuation","reasoning_details":[{"type":"reasoning.text","text":" punctuation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" just","reasoning_details":[{"type":"reasoning.text","text":" just","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" digit","reasoning_details":[{"type":"reasoning.text","text":" digit","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"In","reasoning_details":[{"type":"reasoning.text","text":"In","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" context","reasoning_details":[{"type":"reasoning.text","text":" context","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" of","reasoning_details":[{"type":"reasoning.text","text":" of","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" being","reasoning_details":[{"type":"reasoning.text","text":" being","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" an","reasoning_details":[{"type":"reasoning.text","text":" an","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" AI","reasoning_details":[{"type":"reasoning.text","text":" AI","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" response","reasoning_details":[{"type":"reasoning.text","text":" response","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" make","reasoning_details":[{"type":"reasoning.text","text":" make","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" sure","reasoning_details":[{"type":"reasoning.text","text":" sure","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" that","reasoning_details":[{"type":"reasoning.text","text":" that","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" my","reasoning_details":[{"type":"reasoning.text","text":" my","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" output","reasoning_details":[{"type":"reasoning.text","text":" output","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" minimal","reasoning_details":[{"type":"reasoning.text","text":" minimal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" exactly","reasoning_details":[{"type":"reasoning.text","text":" exactly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" specified","reasoning_details":[{"type":"reasoning.text","text":" specified","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Is","reasoning_details":[{"type":"reasoning.text","text":"Is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" there","reasoning_details":[{"type":"reasoning.text","text":" there","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" any","reasoning_details":[{"type":"reasoning.text","text":" any","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" trick","reasoning_details":[{"type":"reasoning.text","text":" trick","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" here","reasoning_details":[{"type":"reasoning.text","text":" here","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"?","reasoning_details":[{"type":"reasoning.text","text":"?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" didn","reasoning_details":[{"type":"reasoning.text","text":" didn","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'t","reasoning_details":[{"type":"reasoning.text","text":"'t","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" pose","reasoning_details":[{"type":"reasoning.text","text":" pose","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" question","reasoning_details":[{"type":"reasoning.text","text":" question","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":";","reasoning_details":[{"type":"reasoning.text","text":";","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" they","reasoning_details":[{"type":"reasoning.text","text":" they","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" gave","reasoning_details":[{"type":"reasoning.text","text":" gave","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" command","reasoning_details":[{"type":"reasoning.text","text":" command","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" But","reasoning_details":[{"type":"reasoning.text","text":" But","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" AI","reasoning_details":[{"type":"reasoning.text","text":" AI","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" interactions","reasoning_details":[{"type":"reasoning.text","text":" interactions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" users","reasoning_details":[{"type":"reasoning.text","text":" users","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" often","reasoning_details":[{"type":"reasoning.text","text":" often","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" phrase","reasoning_details":[{"type":"reasoning.text","text":" phrase","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" things","reasoning_details":[{"type":"reasoning.text","text":" things","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" various","reasoning_details":[{"type":"reasoning.text","text":" various","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ways","reasoning_details":[{"type":"reasoning.text","text":" ways","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" treat","reasoning_details":[{"type":"reasoning.text","text":" treat","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" an","reasoning_details":[{"type":"reasoning.text","text":" an","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" instruction","reasoning_details":[{"type":"reasoning.text","text":" instruction","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" respond","reasoning_details":[{"type":"reasoning.text","text":" respond","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -: OPENROUTER PROCESSING - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Perhaps","reasoning_details":[{"type":"reasoning.text","text":"Perhaps","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s","reasoning_details":[{"type":"reasoning.text","text":"'s","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" related","reasoning_details":[{"type":"reasoning.text","text":" related","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" previous","reasoning_details":[{"type":"reasoning.text","text":" previous","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" context","reasoning_details":[{"type":"reasoning.text","text":" context","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" but","reasoning_details":[{"type":"reasoning.text","text":" but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" conversation","reasoning_details":[{"type":"reasoning.text","text":" conversation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" there","reasoning_details":[{"type":"reasoning.text","text":" there","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" no","reasoning_details":[{"type":"reasoning.text","text":" no","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" prior","reasoning_details":[{"type":"reasoning.text","text":" prior","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" context","reasoning_details":[{"type":"reasoning.text","text":" context","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" This","reasoning_details":[{"type":"reasoning.text","text":" This","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" seems","reasoning_details":[{"type":"reasoning.text","text":" seems","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" like","reasoning_details":[{"type":"reasoning.text","text":" like","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" standalone","reasoning_details":[{"type":"reasoning.text","text":" standalone","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" message","reasoning_details":[{"type":"reasoning.text","text":" message","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"So","reasoning_details":[{"type":"reasoning.text","text":"So","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" after","reasoning_details":[{"type":"reasoning.text","text":" after","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" thinking","reasoning_details":[{"type":"reasoning.text","text":" thinking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" briefly","reasoning_details":[{"type":"reasoning.text","text":" briefly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" output","reasoning_details":[{"type":"reasoning.text","text":" output","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"And","reasoning_details":[{"type":"reasoning.text","text":"And","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" that","reasoning_details":[{"type":"reasoning.text","text":" that","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s","reasoning_details":[{"type":"reasoning.text","text":"'s","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n","reasoning_details":[{"type":"reasoning.text","text":".\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -: OPENROUTER PROCESSING - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"4","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"stop"}]} - -data: {"id":"gen-1783432876-rvJQbAyAgyTEq6oLtwwx","object":"chat.completion.chunk","created":1783432876,"model":"deepseek/deepseek-r1","provider":"Novita","service_tier":null,"choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}],"usage":{"prompt_tokens":17,"completion_tokens":308,"total_tokens":325,"cost":0.0007819,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.0007819,"upstream_inference_prompt_cost":0.0000119,"upstream_inference_completions_cost":0.00077},"completion_tokens_details":{"reasoning_tokens":306,"image_tokens":0,"audio_tokens":0}}} - -data: [DONE] - diff --git a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0-latest.cassette.json b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0-latest.cassette.json index c30317c0d..7602219a3 100644 --- a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0-latest.cassette.json +++ b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0-latest.cassette.json @@ -4,7 +4,7 @@ "callIndex": 0, "id": "56077d617d5bfbcf", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-07T14:01:15.760Z", + "recordedAt": "2026-08-03T10:56:36.527Z", "request": { "body": { "kind": "json", @@ -43,13 +43,13 @@ "native_finish_reason": "stop" } ], - "created": 1783432874, - "id": "gen-1783432874-vMC5KlAYlPMc6QQ1BKTU", + "created": 1785754596, + "id": "gen-1785754596-OUrXqCroeUUHgTreQP2c", "model": "openai/gpt-4o-mini-2024-07-18", "object": "chat.completion", "provider": "OpenAI", "service_tier": null, - "system_fingerprint": "fp_93ce1a0f2a", + "system_fingerprint": "fp_5d8d1116aa", "usage": { "completion_tokens": 2, "completion_tokens_details": { @@ -77,18 +77,19 @@ }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a177614cbf8f4341-VIE", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", + "cf-ray": "a254cbf198190cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:01:15 GMT", + "date": "Mon, 03 Aug 2026 10:56:36 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432874-vMC5KlAYlPMc6QQ1BKTU" + "x-generation-id": "gen-1785754596-OUrXqCroeUUHgTreQP2c" }, "status": 200, "statusText": "OK" @@ -98,7 +99,7 @@ "callIndex": 1, "id": "149aaf455aed8632", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-07T14:01:16.396Z", + "recordedAt": "2026-08-03T10:56:37.051Z", "request": { "body": { "kind": "json", @@ -126,27 +127,28 @@ "body": { "chunks": [ ": OPENROUTER PROCESSING", - "data: {\"id\":\"gen-1783432875-JZrd3aiSdqtxXyoy4LS2\",\"object\":\"chat.completion.chunk\",\"created\":1783432875,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_520fb14a9c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STREAM\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432875-JZrd3aiSdqtxXyoy4LS2\",\"object\":\"chat.completion.chunk\",\"created\":1783432875,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_520fb14a9c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", - "data: {\"id\":\"gen-1783432875-JZrd3aiSdqtxXyoy4LS2\",\"object\":\"chat.completion.chunk\",\"created\":1783432875,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_520fb14a9c\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":12,\"completion_tokens\":1,\"total_tokens\":13,\"cost\":0.0000024,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0000024,\"upstream_inference_prompt_cost\":0.0000018,\"upstream_inference_completions_cost\":6e-7},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}", + "data: {\"id\":\"gen-1785754596-UK8UcYNJHgZh3vsO1QT8\",\"object\":\"chat.completion.chunk\",\"created\":1785754596,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STREAM\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754596-UK8UcYNJHgZh3vsO1QT8\",\"object\":\"chat.completion.chunk\",\"created\":1785754596,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", + "data: {\"id\":\"gen-1785754596-UK8UcYNJHgZh3vsO1QT8\",\"object\":\"chat.completion.chunk\",\"created\":1785754596,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":12,\"completion_tokens\":1,\"total_tokens\":13,\"cost\":0.0000024,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0000024,\"upstream_inference_prompt_cost\":0.0000018,\"upstream_inference_completions_cost\":6e-7},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}", "data: [DONE]" ], "kind": "sse" }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a177615219e04341-VIE", + "cf-ray": "a254cbf488690cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:01:16 GMT", + "date": "Mon, 03 Aug 2026 10:56:37 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432875-JZrd3aiSdqtxXyoy4LS2" + "x-generation-id": "gen-1785754596-UK8UcYNJHgZh3vsO1QT8" }, "status": 200, "statusText": "OK" @@ -156,7 +158,7 @@ "callIndex": 2, "id": "ae3fa0e342da9a6f", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-07T14:01:34.415Z", + "recordedAt": "2026-08-03T10:56:43.419Z", "request": { "body": { "kind": "json", @@ -183,25 +185,151 @@ }, "response": { "body": { - "contentType": "text/event-stream", - "kind": "binary", - "path": "openrouter-v0-latest.cassette.blobs/8171b58071838162f12f1bf2153bf7abdea0c16a7eea80f5df7299465a382c8d.bin", - "sha256": "8171b58071838162f12f1bf2153bf7abdea0c16a7eea80f5df7299465a382c8d" + "chunks": [ + ": OPENROUTER PROCESSING", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"First\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"First\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user said\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user said\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" answer with\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" answer with\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" exactly the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" exactly the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" So,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" So,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I need\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I need\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" about this\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" about this\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" my\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" my\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" response should\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" response should\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" just be\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" just be\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the number\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the number\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + ": OPENROUTER PROCESSING", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"What\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"What\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" does \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" does \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\" mean\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\" mean\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"? It\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"? It\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" probably\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" probably\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" means I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" means I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" should consider\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" should consider\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" why\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" why\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" they're\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" they're\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" asking for\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" asking for\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" but not\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" but not\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" over\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" over\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"com\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"com\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"plicate it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"plicate it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". Maybe\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". Maybe\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" test to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" test to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" see if\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" see if\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I follow\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I follow\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instructions precisely\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instructions precisely\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nThe\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nThe\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instruction is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instruction is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" clear:\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" clear:\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" answer with\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" answer with\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" exactly the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" exactly the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" That means\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" That means\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" no\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" no\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" additional\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" additional\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" text,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" text,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" no explanations\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" no explanations\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", just\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", just\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4\\\".\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4\\\".\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" recall that\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" recall that\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" in some\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" in some\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" contexts,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" contexts,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" like programming\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" like programming\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" or testing\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" or testing\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", responses\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", responses\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" need\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" need\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to be\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to be\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" exact.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" exact.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" So,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" So,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I should\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I should\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" ensure\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" ensure\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" that\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" that\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" my output\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" my output\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is only\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is only\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the digit\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the digit\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nIs\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nIs\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" there any\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" there any\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" trick here\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" trick here\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"? The\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"? The\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user might\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user might\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be checking\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be checking\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" if I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" if I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" can provide\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" can provide\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a simple\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a simple\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\",\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\",\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" direct answer\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" direct answer\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" without elaboration\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" without elaboration\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". Since\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". Since\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" they\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" they\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" said \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" said \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\",\\\" I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\",\\\" I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" should do\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" should do\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" that internally\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" that internally\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" not include\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" not include\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" any\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" any\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" thoughts in\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" thoughts in\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" my response\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" my response\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nFinally\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nFinally\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", my\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", my\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" response should\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" response should\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be:\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be:\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\n\\nAnd\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\n\\nAnd\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" nothing\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" nothing\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" else.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" else.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" So\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" So\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", in\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", in\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the output\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the output\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'ll just\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'ll just\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" write\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" write\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\".\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\".\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"4\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":null},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", + "data: {\"id\":\"gen-1785754597-NF3xJo78aHuVGHhBK1ar\",\"object\":\"chat.completion.chunk\",\"created\":1785754597,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":15,\"completion_tokens\":220,\"total_tokens\":235,\"cost\":0.0005605,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0005605,\"upstream_inference_prompt_cost\":0.0000105,\"upstream_inference_completions_cost\":0.00055},\"completion_tokens_details\":{\"reasoning_tokens\":238,\"image_tokens\":0,\"audio_tokens\":0}}}", + "data: [DONE]" + ], + "kind": "sse" }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1776155fef84341-VIE", + "cf-ray": "a254cbf7d8c20cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:01:17 GMT", + "date": "Mon, 03 Aug 2026 10:56:37 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432876-rvJQbAyAgyTEq6oLtwwx" + "x-generation-id": "gen-1785754597-NF3xJo78aHuVGHhBK1ar" }, "status": 200, "statusText": "OK" @@ -211,7 +339,7 @@ "callIndex": 0, "id": "8447de5c82468eb1", "matchKey": "POST openrouter.ai/api/v1/embeddings", - "recordedAt": "2026-07-07T14:01:34.946Z", + "recordedAt": "2026-08-03T10:56:43.686Z", "request": { "body": { "kind": "json", @@ -792,7 +920,7 @@ "object": "embedding" } ], - "id": "gen-emb-1783432894-wVRU0VEWjTD9V0nXIxQK", + "id": "gen-emb-1785754603-jynVWdwSIH2LSbHBCkZx", "model": "text-embedding-3-small", "object": "list", "provider": "OpenAI", @@ -811,15 +939,16 @@ }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a17761c6bb394341-VIE", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", + "cf-ray": "a254cc1fbbcb0cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:01:34 GMT", + "date": "Mon, 03 Aug 2026 10:56:43 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff" }, @@ -831,7 +960,7 @@ "callIndex": 0, "id": "b07479a2600fb868", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:01:35.648Z", + "recordedAt": "2026-08-03T10:56:44.198Z", "request": { "body": { "kind": "json", @@ -854,11 +983,11 @@ "kind": "json", "value": { "background": false, - "completed_at": 1783432895, - "created_at": 1783432895, + "completed_at": 1785754604, + "created_at": 1785754603, "error": null, "frequency_penalty": 0, - "id": "gen-1783432895-W7SDdT468u137q79s7MD", + "id": "gen-1785754603-MaJ7Se2fJ9H0m8FmObV4", "incomplete_details": null, "instructions": null, "max_output_tokens": 24, @@ -876,7 +1005,7 @@ "type": "output_text" } ], - "id": "msg_tmp_8f4v4roux5v", + "id": "msg_tmp_bnnkbt1dm0c", "role": "assistant", "status": "completed", "type": "message" @@ -886,6 +1015,7 @@ "presence_penalty": 0, "previous_response_id": null, "prompt_cache_key": "[REDACTED]", + "prompt_cache_options": null, "reasoning": null, "safety_identifier": null, "service_tier": "auto", @@ -924,18 +1054,19 @@ }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a17761c9edbd4341-VIE", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", + "cf-ray": "a254cc216fdb0cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:01:35 GMT", + "date": "Mon, 03 Aug 2026 10:56:44 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432895-W7SDdT468u137q79s7MD" + "x-generation-id": "gen-1785754603-MaJ7Se2fJ9H0m8FmObV4" }, "status": 200, "statusText": "OK" @@ -945,7 +1076,7 @@ "callIndex": 1, "id": "e208119c9e8de6b2", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:01:36.304Z", + "recordedAt": "2026-08-03T10:56:44.719Z", "request": { "body": { "kind": "json", @@ -967,35 +1098,36 @@ "body": { "chunks": [ ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1783432895-ev8OwwEay5ZgrT8k3xe0\",\"object\":\"response\",\"created_at\":1783432895,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1783432895-ev8OwwEay5ZgrT8k3xe0\",\"object\":\"response\",\"created_at\":1783432895,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_b0zmcqffi5h\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", - "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_b0zmcqffi5h\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_b0zmcqffi5h\",\"content_index\":0,\"delta\":\"STREAM\",\"logprobs\":[],\"sequence_number\":4}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_b0zmcqffi5h\",\"content_index\":0,\"delta\":\"ED\",\"logprobs\":[],\"sequence_number\":5}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_b0zmcqffi5h\",\"content_index\":0,\"delta\":\" RESPONSE\",\"logprobs\":[],\"sequence_number\":6}", - "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_b0zmcqffi5h\",\"content_index\":0,\"text\":\"STREAMED RESPONSE\",\"logprobs\":[],\"sequence_number\":7}", - "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_b0zmcqffi5h\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":8}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_b0zmcqffi5h\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":9}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1783432895-ev8OwwEay5ZgrT8k3xe0\",\"object\":\"response\",\"created_at\":1783432895,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"completed\",\"completed_at\":1783432896,\"output\":[{\"id\":\"msg_tmp_b0zmcqffi5h\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":{\"input_tokens\":14,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":3,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":17,\"cost\":0.0000039,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000039,\"upstream_inference_input_cost\":0.0000021,\"upstream_inference_output_cost\":0.0000018}}},\"sequence_number\":10}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754604-TMULyBfnJ1gnj71MHeDd\",\"object\":\"response\",\"created_at\":1785754604,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754604-TMULyBfnJ1gnj71MHeDd\",\"object\":\"response\",\"created_at\":1785754604,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_ixucgtu2vlo\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", + "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_ixucgtu2vlo\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_ixucgtu2vlo\",\"content_index\":0,\"delta\":\"STREAM\",\"logprobs\":[],\"sequence_number\":4}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_ixucgtu2vlo\",\"content_index\":0,\"delta\":\"ED\",\"logprobs\":[],\"sequence_number\":5}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_ixucgtu2vlo\",\"content_index\":0,\"delta\":\" RESPONSE\",\"logprobs\":[],\"sequence_number\":6}", + "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_ixucgtu2vlo\",\"content_index\":0,\"text\":\"STREAMED RESPONSE\",\"logprobs\":[],\"sequence_number\":7}", + "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_ixucgtu2vlo\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":8}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_ixucgtu2vlo\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":9}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754604-TMULyBfnJ1gnj71MHeDd\",\"object\":\"response\",\"created_at\":1785754604,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"completed\",\"completed_at\":1785754604,\"output\":[{\"id\":\"msg_tmp_ixucgtu2vlo\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":14,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":3,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":17,\"cost\":0.0000039,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000039,\"upstream_inference_input_cost\":0.0000021,\"upstream_inference_output_cost\":0.0000018}}},\"sequence_number\":10}", "data: [DONE]" ], "kind": "sse" }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a17761ce4a3c4341-VIE", + "cf-ray": "a254cc247f870cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:01:36 GMT", + "date": "Mon, 03 Aug 2026 10:56:44 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432895-ev8OwwEay5ZgrT8k3xe0" + "x-generation-id": "gen-1785754604-TMULyBfnJ1gnj71MHeDd" }, "status": 200, "statusText": "OK" @@ -1005,7 +1137,7 @@ "callIndex": 0, "id": "3349f89a792d5666", "matchKey": "POST openrouter.ai/api/v1/rerank", - "recordedAt": "2026-07-07T14:01:36.602Z", + "recordedAt": "2026-08-03T10:56:44.849Z", "request": { "body": { "kind": "json", @@ -1028,7 +1160,7 @@ "body": { "kind": "json", "value": { - "id": "gen-rerank-1783432896-gSlnqusVOAG2UBpHFPmA", + "id": "gen-rerank-1785754604-MpU8RP5BfMf7SQjulOxb", "model": "rerank-v3.5", "provider": "Cohere", "results": [ @@ -1037,7 +1169,7 @@ "text": "Paris is in France." }, "index": 1, - "relevance_score": 0.06664825 + "relevance_score": 0.06657539 }, { "document": { @@ -1055,15 +1187,16 @@ }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a17761d27e884341-VIE", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", + "cf-ray": "a254cc27cf5b0cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:01:36 GMT", + "date": "Mon, 03 Aug 2026 10:56:44 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff" }, @@ -1075,7 +1208,7 @@ "callIndex": 2, "id": "0e0afcf85339093d", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:01:40.667Z", + "recordedAt": "2026-08-03T10:56:45.321Z", "request": { "body": { "kind": "json", @@ -1088,7 +1221,7 @@ "store": false, "stream": true, "temperature": 0, - "tool_choice": "required", + "tool_choice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1117,40 +1250,32 @@ "response": { "body": { "chunks": [ - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1783432896-9cMvNf0T6MArPBtDSGJn\",\"object\":\"response\",\"created_at\":1783432896,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1783432896-9cMvNf0T6MArPBtDSGJn\",\"object\":\"response\",\"created_at\":1783432896,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_cz8cktwrxje\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_7c2qtbkuBRNF8mMByNpL\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_cz8cktwrxje\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_cz8cktwrxje\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_cz8cktwrxje\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_7c2qtbkuBRNF8mMByNpL\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1783432896-9cMvNf0T6MArPBtDSGJn\",\"object\":\"response\",\"created_at\":1783432896,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1783432900,\"output\":[{\"id\":\"fc_tmp_cz8cktwrxje\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_7c2qtbkuBRNF8mMByNpL\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":{\"input_tokens\":34,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":39,\"cost\":0.0000054,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000054,\"upstream_inference_input_cost\":0.0000034,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754604-vUuyTNdGQGsDB6S42NzF\",\"object\":\"response\",\"created_at\":1785754604,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754604-vUuyTNdGQGsDB6S42NzF\",\"object\":\"response\",\"created_at\":1785754604,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_oxb0njz3hde\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_F3lOp14jgkYaT1LuUYYm\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", + "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_oxb0njz3hde\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", + "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_oxb0njz3hde\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_oxb0njz3hde\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_F3lOp14jgkYaT1LuUYYm\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754604-vUuyTNdGQGsDB6S42NzF\",\"object\":\"response\",\"created_at\":1785754604,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1785754605,\"output\":[{\"id\":\"fc_tmp_oxb0njz3hde\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_F3lOp14jgkYaT1LuUYYm\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":34,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":39,\"cost\":0.0000054,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000054,\"upstream_inference_input_cost\":0.0000034,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", "data: [DONE]" ], "kind": "sse" }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a17761d44b964341-VIE", + "cf-ray": "a254cc2889430cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:01:40 GMT", + "date": "Mon, 03 Aug 2026 10:56:45 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432896-9cMvNf0T6MArPBtDSGJn" + "x-generation-id": "gen-1785754604-vUuyTNdGQGsDB6S42NzF" }, "status": 200, "statusText": "OK" @@ -1160,471 +1285,7 @@ "callIndex": 3, "id": "040c644be1206cbf", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:01:41.054Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "fc_tmp_cz8cktwrxje", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "output_tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1783432900-6trSrgt4fIijpfmMVVBS\",\"object\":\"response\",\"created_at\":1783432900,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1783432900-6trSrgt4fIijpfmMVVBS\",\"object\":\"response\",\"created_at\":1783432900,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_46dr2jn710t\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_x8l2gJAISlZzG885rPqW\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_46dr2jn710t\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_46dr2jn710t\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_46dr2jn710t\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_x8l2gJAISlZzG885rPqW\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1783432900-6trSrgt4fIijpfmMVVBS\",\"object\":\"response\",\"created_at\":1783432900,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1783432901,\"output\":[{\"id\":\"fc_tmp_46dr2jn710t\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_x8l2gJAISlZzG885rPqW\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":{\"input_tokens\":46,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":51,\"cost\":0.0000066,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000066,\"upstream_inference_input_cost\":0.0000046,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a17761edda544341-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:01:41 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432900-6trSrgt4fIijpfmMVVBS" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 4, - "id": "330802616da8d927", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:01:41.663Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "fc_tmp_cz8cktwrxje", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "output_tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "fc_tmp_46dr2jn710t", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "output_tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1783432901-u3epctpkyN8xiAFLhf2c\",\"object\":\"response\",\"created_at\":1783432901,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1783432901-u3epctpkyN8xiAFLhf2c\",\"object\":\"response\",\"created_at\":1783432901,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_yfvqmy62j1n\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_2Ac0DVXCrN399xPMqHzK\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_yfvqmy62j1n\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_yfvqmy62j1n\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_yfvqmy62j1n\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_2Ac0DVXCrN399xPMqHzK\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1783432901-u3epctpkyN8xiAFLhf2c\",\"object\":\"response\",\"created_at\":1783432901,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1783432901,\"output\":[{\"id\":\"fc_tmp_yfvqmy62j1n\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_2Ac0DVXCrN399xPMqHzK\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":{\"input_tokens\":58,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":63,\"cost\":0.0000078,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000078,\"upstream_inference_input_cost\":0.0000058,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a17761f01ae14341-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:01:41 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432901-u3epctpkyN8xiAFLhf2c" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 5, - "id": "46e5df3b3dea95b8", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:01:42.033Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "fc_tmp_cz8cktwrxje", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "output_tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "fc_tmp_46dr2jn710t", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "output_tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "fc_tmp_yfvqmy62j1n", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "output_tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1783432901-XNQIM9ZyGMYcsxd2Fin5\",\"object\":\"response\",\"created_at\":1783432901,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1783432901-XNQIM9ZyGMYcsxd2Fin5\",\"object\":\"response\",\"created_at\":1783432901,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_i97oej5z4k\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_uvcxHFWy0CAPApzmzdyl\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_i97oej5z4k\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_i97oej5z4k\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_i97oej5z4k\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_uvcxHFWy0CAPApzmzdyl\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1783432901-XNQIM9ZyGMYcsxd2Fin5\",\"object\":\"response\",\"created_at\":1783432901,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1783432902,\"output\":[{\"id\":\"fc_tmp_i97oej5z4k\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_uvcxHFWy0CAPApzmzdyl\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":{\"input_tokens\":70,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":75,\"cost\":0.000009,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.000009,\"upstream_inference_input_cost\":0.000007,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a17761f3e8284341-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:01:42 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432901-XNQIM9ZyGMYcsxd2Fin5" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 6, - "id": "b9c4f98bcb70f419", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:01:42.419Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "fc_tmp_cz8cktwrxje", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "output_tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "fc_tmp_46dr2jn710t", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "output_tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "fc_tmp_yfvqmy62j1n", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "output_tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "fc_tmp_i97oej5z4k", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "output_tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1783432902-C14G2SyXgeb5OW9BtoWV\",\"object\":\"response\",\"created_at\":1783432902,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1783432902-C14G2SyXgeb5OW9BtoWV\",\"object\":\"response\",\"created_at\":1783432902,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_ck3d489q4jr\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_UrjYQC1ClDvzk25p8OLW\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_ck3d489q4jr\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_ck3d489q4jr\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_ck3d489q4jr\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_UrjYQC1ClDvzk25p8OLW\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1783432902-C14G2SyXgeb5OW9BtoWV\",\"object\":\"response\",\"created_at\":1783432902,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1783432902,\"output\":[{\"id\":\"fc_tmp_ck3d489q4jr\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_UrjYQC1ClDvzk25p8OLW\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":{\"input_tokens\":82,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":87,\"cost\":0.0000102,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000102,\"upstream_inference_input_cost\":0.0000082,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a17761f62feb4341-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:01:42 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432902-C14G2SyXgeb5OW9BtoWV" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 7, - "id": "e5dc478384a0899b", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:01:47.305Z", + "recordedAt": "2026-08-03T10:56:45.686Z", "request": { "body": { "kind": "json", @@ -1636,71 +1297,15 @@ }, { "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "fc_tmp_cz8cktwrxje", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "output_tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "fc_tmp_46dr2jn710t", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "output_tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "fc_tmp_yfvqmy62j1n", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "output_tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "fc_tmp_i97oej5z4k", + "call_id": "tool_lookup_weather_F3lOp14jgkYaT1LuUYYm", + "id": "fc_tmp_oxb0njz3hde", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "call_id": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "output_tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_UrjYQC1ClDvzk25p8OLW", - "id": "fc_tmp_ck3d489q4jr", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_UrjYQC1ClDvzk25p8OLW", - "id": "output_tool_lookup_weather_UrjYQC1ClDvzk25p8OLW", + "call_id": "tool_lookup_weather_F3lOp14jgkYaT1LuUYYm", + "id": "output_tool_lookup_weather_F3lOp14jgkYaT1LuUYYm", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" } @@ -1712,7 +1317,7 @@ "store": false, "stream": true, "temperature": 0, - "tool_choice": "required", + "tool_choice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1741,42 +1346,35 @@ "response": { "body": { "chunks": [ - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1783432902-nHkVWaEfDo18eCuxbiDw\",\"object\":\"response\",\"created_at\":1783432902,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1783432902-nHkVWaEfDo18eCuxbiDw\",\"object\":\"response\",\"created_at\":1783432902,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_s9mpemd2ohe\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_klprwy8F52cbYtAu3w3q\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_s9mpemd2ohe\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_s9mpemd2ohe\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_s9mpemd2ohe\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_klprwy8F52cbYtAu3w3q\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1783432902-nHkVWaEfDo18eCuxbiDw\",\"object\":\"response\",\"created_at\":1783432902,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1783432907,\"output\":[{\"id\":\"fc_tmp_s9mpemd2ohe\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_klprwy8F52cbYtAu3w3q\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":{\"input_tokens\":94,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":99,\"cost\":0.0000114,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000114,\"upstream_inference_input_cost\":0.0000094,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754605-pGZIY1wJgI7tDA5WPJf2\",\"object\":\"response\",\"created_at\":1785754605,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754605-pGZIY1wJgI7tDA5WPJf2\",\"object\":\"response\",\"created_at\":1785754605,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_4hc13n1km7s\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", + "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_4hc13n1km7s\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_4hc13n1km7s\",\"content_index\":0,\"delta\":\"Sunny\",\"logprobs\":[],\"sequence_number\":4}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_4hc13n1km7s\",\"content_index\":0,\"delta\":\" in Vienna.\",\"logprobs\":[],\"sequence_number\":5}", + "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_4hc13n1km7s\",\"content_index\":0,\"text\":\"Sunny in Vienna.\",\"logprobs\":[],\"sequence_number\":6}", + "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_4hc13n1km7s\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"Sunny in Vienna.\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":7}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_4hc13n1km7s\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"Sunny in Vienna.\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":8}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754605-pGZIY1wJgI7tDA5WPJf2\",\"object\":\"response\",\"created_at\":1785754605,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1785754605,\"output\":[{\"id\":\"msg_tmp_4hc13n1km7s\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"Sunny in Vienna.\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":46,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":4,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":50,\"cost\":0.0000062,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000062,\"upstream_inference_input_cost\":0.0000046,\"upstream_inference_output_cost\":0.0000016}}},\"sequence_number\":9}", "data: [DONE]" ], "kind": "sse" }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a17761f89fe74341-VIE", + "cf-ray": "a254cc2b99dc0cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:01:47 GMT", + "date": "Mon, 03 Aug 2026 10:56:45 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432902-nHkVWaEfDo18eCuxbiDw" + "x-generation-id": "gen-1785754605-pGZIY1wJgI7tDA5WPJf2" }, "status": 200, "statusText": "OK" diff --git a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0.cassette.json b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0.cassette.json index 856c84f64..b7f06c6fa 100644 --- a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0.cassette.json +++ b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v0.cassette.json @@ -4,7 +4,7 @@ "callIndex": 0, "id": "56077d617d5bfbcf", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-07T13:59:45.913Z", + "recordedAt": "2026-08-03T10:56:10.054Z", "request": { "body": { "kind": "json", @@ -44,13 +44,13 @@ "native_finish_reason": "stop" } ], - "created": 1783432785, - "id": "gen-1783432785-EjNYdn9JzatXGSPUWYqV", + "created": 1785754569, + "id": "gen-1785754569-7BnFBcr4Y2rVcqv8scNJ", "model": "openai/gpt-4o-mini-2024-07-18", "object": "chat.completion", "provider": "OpenAI", "service_tier": null, - "system_fingerprint": "fp_93ce1a0f2a", + "system_fingerprint": "fp_5d8d1116aa", "usage": { "completion_tokens": 2, "completion_tokens_details": { @@ -78,18 +78,19 @@ }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a1775f1bcfbc4341-VIE", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", + "cf-ray": "a254cb4a3f3a0cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Tue, 07 Jul 2026 13:59:45 GMT", + "date": "Mon, 03 Aug 2026 10:56:09 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432785-EjNYdn9JzatXGSPUWYqV" + "x-generation-id": "gen-1785754569-7BnFBcr4Y2rVcqv8scNJ" }, "status": 200, "statusText": "OK" @@ -99,7 +100,7 @@ "callIndex": 1, "id": "149aaf455aed8632", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-07T13:59:46.755Z", + "recordedAt": "2026-08-03T10:56:10.674Z", "request": { "body": { "kind": "json", @@ -128,27 +129,28 @@ "body": { "chunks": [ ": OPENROUTER PROCESSING", - "data: {\"id\":\"gen-1783432786-2xmgczeAFZ3oVyBtLnpD\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_520fb14a9c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STREAM\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-2xmgczeAFZ3oVyBtLnpD\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_520fb14a9c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", - "data: {\"id\":\"gen-1783432786-2xmgczeAFZ3oVyBtLnpD\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_520fb14a9c\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":12,\"completion_tokens\":1,\"total_tokens\":13,\"cost\":0.0000024,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0000024,\"upstream_inference_prompt_cost\":0.0000018,\"upstream_inference_completions_cost\":6e-7},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}", + "data: {\"id\":\"gen-1785754570-pm7Bf3P6bmOpr4l3ElOk\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STREAM\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-pm7Bf3P6bmOpr4l3ElOk\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", + "data: {\"id\":\"gen-1785754570-pm7Bf3P6bmOpr4l3ElOk\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":12,\"completion_tokens\":1,\"total_tokens\":13,\"cost\":0.0000024,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0000024,\"upstream_inference_prompt_cost\":0.0000018,\"upstream_inference_completions_cost\":6e-7},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}", "data: [DONE]" ], "kind": "sse" }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1775f209eae4341-VIE", + "cf-ray": "a254cb4f1f420cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 13:59:46 GMT", + "date": "Mon, 03 Aug 2026 10:56:10 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432786-2xmgczeAFZ3oVyBtLnpD" + "x-generation-id": "gen-1785754570-pm7Bf3P6bmOpr4l3ElOk" }, "status": 200, "statusText": "OK" @@ -158,7 +160,7 @@ "callIndex": 2, "id": "ae3fa0e342da9a6f", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-07T14:00:03.124Z", + "recordedAt": "2026-08-03T10:56:17.172Z", "request": { "body": { "kind": "json", @@ -188,171 +190,167 @@ "body": { "chunks": [ ": OPENROUTER PROCESSING", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"First\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"First\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user said\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user said\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" answer with\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" answer with\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" exactly the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" exactly the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" So\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" So\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" need to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" need to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" think about\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" think about\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" this,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" this,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" but keep\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" but keep\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it brief\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it brief\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". Then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". Then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" must respond\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" must respond\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" with just\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" with just\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the number\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the number\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"What\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"What\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" there to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" there to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" think about\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" think about\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"? The\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"? The\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instruction is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instruction is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" straightforward:\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" straightforward:\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" respond\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" respond\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" with the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" with the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" But why\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" But why\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" would they\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" would they\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" specify\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" specify\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\"? Maybe\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\"? Maybe\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it's\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it's\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" test to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" test to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" see if\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" see if\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I follow\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I follow\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instructions precisely\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instructions precisely\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Perhaps there\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Perhaps there\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" trick\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" trick\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Let\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Let\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" me read\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" me read\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" again:\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" again:\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"Think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"Think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" briefly,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" briefly,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - ": OPENROUTER PROCESSING", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" then answer\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" then answer\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" with exactly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" with exactly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the number\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the number\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\\" It\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\\" It\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" doesn't\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" doesn't\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" provide any\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" provide any\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" context or\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" context or\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" question.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" question.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" It's\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" It's\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" just an\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" just an\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instruction to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instruction to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" and then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" and then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" say\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" say\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nMaybe\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nMaybe\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I should\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I should\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" consider if\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" consider if\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" this\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" this\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is related\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is related\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to previous\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to previous\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" interactions\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" interactions\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" since this\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" since this\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" new conversation\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" new conversation\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", there\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", there\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s no\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s no\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" context\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" context\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". In\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". In\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the system\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the system\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" prompt,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" prompt,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I'm\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I'm\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" supposed to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" supposed to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be helpful\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be helpful\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" and truthful\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" and truthful\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" here\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" here\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\",\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\",\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is directly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is directly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" telling me\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" telling me\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" what to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" what to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" do.\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" do.\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"I should\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"I should\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" just follow\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" just follow\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the instruction\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the instruction\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\" –\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\" –\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I can\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I can\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" do\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" do\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" that internally\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" that internally\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". Then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". Then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", respond\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", respond\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" with \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" with \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4\\\".\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4\\\".\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"The\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user said\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user said\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"ex\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"ex\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"actly the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"actly the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4\\\",\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4\\\",\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" so I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" so I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" shouldn't\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" shouldn't\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - ": OPENROUTER PROCESSING", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" add any\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" add any\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" text or\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" text or\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" explanation.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" explanation.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Just the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Just the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" numeral\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" numeral\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nLet\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nLet\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" me think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" me think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": Why\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": Why\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4?\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4?\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" there any\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" there any\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" significance?\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" significance?\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Maybe\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Maybe\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":null},\"finish_reason\":\"length\",\"native_finish_reason\":\"length\"}]}", - "data: {\"id\":\"gen-1783432786-9KGzJrFStyLQzZlaRd6J\",\"object\":\"chat.completion.chunk\",\"created\":1783432786,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"length\",\"native_finish_reason\":\"length\"}],\"usage\":{\"prompt_tokens\":15,\"completion_tokens\":256,\"total_tokens\":271,\"cost\":0.0006505,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0006505,\"upstream_inference_prompt_cost\":0.0000105,\"upstream_inference_completions_cost\":0.00064},\"completion_tokens_details\":{\"reasoning_tokens\":285,\"image_tokens\":0,\"audio_tokens\":0}}}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"First\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"First\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user said\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user said\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" answer with\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" answer with\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" exactly the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" exactly the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" So,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" So,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I need\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I need\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" about this\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" about this\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" my\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" my\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" response should\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" response should\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be just\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be just\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the number\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the number\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"The instruction\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The instruction\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is clear\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is clear\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": after\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": after\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" brief thought\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" brief thought\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" must\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" must\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" output exactly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" output exactly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\". No\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\". No\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" additional\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" additional\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" text\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" text\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", no\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", no\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" explanations,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" explanations,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" just the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" just the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" digit \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" digit \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Now\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Now\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", why\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", why\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" would\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" would\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" someone ask\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" someone ask\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" this?\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" this?\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" It might\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" It might\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" test to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" test to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" see if\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" see if\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I can\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I can\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" follow simple\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" follow simple\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instructions precisely\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instructions precisely\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". Or\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". Or\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it could\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it could\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" way to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" way to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" check if\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" check if\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I'm\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I'm\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" paying\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" paying\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" attention to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" attention to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"exactly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"exactly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\" part\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\" part\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nI\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nI\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" should think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" should think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" briefly,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" briefly,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" as instructed\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" as instructed\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". What\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". What\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" there to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" there to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" think about\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" think about\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"? The\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"? The\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" request\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" request\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is straightforward\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is straightforward\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". Perhaps\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". Perhaps\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I should\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I should\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" consider if\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" consider if\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" there's\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" there's\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" any trick\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" any trick\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" here\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" here\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". For\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". For\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" example,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" example,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4\\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" meant to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" meant to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be something\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be something\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" else?\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" else?\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Like,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Like,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" maybe\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" maybe\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it's\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it's\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a reference\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a reference\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to something\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to something\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"?\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"?\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" But that\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" But that\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" seems unlikely\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" seems unlikely\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". The\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". The\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user said\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user said\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4\\\",\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4\\\",\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" so it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" so it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s probably\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s probably\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" literal\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" literal\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nMaybe\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nMaybe\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it's\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it's\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" about\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" about\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" ensuring\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" ensuring\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" that\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" that\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I don\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I don\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'t add\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'t add\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" any extra\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" any extra\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" characters\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" characters\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". For\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". For\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instance,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instance,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" if I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" if I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" output \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" output \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" or \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" or \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"four\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"four\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\", that\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\", that\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" would be\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" would be\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" wrong.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" wrong.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" It\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" It\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" has to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" has to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be exactly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be exactly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" numeral\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" numeral\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nAlso\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nAlso\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", since\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", since\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it says\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it says\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"answer\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"answer\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" with exactly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" with exactly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the number\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the number\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\", I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\", I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" should not\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" should not\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" include any\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" include any\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" other text\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" other text\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":null},\"finish_reason\":\"length\",\"native_finish_reason\":\"length\"}]}", + "data: {\"id\":\"gen-1785754570-tqef61aI4rrPycunIdp4\",\"object\":\"chat.completion.chunk\",\"created\":1785754570,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"length\",\"native_finish_reason\":\"length\"}],\"usage\":{\"prompt_tokens\":15,\"completion_tokens\":256,\"total_tokens\":271,\"cost\":0.0006505,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0006505,\"upstream_inference_prompt_cost\":0.0000105,\"upstream_inference_completions_cost\":0.00064},\"completion_tokens_details\":{\"reasoning_tokens\":271,\"image_tokens\":0,\"audio_tokens\":0}}}", "data: [DONE]" ], "kind": "sse" }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1775f25a8f44341-VIE", + "cf-ray": "a254cb52fb6d0cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 13:59:47 GMT", + "date": "Mon, 03 Aug 2026 10:56:11 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432786-9KGzJrFStyLQzZlaRd6J" + "x-generation-id": "gen-1785754570-tqef61aI4rrPycunIdp4" }, "status": 200, "statusText": "OK" @@ -362,7 +360,7 @@ "callIndex": 0, "id": "8447de5c82468eb1", "matchKey": "POST openrouter.ai/api/v1/embeddings", - "recordedAt": "2026-07-07T14:00:03.691Z", + "recordedAt": "2026-08-03T10:56:17.385Z", "request": { "body": { "kind": "json", @@ -943,7 +941,7 @@ "object": "embedding" } ], - "id": "gen-emb-1783432803-6VX6RaqO8nP4lWDEjfBl", + "id": "gen-emb-1785754577-XqZdp21o69R3EUZFyoG0", "model": "text-embedding-3-small", "object": "list", "provider": "OpenAI", @@ -962,15 +960,16 @@ }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a1775f8c5b434341-VIE", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", + "cf-ray": "a254cb7baa380cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:00:03 GMT", + "date": "Mon, 03 Aug 2026 10:56:17 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff" }, @@ -982,7 +981,7 @@ "callIndex": 0, "id": "b07479a2600fb868", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:00:04.428Z", + "recordedAt": "2026-08-03T10:56:18.055Z", "request": { "body": { "kind": "json", @@ -1005,11 +1004,11 @@ "kind": "json", "value": { "background": false, - "completed_at": 1783432804, - "created_at": 1783432803, + "completed_at": 1785754577, + "created_at": 1785754577, "error": null, "frequency_penalty": 0, - "id": "gen-1783432803-aWvWeK4JbXoGNXgqxBSf", + "id": "gen-1785754577-tT3hVCXcrk5usmH6oLjE", "incomplete_details": null, "instructions": null, "max_output_tokens": 24, @@ -1027,7 +1026,7 @@ "type": "output_text" } ], - "id": "msg_tmp_irg1ackmi8", + "id": "msg_tmp_5rf4498ks76", "role": "assistant", "status": "completed", "type": "message" @@ -1037,6 +1036,7 @@ "presence_penalty": 0, "previous_response_id": null, "prompt_cache_key": "[REDACTED]", + "prompt_cache_options": null, "reasoning": null, "safety_identifier": null, "service_tier": "auto", @@ -1075,18 +1075,19 @@ }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a1775f8f8e394341-VIE", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", + "cf-ray": "a254cb7cee470cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:00:04 GMT", + "date": "Mon, 03 Aug 2026 10:56:18 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432803-aWvWeK4JbXoGNXgqxBSf" + "x-generation-id": "gen-1785754577-tT3hVCXcrk5usmH6oLjE" }, "status": 200, "statusText": "OK" @@ -1096,7 +1097,7 @@ "callIndex": 1, "id": "e208119c9e8de6b2", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:00:05.142Z", + "recordedAt": "2026-08-03T10:56:18.515Z", "request": { "body": { "kind": "json", @@ -1117,36 +1118,36 @@ "response": { "body": { "chunks": [ - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1783432804-j785YzNrAUT4c0HpwM92\",\"object\":\"response\",\"created_at\":1783432804,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1783432804-j785YzNrAUT4c0HpwM92\",\"object\":\"response\",\"created_at\":1783432804,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_hkfpvcckyld\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", - "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_hkfpvcckyld\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_hkfpvcckyld\",\"content_index\":0,\"delta\":\"STREAM\",\"logprobs\":[],\"sequence_number\":4}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_hkfpvcckyld\",\"content_index\":0,\"delta\":\"ED\",\"logprobs\":[],\"sequence_number\":5}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_hkfpvcckyld\",\"content_index\":0,\"delta\":\" RESPONSE\",\"logprobs\":[],\"sequence_number\":6}", - "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_hkfpvcckyld\",\"content_index\":0,\"text\":\"STREAMED RESPONSE\",\"logprobs\":[],\"sequence_number\":7}", - "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_hkfpvcckyld\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":8}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_hkfpvcckyld\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":9}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1783432804-j785YzNrAUT4c0HpwM92\",\"object\":\"response\",\"created_at\":1783432804,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"completed\",\"completed_at\":1783432805,\"output\":[{\"id\":\"msg_tmp_hkfpvcckyld\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":{\"input_tokens\":14,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":3,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":17,\"cost\":0.0000039,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000039,\"upstream_inference_input_cost\":0.0000021,\"upstream_inference_output_cost\":0.0000018}}},\"sequence_number\":10}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754578-W5upMWVS3f6cZSw4cjau\",\"object\":\"response\",\"created_at\":1785754578,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754578-W5upMWVS3f6cZSw4cjau\",\"object\":\"response\",\"created_at\":1785754578,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_901acc8lm9u\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", + "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_901acc8lm9u\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_901acc8lm9u\",\"content_index\":0,\"delta\":\"STREAM\",\"logprobs\":[],\"sequence_number\":4}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_901acc8lm9u\",\"content_index\":0,\"delta\":\"ED\",\"logprobs\":[],\"sequence_number\":5}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_901acc8lm9u\",\"content_index\":0,\"delta\":\" RESPONSE\",\"logprobs\":[],\"sequence_number\":6}", + "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_901acc8lm9u\",\"content_index\":0,\"text\":\"STREAMED RESPONSE\",\"logprobs\":[],\"sequence_number\":7}", + "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_901acc8lm9u\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":8}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_901acc8lm9u\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":9}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754578-W5upMWVS3f6cZSw4cjau\",\"object\":\"response\",\"created_at\":1785754578,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"completed\",\"completed_at\":1785754578,\"output\":[{\"id\":\"msg_tmp_901acc8lm9u\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":14,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":3,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":17,\"cost\":0.0000039,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000039,\"upstream_inference_input_cost\":0.0000021,\"upstream_inference_output_cost\":0.0000018}}},\"sequence_number\":10}", "data: [DONE]" ], "kind": "sse" }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1775f942daf4341-VIE", + "cf-ray": "a254cb811af20cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:00:05 GMT", + "date": "Mon, 03 Aug 2026 10:56:18 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432804-j785YzNrAUT4c0HpwM92" + "x-generation-id": "gen-1785754578-W5upMWVS3f6cZSw4cjau" }, "status": 200, "statusText": "OK" @@ -1156,7 +1157,7 @@ "callIndex": 2, "id": "0e0afcf85339093d", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:00:10.794Z", + "recordedAt": "2026-08-03T10:56:18.949Z", "request": { "body": { "kind": "json", @@ -1169,7 +1170,7 @@ "store": false, "stream": true, "temperature": 0, - "tool_choice": "required", + "tool_choice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1198,44 +1199,32 @@ "response": { "body": { "chunks": [ - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1783432805-WDD8qwZB0RQxOwZKbjYK\",\"object\":\"response\",\"created_at\":1783432805,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1783432805-WDD8qwZB0RQxOwZKbjYK\",\"object\":\"response\",\"created_at\":1783432805,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_nsvgcjr1zi\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_wFBPeAu0yNwV5hVwMov1\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_nsvgcjr1zi\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_nsvgcjr1zi\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_nsvgcjr1zi\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_wFBPeAu0yNwV5hVwMov1\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1783432805-WDD8qwZB0RQxOwZKbjYK\",\"object\":\"response\",\"created_at\":1783432805,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1783432810,\"output\":[{\"id\":\"fc_tmp_nsvgcjr1zi\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_wFBPeAu0yNwV5hVwMov1\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"usage\":{\"input_tokens\":34,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":39,\"cost\":0.0000054,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000054,\"upstream_inference_input_cost\":0.0000034,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754578-l3zPBQK5edcMpXswbanU\",\"object\":\"response\",\"created_at\":1785754578,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754578-l3zPBQK5edcMpXswbanU\",\"object\":\"response\",\"created_at\":1785754578,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_r0h5wp4ph9\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_w7dwPRxPomnTUXO2LFRt\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", + "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_r0h5wp4ph9\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", + "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_r0h5wp4ph9\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_r0h5wp4ph9\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_w7dwPRxPomnTUXO2LFRt\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754578-l3zPBQK5edcMpXswbanU\",\"object\":\"response\",\"created_at\":1785754578,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1785754578,\"output\":[{\"id\":\"fc_tmp_r0h5wp4ph9\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_w7dwPRxPomnTUXO2LFRt\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":34,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":39,\"cost\":0.0000054,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000054,\"upstream_inference_input_cost\":0.0000034,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", "data: [DONE]" ], "kind": "sse" }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1775f98ddc24341-VIE", + "cf-ray": "a254cb840b730cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Tue, 07 Jul 2026 14:00:10 GMT", + "date": "Mon, 03 Aug 2026 10:56:18 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432805-WDD8qwZB0RQxOwZKbjYK" + "x-generation-id": "gen-1785754578-l3zPBQK5edcMpXswbanU" }, "status": 200, "statusText": "OK" @@ -1245,7 +1234,7 @@ "callIndex": 3, "id": "040c644be1206cbf", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:00:20.503Z", + "recordedAt": "2026-08-03T10:56:19.451Z", "request": { "body": { "kind": "json", @@ -1257,15 +1246,15 @@ }, { "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "fc_tmp_nsvgcjr1zi", + "call_id": "tool_lookup_weather_w7dwPRxPomnTUXO2LFRt", + "id": "fc_tmp_r0h5wp4ph9", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "output_tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", + "call_id": "tool_lookup_weather_w7dwPRxPomnTUXO2LFRt", + "id": "output_tool_lookup_weather_w7dwPRxPomnTUXO2LFRt", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" } @@ -1277,7 +1266,7 @@ "store": false, "stream": false, "temperature": 0, - "tool_choice": "required", + "tool_choice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1308,11 +1297,11 @@ "kind": "json", "value": { "background": false, - "completed_at": 1783432820, - "created_at": 1783432810, + "completed_at": 1785754579, + "created_at": 1785754579, "error": null, "frequency_penalty": 0, - "id": "gen-1783432810-pEnlesW8ODPlSNU4tfSo", + "id": "gen-1785754579-g1wfDoe5h0PIKqSVXInV", "incomplete_details": null, "instructions": null, "max_output_tokens": 24, @@ -1322,18 +1311,25 @@ "object": "response", "output": [ { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "fc_tmp_e8bo5n3oyyu", - "name": "lookup_weather", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], + "id": "msg_tmp_v2j3nk3bnfg", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ], "parallel_tool_calls": true, "presence_penalty": 0, "previous_response_id": null, "prompt_cache_key": "[REDACTED]", + "prompt_cache_options": null, "reasoning": null, "safety_identifier": null, "service_tier": "default", @@ -1345,7 +1341,7 @@ "type": "text" } }, - "tool_choice": "required", + "tool_choice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1369,843 +1365,41 @@ "top_p": 1, "truncation": "disabled", "usage": { - "cost": 0.0000066, + "cost": 0.0000058, "cost_details": { - "upstream_inference_cost": 0.0000066, + "upstream_inference_cost": 0.0000058, "upstream_inference_input_cost": 0.0000046, - "upstream_inference_output_cost": 0.000002 + "upstream_inference_output_cost": 0.0000012 }, "input_tokens": 46, "input_tokens_details": { + "cache_write_tokens": 0, "cached_tokens": 0 }, "is_byok": false, - "output_tokens": 5, - "output_tokens_details": { - "reasoning_tokens": 0 - }, - "total_tokens": 51 - } - } - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a1775fbc59d04341-VIE", - "connection": "keep-alive", - "content-encoding": "gzip", - "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:00:20 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432810-pEnlesW8ODPlSNU4tfSo" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 4, - "id": "330802616da8d927", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:00:36.673Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "fc_tmp_nsvgcjr1zi", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "output_tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "fc_tmp_e8bo5n3oyyu", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "output_tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": false, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "kind": "json", - "value": { - "background": false, - "completed_at": 1783432836, - "created_at": 1783432820, - "error": null, - "frequency_penalty": 0, - "id": "gen-1783432820-k5mxYileFDoQ0zcbOeza", - "incomplete_details": null, - "instructions": null, - "max_output_tokens": 24, - "max_tool_calls": 1, - "metadata": {}, - "model": "google/gemini-2.5-flash-lite", - "object": "response", - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "fc_tmp_d25byh6ehxr", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "parallel_tool_calls": true, - "presence_penalty": 0, - "previous_response_id": null, - "prompt_cache_key": "[REDACTED]", - "reasoning": null, - "safety_identifier": null, - "service_tier": "default", - "status": "completed", - "store": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "top_logprobs": 0, - "top_p": 1, - "truncation": "disabled", - "usage": { - "cost": 0.0000078, - "cost_details": { - "upstream_inference_cost": 0.0000078, - "upstream_inference_input_cost": 0.0000058, - "upstream_inference_output_cost": 0.000002 - }, - "input_tokens": 58, - "input_tokens_details": { - "cached_tokens": 0 - }, - "is_byok": false, - "output_tokens": 5, - "output_tokens_details": { - "reasoning_tokens": 0 - }, - "total_tokens": 63 - } - } - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a1775ff8bb344341-VIE", - "connection": "keep-alive", - "content-encoding": "gzip", - "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:00:30 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432820-k5mxYileFDoQ0zcbOeza" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 5, - "id": "46e5df3b3dea95b8", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:00:38.686Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "fc_tmp_nsvgcjr1zi", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "output_tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "fc_tmp_e8bo5n3oyyu", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "output_tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "fc_tmp_d25byh6ehxr", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "output_tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": false, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "kind": "json", - "value": { - "background": false, - "completed_at": 1783432838, - "created_at": 1783432836, - "error": null, - "frequency_penalty": 0, - "id": "gen-1783432836-8Ud50dXA6ZdNIkqGiqdK", - "incomplete_details": null, - "instructions": null, - "max_output_tokens": 24, - "max_tool_calls": 1, - "metadata": {}, - "model": "google/gemini-2.5-flash-lite", - "object": "response", - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "fc_tmp_fcyvwss82s", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "parallel_tool_calls": true, - "presence_penalty": 0, - "previous_response_id": null, - "prompt_cache_key": "[REDACTED]", - "reasoning": null, - "safety_identifier": null, - "service_tier": "default", - "status": "completed", - "store": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "top_logprobs": 0, - "top_p": 1, - "truncation": "disabled", - "usage": { - "cost": 0.000009, - "cost_details": { - "upstream_inference_cost": 0.000009, - "upstream_inference_input_cost": 0.000007, - "upstream_inference_output_cost": 0.000002 - }, - "input_tokens": 70, - "input_tokens_details": { - "cached_tokens": 0 - }, - "is_byok": false, - "output_tokens": 5, - "output_tokens_details": { - "reasoning_tokens": 0 - }, - "total_tokens": 75 - } - } - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a177605dbb174341-VIE", - "connection": "keep-alive", - "content-encoding": "gzip", - "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:00:38 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432836-8Ud50dXA6ZdNIkqGiqdK" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 6, - "id": "b9c4f98bcb70f419", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:00:40.575Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "fc_tmp_nsvgcjr1zi", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "output_tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "fc_tmp_e8bo5n3oyyu", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "output_tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "fc_tmp_d25byh6ehxr", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "output_tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "fc_tmp_fcyvwss82s", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "output_tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": false, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "kind": "json", - "value": { - "background": false, - "completed_at": 1783432840, - "created_at": 1783432838, - "error": null, - "frequency_penalty": 0, - "id": "gen-1783432838-YH2N9SsHELUOP0w7p2Sg", - "incomplete_details": null, - "instructions": null, - "max_output_tokens": 24, - "max_tool_calls": 1, - "metadata": {}, - "model": "google/gemini-2.5-flash-lite", - "object": "response", - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - "id": "fc_tmp_bo8dgudc655", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "parallel_tool_calls": true, - "presence_penalty": 0, - "previous_response_id": null, - "prompt_cache_key": "[REDACTED]", - "reasoning": null, - "safety_identifier": null, - "service_tier": "default", - "status": "completed", - "store": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "top_logprobs": 0, - "top_p": 1, - "truncation": "disabled", - "usage": { - "cost": 0.0000102, - "cost_details": { - "upstream_inference_cost": 0.0000102, - "upstream_inference_input_cost": 0.0000082, - "upstream_inference_output_cost": 0.000002 - }, - "input_tokens": 82, - "input_tokens_details": { - "cached_tokens": 0 - }, - "is_byok": false, - "output_tokens": 5, - "output_tokens_details": { - "reasoning_tokens": 0 - }, - "total_tokens": 87 - } - } - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a177606a4ba64341-VIE", - "connection": "keep-alive", - "content-encoding": "gzip", - "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:00:40 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432838-YH2N9SsHELUOP0w7p2Sg" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 7, - "id": "e5dc478384a0899b", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-07T14:00:43.171Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "fc_tmp_nsvgcjr1zi", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "output_tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "fc_tmp_e8bo5n3oyyu", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "output_tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "fc_tmp_d25byh6ehxr", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "output_tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "fc_tmp_fcyvwss82s", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "output_tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - "id": "fc_tmp_bo8dgudc655", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - "id": "output_tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": false, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "kind": "json", - "value": { - "background": false, - "completed_at": 1783432843, - "created_at": 1783432840, - "error": null, - "frequency_penalty": 0, - "id": "gen-1783432840-62L6LD8yAzhpPdoh1jbD", - "incomplete_details": null, - "instructions": null, - "max_output_tokens": 24, - "max_tool_calls": 1, - "metadata": {}, - "model": "google/gemini-2.5-flash-lite", - "object": "response", - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_U94myb2JB6JDegCZOlS4", - "id": "fc_tmp_89hqtur35kc", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "parallel_tool_calls": true, - "presence_penalty": 0, - "previous_response_id": null, - "prompt_cache_key": "[REDACTED]", - "reasoning": null, - "safety_identifier": null, - "service_tier": "default", - "status": "completed", - "store": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "top_logprobs": 0, - "top_p": 1, - "truncation": "disabled", - "usage": { - "cost": 0.0000114, - "cost_details": { - "upstream_inference_cost": 0.0000114, - "upstream_inference_input_cost": 0.0000094, - "upstream_inference_output_cost": 0.000002 - }, - "input_tokens": 94, - "input_tokens_details": { - "cached_tokens": 0 - }, - "is_byok": false, - "output_tokens": 5, + "output_tokens": 3, "output_tokens_details": { "reasoning_tokens": 0 }, - "total_tokens": 99 + "total_tokens": 49 } } }, "headers": { "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,cf-ray", - "cf-ray": "a17760761a624341-VIE", + "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", + "cf-ray": "a254cb86bb960cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Tue, 07 Jul 2026 14:00:43 GMT", + "date": "Mon, 03 Aug 2026 10:56:19 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", + "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1783432840-62L6LD8yAzhpPdoh1jbD" + "x-generation-id": "gen-1785754579-g1wfDoe5h0PIKqSVXInV" }, "status": 200, "statusText": "OK" diff --git a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1-latest.cassette.json b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1-latest.cassette.json index d421f7f40..3d0706709 100644 --- a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1-latest.cassette.json +++ b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1-latest.cassette.json @@ -4,7 +4,7 @@ "callIndex": 0, "id": "56077d617d5bfbcf", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-23T13:41:45.603Z", + "recordedAt": "2026-08-03T10:57:29.121Z", "request": { "body": { "kind": "json", @@ -43,13 +43,13 @@ "native_finish_reason": "stop" } ], - "created": 1784814105, - "id": "gen-1784814105-dTuCWPwSdLRCPQjDmCGZ", + "created": 1785754648, + "id": "gen-1785754648-V4bTBfd4cnVz3Ph9ndqi", "model": "openai/gpt-4o-mini-2024-07-18", "object": "chat.completion", "provider": "OpenAI", "service_tier": null, - "system_fingerprint": "fp_a8eb499e0d", + "system_fingerprint": "fp_5d8d1116aa", "usage": { "completion_tokens": 2, "completion_tokens_details": { @@ -78,18 +78,18 @@ "headers": { "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cf-ray": "a1fb1abcd981b23c-IAD", + "cf-ray": "a254cd3a6dd70cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Thu, 23 Jul 2026 13:41:45 GMT", + "date": "Mon, 03 Aug 2026 10:57:29 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814105-dTuCWPwSdLRCPQjDmCGZ" + "x-generation-id": "gen-1785754648-V4bTBfd4cnVz3Ph9ndqi" }, "status": 200, "statusText": "OK" @@ -99,7 +99,7 @@ "callIndex": 1, "id": "149aaf455aed8632", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-23T13:41:46.102Z", + "recordedAt": "2026-08-03T10:57:29.588Z", "request": { "body": { "kind": "json", @@ -126,10 +126,9 @@ "response": { "body": { "chunks": [ - ": OPENROUTER PROCESSING", - "data: {\"id\":\"gen-1784814105-NKqfdnlF7cJZkKwnXRTQ\",\"object\":\"chat.completion.chunk\",\"created\":1784814105,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STREAM\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814105-NKqfdnlF7cJZkKwnXRTQ\",\"object\":\"chat.completion.chunk\",\"created\":1784814105,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", - "data: {\"id\":\"gen-1784814105-NKqfdnlF7cJZkKwnXRTQ\",\"object\":\"chat.completion.chunk\",\"created\":1784814105,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_844ddd95ff\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":12,\"completion_tokens\":1,\"total_tokens\":13,\"cost\":0.0000024,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0000024,\"upstream_inference_prompt_cost\":0.0000018,\"upstream_inference_completions_cost\":6e-7},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}", + "data: {\"id\":\"gen-1785754649-g53GmsTfVljbTHJvkelS\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STREAM\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-g53GmsTfVljbTHJvkelS\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", + "data: {\"id\":\"gen-1785754649-g53GmsTfVljbTHJvkelS\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":12,\"completion_tokens\":1,\"total_tokens\":13,\"cost\":0.0000024,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0000024,\"upstream_inference_prompt_cost\":0.0000018,\"upstream_inference_completions_cost\":6e-7},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}", "data: [DONE]" ], "kind": "sse" @@ -138,17 +137,17 @@ "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb1ac04c3db23c-IAD", + "cf-ray": "a254cd3d4e410cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:41:46 GMT", + "date": "Mon, 03 Aug 2026 10:57:29 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814105-NKqfdnlF7cJZkKwnXRTQ" + "x-generation-id": "gen-1785754649-g53GmsTfVljbTHJvkelS" }, "status": 200, "statusText": "OK" @@ -158,7 +157,7 @@ "callIndex": 2, "id": "ae3fa0e342da9a6f", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-23T13:41:49.034Z", + "recordedAt": "2026-08-03T10:57:36.185Z", "request": { "body": { "kind": "json", @@ -187,109 +186,150 @@ "body": { "chunks": [ ": OPENROUTER PROCESSING", - ": OPENROUTER PROCESSING", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Okay\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Okay\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", let\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", let\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s see\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s see\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". The user asked\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". The user asked\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" me to think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" me to think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" and then answer with\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" and then answer with\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" exactly the number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" exactly the number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Hmm,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Hmm,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" so I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" so I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" need to make\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" need to make\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" sure I understand\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" sure I understand\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the question\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the question\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" correctly. Wait\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" correctly. Wait\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", there\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", there\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s no\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s no\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" question\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" question\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" here except\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" here except\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" output\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" output\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the number 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the number 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". Maybe it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". Maybe it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s a test to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s a test to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" see if I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" see if I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" follow instructions properly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" follow instructions properly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". Let\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". Let\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" me check\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" me check\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" again. The user\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" again. The user\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" wrote: \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" wrote: \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Think briefly, then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Think briefly, then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" answer with exactly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" answer with exactly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the number 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the number 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\\" So the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\\" So the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" task\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" task\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" first\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" first\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" think through\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" think through\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the process,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the process,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" provide\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" provide\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the answer\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the answer\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" as the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" as the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" numeral\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" numeral\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4. Al\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4. Al\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"right, I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"right, I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" just\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" just\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" need to confirm\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" need to confirm\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" that there\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" that there\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s no trick\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s no trick\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" here. Sometimes\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" here. Sometimes\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" people might\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" people might\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" try\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" try\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to trick AI\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to trick AI\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" by\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" by\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" asking for\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" asking for\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a number but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a number but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" expecting\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" expecting\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a different answer,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a different answer,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" but in this\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" but in this\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" case, it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" case, it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" straightforward. The user\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" straightforward. The user\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" wants me to process\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" wants me to process\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the request\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the request\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", think about\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", think about\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it, and then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it, and then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" simply\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" simply\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" reply with \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" reply with \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4. No\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4. No\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" additional\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" additional\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" text\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" text\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\",\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\",\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" just the number.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" just the number.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Let\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Let\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" me make\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" me make\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" sure I didn\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" sure I didn\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'t miss\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'t miss\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" any hidden\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" any hidden\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instructions. The\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instructions. The\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" might\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" might\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be testing\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be testing\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" if I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" if I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" can follow directions\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" can follow directions\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" precisely. So\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" precisely. So\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", after\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", after\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" this\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" this\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" thinking\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" thinking\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" process, the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" process, the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" correct response\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" correct response\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" output 4 without\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" output 4 without\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" any extra\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" any extra\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" characters\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" characters\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" or explanations\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" or explanations\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". Y\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". Y\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"ep, that\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"ep, that\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"4\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":null},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", - "data: {\"id\":\"gen-1784814106-5mgd80azZtFJYDpvH5xD\",\"object\":\"chat.completion.chunk\",\"created\":1784814106,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Azure\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":17,\"completion_tokens\":240,\"total_tokens\":257,\"cost\":0.001450845,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.001450845,\"upstream_inference_prompt_cost\":0.000025245,\"upstream_inference_completions_cost\":0.0014256},\"completion_tokens_details\":{\"reasoning_tokens\":261,\"image_tokens\":0,\"audio_tokens\":0}}}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"First\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"First\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user said\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user said\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" answer with\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" answer with\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" exactly the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" exactly the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" So,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" So,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I need\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I need\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" about this\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" about this\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" my\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" my\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" response should\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" response should\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" just the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" just the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"The instruction\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The instruction\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is clear\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is clear\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": after\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": after\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" brief thought\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" brief thought\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" must\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" must\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" output \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" output \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4\\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" and\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" and\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" nothing else\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" nothing else\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". No\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". No\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" additional\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" additional\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" text\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" text\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", no\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", no\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" explanations,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" explanations,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" just the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" just the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" digit \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" digit \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Now\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Now\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", why\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", why\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" would\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" would\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" someone\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" someone\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" ask this\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" ask this\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"? It\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"? It\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" might be\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" might be\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a test\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a test\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to see\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to see\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" if I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" if I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" can follow\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" can follow\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" simple instructions\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" simple instructions\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" precisely.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" precisely.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Or it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Or it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" could be\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" could be\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" way to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" way to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" check if\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" check if\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I'm\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I'm\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" paying\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" paying\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" attention.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" attention.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" But\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" But\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" shouldn't\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" shouldn't\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" overthink\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" overthink\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it;\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it;\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the user\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the user\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" said \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" said \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\",\\\" so\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\",\\\" so\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I'll\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I'll\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" do\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" do\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" that quickly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" that quickly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nBrief\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nBrief\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" thought:\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" thought:\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" The number\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" The number\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is an\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is an\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" integer,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" integer,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it's\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it's\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" even,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" even,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" square of\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" square of\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 2\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 2\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", and\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", and\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it's\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it's\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" used in\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" used in\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" many\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" many\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" contexts.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" contexts.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" But that\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" But that\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s irrelevant\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s irrelevant\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" here\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" here\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". The\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". The\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" point is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" point is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to respond\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to respond\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" with exactly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" with exactly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\".\\n\\nI\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\".\\n\\nI\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" need\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" need\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to ensure\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to ensure\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" that my\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" that my\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" output\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" output\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is exactly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is exactly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the string\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the string\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\". Not\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\". Not\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"four\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"four\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\",\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\",\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" not \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" not \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4\\\",\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4\\\",\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" just the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" just the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" numeral.\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" numeral.\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Also\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Also\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", since\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", since\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it says\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it says\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"answer\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"answer\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" with exactly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" with exactly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the number\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the number\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\", I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\", I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" should output\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" should output\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it as\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it as\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a number\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a number\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" in text\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" in text\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" form,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" form,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it'll\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it'll\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" character \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" character \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4\\\".\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4\\\".\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"In programming\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"In programming\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" terms,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" terms,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" if I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" if I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" were writing\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" were writing\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" code\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" code\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\",\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\",\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":null},\"finish_reason\":\"length\",\"native_finish_reason\":\"length\"}]}", + "data: {\"id\":\"gen-1785754649-JhpRXvAXJawanocnHRCF\",\"object\":\"chat.completion.chunk\",\"created\":1785754649,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"length\",\"native_finish_reason\":\"length\"}],\"usage\":{\"prompt_tokens\":15,\"completion_tokens\":256,\"total_tokens\":271,\"cost\":0.0006505,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0006505,\"upstream_inference_prompt_cost\":0.0000105,\"upstream_inference_completions_cost\":0.00064},\"completion_tokens_details\":{\"reasoning_tokens\":260,\"image_tokens\":0,\"audio_tokens\":0}}}", "data: [DONE]" ], "kind": "sse" @@ -298,17 +338,17 @@ "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb1ac37e9eb23c-IAD", + "cf-ray": "a254cd402dbe0cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:41:47 GMT", + "date": "Mon, 03 Aug 2026 10:57:30 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814106-5mgd80azZtFJYDpvH5xD" + "x-generation-id": "gen-1785754649-JhpRXvAXJawanocnHRCF" }, "status": 200, "statusText": "OK" @@ -318,7 +358,7 @@ "callIndex": 0, "id": "8447de5c82468eb1", "matchKey": "POST openrouter.ai/api/v1/embeddings", - "recordedAt": "2026-07-23T13:41:49.266Z", + "recordedAt": "2026-08-03T10:57:36.380Z", "request": { "body": { "kind": "json", @@ -899,7 +939,7 @@ "object": "embedding" } ], - "id": "gen-emb-1784814109-m9vgvl4E3cUreFSRApge", + "id": "gen-emb-1785754656-ziotY08YRuVLvZJ5GY57", "model": "text-embedding-3-small", "object": "list", "provider": "OpenAI", @@ -919,11 +959,11 @@ "headers": { "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cf-ray": "a1fb1ad5bfe6b23c-IAD", + "cf-ray": "a254cd697def0cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Thu, 23 Jul 2026 13:41:49 GMT", + "date": "Mon, 03 Aug 2026 10:57:36 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", @@ -939,7 +979,7 @@ "callIndex": 0, "id": "b07479a2600fb868", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:41:49.737Z", + "recordedAt": "2026-08-03T10:57:36.842Z", "request": { "body": { "kind": "json", @@ -962,11 +1002,11 @@ "kind": "json", "value": { "background": false, - "completed_at": 1784814109, - "created_at": 1784814109, + "completed_at": 1785754656, + "created_at": 1785754656, "error": null, "frequency_penalty": 0, - "id": "gen-1784814109-RdtgAomlYIQLMeLW41Z0", + "id": "gen-1785754656-Rwxzq1DsJSHaN0lG0Sgk", "incomplete_details": null, "instructions": null, "max_output_tokens": 24, @@ -984,7 +1024,7 @@ "type": "output_text" } ], - "id": "msg_tmp_s5t9q7q1lan", + "id": "msg_tmp_wcss8nwksvr", "role": "assistant", "status": "completed", "type": "message" @@ -1034,18 +1074,18 @@ "headers": { "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cf-ray": "a1fb1ad72c8fb23c-IAD", + "cf-ray": "a254cd6a99080cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Thu, 23 Jul 2026 13:41:49 GMT", + "date": "Mon, 03 Aug 2026 10:57:36 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814109-RdtgAomlYIQLMeLW41Z0" + "x-generation-id": "gen-1785754656-Rwxzq1DsJSHaN0lG0Sgk" }, "status": 200, "statusText": "OK" @@ -1055,7 +1095,7 @@ "callIndex": 1, "id": "e208119c9e8de6b2", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:41:50.275Z", + "recordedAt": "2026-08-03T10:57:37.319Z", "request": { "body": { "kind": "json", @@ -1076,18 +1116,18 @@ "response": { "body": { "chunks": [ - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814109-6cpxtFanqg93trcUWUR4\",\"object\":\"response\",\"created_at\":1784814109,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814109-6cpxtFanqg93trcUWUR4\",\"object\":\"response\",\"created_at\":1784814109,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_fzbxqr0hixg\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", - "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_fzbxqr0hixg\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_fzbxqr0hixg\",\"content_index\":0,\"delta\":\"STREAM\",\"logprobs\":[],\"sequence_number\":4}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_fzbxqr0hixg\",\"content_index\":0,\"delta\":\"ED\",\"logprobs\":[],\"sequence_number\":5}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_fzbxqr0hixg\",\"content_index\":0,\"delta\":\" RESPONSE\",\"logprobs\":[],\"sequence_number\":6}", - "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_fzbxqr0hixg\",\"content_index\":0,\"text\":\"STREAMED RESPONSE\",\"logprobs\":[],\"sequence_number\":7}", - "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_fzbxqr0hixg\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":8}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_fzbxqr0hixg\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":9}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814109-6cpxtFanqg93trcUWUR4\",\"object\":\"response\",\"created_at\":1784814109,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"completed\",\"completed_at\":1784814110,\"output\":[{\"id\":\"msg_tmp_fzbxqr0hixg\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":14,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":3,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":17,\"cost\":0.0000039,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000039,\"upstream_inference_input_cost\":0.0000021,\"upstream_inference_output_cost\":0.0000018}}},\"sequence_number\":10}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754656-jPYls5JvK5MZ2UxRWJI0\",\"object\":\"response\",\"created_at\":1785754656,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754656-jPYls5JvK5MZ2UxRWJI0\",\"object\":\"response\",\"created_at\":1785754656,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_muj7kvzzasc\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", + "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_muj7kvzzasc\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_muj7kvzzasc\",\"content_index\":0,\"delta\":\"STREAM\",\"logprobs\":[],\"sequence_number\":4}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_muj7kvzzasc\",\"content_index\":0,\"delta\":\"ED\",\"logprobs\":[],\"sequence_number\":5}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_muj7kvzzasc\",\"content_index\":0,\"delta\":\" RESPONSE\",\"logprobs\":[],\"sequence_number\":6}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_muj7kvzzasc\",\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"sequence_number\":7}", + "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_muj7kvzzasc\",\"content_index\":0,\"text\":\"STREAMED RESPONSE.\",\"logprobs\":[],\"sequence_number\":8}", + "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_muj7kvzzasc\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE.\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":9}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_muj7kvzzasc\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE.\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":10}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754656-jPYls5JvK5MZ2UxRWJI0\",\"object\":\"response\",\"created_at\":1785754656,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"completed\",\"completed_at\":1785754657,\"output\":[{\"id\":\"msg_tmp_muj7kvzzasc\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE.\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":14,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":4,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":18,\"cost\":0.0000045,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000045,\"upstream_inference_input_cost\":0.0000021,\"upstream_inference_output_cost\":0.0000024}}},\"sequence_number\":11}", "data: [DONE]" ], "kind": "sse" @@ -1096,17 +1136,17 @@ "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb1ada1ed9b23c-IAD", + "cf-ray": "a254cd6d786f0cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:41:50 GMT", + "date": "Mon, 03 Aug 2026 10:57:37 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814109-6cpxtFanqg93trcUWUR4" + "x-generation-id": "gen-1785754656-jPYls5JvK5MZ2UxRWJI0" }, "status": 200, "statusText": "OK" @@ -1116,7 +1156,7 @@ "callIndex": 0, "id": "3349f89a792d5666", "matchKey": "POST openrouter.ai/api/v1/rerank", - "recordedAt": "2026-07-23T13:41:50.463Z", + "recordedAt": "2026-08-03T10:57:37.434Z", "request": { "body": { "kind": "json", @@ -1139,7 +1179,7 @@ "body": { "kind": "json", "value": { - "id": "gen-rerank-1784814110-u4Oj2cIDpKwn4Wxftw4b", + "id": "gen-rerank-1785754657-HcD1W05MfjbFoTOtzT1G", "model": "rerank-v3.5", "provider": "Cohere", "results": [ @@ -1167,11 +1207,11 @@ "headers": { "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cf-ray": "a1fb1add7b4fb23c-IAD", + "cf-ray": "a254cd7078480cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Thu, 23 Jul 2026 13:41:50 GMT", + "date": "Mon, 03 Aug 2026 10:57:37 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", @@ -1187,7 +1227,7 @@ "callIndex": 2, "id": "0e0afcf85339093d", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:41:54.051Z", + "recordedAt": "2026-08-03T10:57:38.022Z", "request": { "body": { "kind": "json", @@ -1200,7 +1240,7 @@ "store": false, "stream": true, "temperature": 0, - "tool_choice": "required", + "tool_choice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1230,20 +1270,13 @@ "body": { "chunks": [ ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814110-BY2zTOgvnlYzewS5he4D\",\"object\":\"response\",\"created_at\":1784814110,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814110-BY2zTOgvnlYzewS5he4D\",\"object\":\"response\",\"created_at\":1784814110,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_oi7arwqzald\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_oza8DRZMTVnzB2vVyVfg\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_oi7arwqzald\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_oi7arwqzald\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_oi7arwqzald\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_oza8DRZMTVnzB2vVyVfg\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814110-BY2zTOgvnlYzewS5he4D\",\"object\":\"response\",\"created_at\":1784814110,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814114,\"output\":[{\"id\":\"fc_tmp_oi7arwqzald\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_oza8DRZMTVnzB2vVyVfg\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":34,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":39,\"cost\":0.0000054,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000054,\"upstream_inference_input_cost\":0.0000034,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754657-IltoJnxqHmrzPX0DYj7e\",\"object\":\"response\",\"created_at\":1785754657,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754657-IltoJnxqHmrzPX0DYj7e\",\"object\":\"response\",\"created_at\":1785754657,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_c75rayx94o8\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", + "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_c75rayx94o8\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", + "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_c75rayx94o8\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_c75rayx94o8\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754657-IltoJnxqHmrzPX0DYj7e\",\"object\":\"response\",\"created_at\":1785754657,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1785754658,\"output\":[{\"id\":\"fc_tmp_c75rayx94o8\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":34,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":39,\"cost\":0.0000054,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000054,\"upstream_inference_input_cost\":0.0000034,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", "data: [DONE]" ], "kind": "sse" @@ -1252,17 +1285,17 @@ "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb1adeaf34b23c-IAD", + "cf-ray": "a254cd713a270cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:41:54 GMT", + "date": "Mon, 03 Aug 2026 10:57:38 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814110-BY2zTOgvnlYzewS5he4D" + "x-generation-id": "gen-1785754657-IltoJnxqHmrzPX0DYj7e" }, "status": 200, "statusText": "OK" @@ -1272,355 +1305,7 @@ "callIndex": 3, "id": "040c644be1206cbf", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:42:01.903Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "fc_tmp_oi7arwqzald", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "output_tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814114-d6DZa5oQjPhOeVwyOOA8\",\"object\":\"response\",\"created_at\":1784814114,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814114-d6DZa5oQjPhOeVwyOOA8\",\"object\":\"response\",\"created_at\":1784814114,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_9p8sqgj6qyn\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_9p8sqgj6qyn\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_9p8sqgj6qyn\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_9p8sqgj6qyn\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814114-d6DZa5oQjPhOeVwyOOA8\",\"object\":\"response\",\"created_at\":1784814114,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814121,\"output\":[{\"id\":\"fc_tmp_9p8sqgj6qyn\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":46,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":51,\"cost\":0.0000066,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000066,\"upstream_inference_input_cost\":0.0000046,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a1fb1af529a3b23c-IAD", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:42:01 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814114-d6DZa5oQjPhOeVwyOOA8" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 4, - "id": "330802616da8d927", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:42:02.354Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "fc_tmp_oi7arwqzald", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "output_tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "fc_tmp_9p8sqgj6qyn", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "output_tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814121-mZuyHNSMWEdBYQEJi4re\",\"object\":\"response\",\"created_at\":1784814121,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814121-mZuyHNSMWEdBYQEJi4re\",\"object\":\"response\",\"created_at\":1784814121,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_ycq229mzzi8\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_ycq229mzzi8\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_ycq229mzzi8\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_ycq229mzzi8\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814121-mZuyHNSMWEdBYQEJi4re\",\"object\":\"response\",\"created_at\":1784814121,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814122,\"output\":[{\"id\":\"fc_tmp_ycq229mzzi8\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":58,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":63,\"cost\":0.0000078,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000078,\"upstream_inference_input_cost\":0.0000058,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a1fb1b262b06b23c-IAD", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:42:02 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814121-mZuyHNSMWEdBYQEJi4re" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 5, - "id": "46e5df3b3dea95b8", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:42:02.818Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "fc_tmp_oi7arwqzald", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "output_tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "fc_tmp_9p8sqgj6qyn", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "output_tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "fc_tmp_ycq229mzzi8", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "output_tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814122-G4H28P7UgWTgGsCk1tFa\",\"object\":\"response\",\"created_at\":1784814122,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814122-G4H28P7UgWTgGsCk1tFa\",\"object\":\"response\",\"created_at\":1784814122,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_s0zjq1t1ad\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_s0zjq1t1ad\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_s0zjq1t1ad\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_s0zjq1t1ad\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814122-G4H28P7UgWTgGsCk1tFa\",\"object\":\"response\",\"created_at\":1784814122,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814122,\"output\":[{\"id\":\"fc_tmp_s0zjq1t1ad\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":70,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":75,\"cost\":0.000009,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.000009,\"upstream_inference_input_cost\":0.000007,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a1fb1b28ecd9b23c-IAD", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:42:02 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814122-G4H28P7UgWTgGsCk1tFa" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 6, - "id": "b9c4f98bcb70f419", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:42:03.257Z", + "recordedAt": "2026-08-03T10:57:38.461Z", "request": { "body": { "kind": "json", @@ -1632,57 +1317,15 @@ }, { "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "fc_tmp_oi7arwqzald", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "output_tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "fc_tmp_9p8sqgj6qyn", + "call_id": "tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y", + "id": "fc_tmp_c75rayx94o8", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "call_id": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "output_tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "fc_tmp_ycq229mzzi8", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "output_tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "fc_tmp_s0zjq1t1ad", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "output_tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", + "call_id": "tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y", + "id": "output_tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" } @@ -1694,159 +1337,7 @@ "store": false, "stream": true, "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814122-kARcaUASa9DQHsFfGGv2\",\"object\":\"response\",\"created_at\":1784814122,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814122-kARcaUASa9DQHsFfGGv2\",\"object\":\"response\",\"created_at\":1784814122,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_tjol92co5k\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_91LS8Fdll09KcU2f5lZ0\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_tjol92co5k\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_tjol92co5k\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_tjol92co5k\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_91LS8Fdll09KcU2f5lZ0\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814122-kARcaUASa9DQHsFfGGv2\",\"object\":\"response\",\"created_at\":1784814122,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814123,\"output\":[{\"id\":\"fc_tmp_tjol92co5k\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_91LS8Fdll09KcU2f5lZ0\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":82,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":87,\"cost\":0.0000102,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000102,\"upstream_inference_input_cost\":0.0000082,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a1fb1b2bde6ab23c-IAD", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:42:03 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814122-kARcaUASa9DQHsFfGGv2" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 7, - "id": "e5dc478384a0899b", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:42:03.637Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "fc_tmp_oi7arwqzald", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "output_tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "fc_tmp_9p8sqgj6qyn", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "output_tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "fc_tmp_ycq229mzzi8", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "output_tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "fc_tmp_s0zjq1t1ad", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "output_tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_91LS8Fdll09KcU2f5lZ0", - "id": "fc_tmp_tjol92co5k", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_91LS8Fdll09KcU2f5lZ0", - "id": "output_tool_lookup_weather_91LS8Fdll09KcU2f5lZ0", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", + "tool_choice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1875,13 +1366,16 @@ "response": { "body": { "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814123-RcgfE7oOrYI6JPBHb5Pi\",\"object\":\"response\",\"created_at\":1784814123,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814123-RcgfE7oOrYI6JPBHb5Pi\",\"object\":\"response\",\"created_at\":1784814123,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_4u1h6ni6pwn\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_8rbJbG61GoAFnNx8lM5R\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_4u1h6ni6pwn\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_4u1h6ni6pwn\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_4u1h6ni6pwn\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_8rbJbG61GoAFnNx8lM5R\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814123-RcgfE7oOrYI6JPBHb5Pi\",\"object\":\"response\",\"created_at\":1784814123,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814123,\"output\":[{\"id\":\"fc_tmp_4u1h6ni6pwn\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_8rbJbG61GoAFnNx8lM5R\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":94,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":99,\"cost\":0.0000114,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000114,\"upstream_inference_input_cost\":0.0000094,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754658-1ZxrFVq20zpx2TcqFC3R\",\"object\":\"response\",\"created_at\":1785754658,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754658-1ZxrFVq20zpx2TcqFC3R\",\"object\":\"response\",\"created_at\":1785754658,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_xzcd6lcd7ml\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", + "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_xzcd6lcd7ml\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_xzcd6lcd7ml\",\"content_index\":0,\"delta\":\"Sunny\",\"logprobs\":[],\"sequence_number\":4}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_xzcd6lcd7ml\",\"content_index\":0,\"delta\":\" in Vienna\",\"logprobs\":[],\"sequence_number\":5}", + "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_xzcd6lcd7ml\",\"content_index\":0,\"text\":\"Sunny in Vienna\",\"logprobs\":[],\"sequence_number\":6}", + "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_xzcd6lcd7ml\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"Sunny in Vienna\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":7}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_xzcd6lcd7ml\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"Sunny in Vienna\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":8}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754658-1ZxrFVq20zpx2TcqFC3R\",\"object\":\"response\",\"created_at\":1785754658,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1785754658,\"output\":[{\"id\":\"msg_tmp_xzcd6lcd7ml\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"Sunny in Vienna\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":46,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":3,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":49,\"cost\":0.0000058,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000058,\"upstream_inference_input_cost\":0.0000046,\"upstream_inference_output_cost\":0.0000012}}},\"sequence_number\":9}", "data: [DONE]" ], "kind": "sse" @@ -1890,17 +1384,17 @@ "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb1b2e980bb23c-IAD", + "cf-ray": "a254cd751d1e0cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:42:03 GMT", + "date": "Mon, 03 Aug 2026 10:57:38 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814123-RcgfE7oOrYI6JPBHb5Pi" + "x-generation-id": "gen-1785754658-1ZxrFVq20zpx2TcqFC3R" }, "status": 200, "statusText": "OK" diff --git a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1.cassette.blobs/a397bdd3b17948d99dec01466630e9bcf73d955416676c1d3dad6a2dcee9b78e.bin b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1.cassette.blobs/a397bdd3b17948d99dec01466630e9bcf73d955416676c1d3dad6a2dcee9b78e.bin deleted file mode 100644 index 7b792ea49..000000000 --- a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1.cassette.blobs/a397bdd3b17948d99dec01466630e9bcf73d955416676c1d3dad6a2dcee9b78e.bin +++ /dev/null @@ -1,434 +0,0 @@ -: OPENROUTER PROCESSING - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"First","reasoning_details":[{"type":"reasoning.text","text":"First","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" said","reasoning_details":[{"type":"reasoning.text","text":" said","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Think","reasoning_details":[{"type":"reasoning.text","text":"Think","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" briefly","reasoning_details":[{"type":"reasoning.text","text":" briefly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" then","reasoning_details":[{"type":"reasoning.text","text":" then","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" answer","reasoning_details":[{"type":"reasoning.text","text":" answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" exactly","reasoning_details":[{"type":"reasoning.text","text":" exactly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\"","reasoning_details":[{"type":"reasoning.text","text":".\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" So","reasoning_details":[{"type":"reasoning.text","text":" So","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" think","reasoning_details":[{"type":"reasoning.text","text":" think","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" briefly","reasoning_details":[{"type":"reasoning.text","text":" briefly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about","reasoning_details":[{"type":"reasoning.text","text":" about","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" but","reasoning_details":[{"type":"reasoning.text","text":" but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" my","reasoning_details":[{"type":"reasoning.text","text":" my","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" response","reasoning_details":[{"type":"reasoning.text","text":" response","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" just","reasoning_details":[{"type":"reasoning.text","text":" just","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" instruction","reasoning_details":[{"type":"reasoning.text","text":" instruction","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" straightforward","reasoning_details":[{"type":"reasoning.text","text":" straightforward","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" It","reasoning_details":[{"type":"reasoning.text","text":" It","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" doesn","reasoning_details":[{"type":"reasoning.text","text":" doesn","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'t","reasoning_details":[{"type":"reasoning.text","text":"'t","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ask","reasoning_details":[{"type":"reasoning.text","text":" ask","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" any","reasoning_details":[{"type":"reasoning.text","text":" any","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" reasoning","reasoning_details":[{"type":"reasoning.text","text":" reasoning","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" or","reasoning_details":[{"type":"reasoning.text","text":" or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" explanation","reasoning_details":[{"type":"reasoning.text","text":" explanation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":";","reasoning_details":[{"type":"reasoning.text","text":";","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" just","reasoning_details":[{"type":"reasoning.text","text":" just","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" says","reasoning_details":[{"type":"reasoning.text","text":" says","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" answer","reasoning_details":[{"type":"reasoning.text","text":" answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" exactly","reasoning_details":[{"type":"reasoning.text","text":" exactly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" That","reasoning_details":[{"type":"reasoning.text","text":" That","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" means","reasoning_details":[{"type":"reasoning.text","text":" means","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" shouldn","reasoning_details":[{"type":"reasoning.text","text":" shouldn","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'t","reasoning_details":[{"type":"reasoning.text","text":"'t","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" any","reasoning_details":[{"type":"reasoning.text","text":" any","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" extra","reasoning_details":[{"type":"reasoning.text","text":" extra","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" text","reasoning_details":[{"type":"reasoning.text","text":" text","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" like","reasoning_details":[{"type":"reasoning.text","text":" like","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" answer","reasoning_details":[{"type":"reasoning.text","text":" answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" or","reasoning_details":[{"type":"reasoning.text","text":" or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" anything","reasoning_details":[{"type":"reasoning.text","text":" anything","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" else","reasoning_details":[{"type":"reasoning.text","text":" else","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Just","reasoning_details":[{"type":"reasoning.text","text":" Just","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\".\n\n","reasoning_details":[{"type":"reasoning.text","text":"\".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Now","reasoning_details":[{"type":"reasoning.text","text":"Now","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" why","reasoning_details":[{"type":"reasoning.text","text":" why","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" would","reasoning_details":[{"type":"reasoning.text","text":" would","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" someone","reasoning_details":[{"type":"reasoning.text","text":" someone","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ask","reasoning_details":[{"type":"reasoning.text","text":" ask","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"?","reasoning_details":[{"type":"reasoning.text","text":"?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" It","reasoning_details":[{"type":"reasoning.text","text":" It","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" might","reasoning_details":[{"type":"reasoning.text","text":" might","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" test","reasoning_details":[{"type":"reasoning.text","text":" test","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" see","reasoning_details":[{"type":"reasoning.text","text":" see","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" if","reasoning_details":[{"type":"reasoning.text","text":" if","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" can","reasoning_details":[{"type":"reasoning.text","text":" can","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" follow","reasoning_details":[{"type":"reasoning.text","text":" follow","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" simple","reasoning_details":[{"type":"reasoning.text","text":" simple","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" instructions","reasoning_details":[{"type":"reasoning.text","text":" instructions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" precisely","reasoning_details":[{"type":"reasoning.text","text":" precisely","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Or","reasoning_details":[{"type":"reasoning.text","text":" Or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" could","reasoning_details":[{"type":"reasoning.text","text":" could","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" way","reasoning_details":[{"type":"reasoning.text","text":" way","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" check","reasoning_details":[{"type":"reasoning.text","text":" check","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" if","reasoning_details":[{"type":"reasoning.text","text":" if","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'m","reasoning_details":[{"type":"reasoning.text","text":"'m","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" paying","reasoning_details":[{"type":"reasoning.text","text":" paying","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" attention","reasoning_details":[{"type":"reasoning.text","text":" attention","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" details","reasoning_details":[{"type":"reasoning.text","text":" details","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"I","reasoning_details":[{"type":"reasoning.text","text":"I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" think","reasoning_details":[{"type":"reasoning.text","text":" think","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" briefly","reasoning_details":[{"type":"reasoning.text","text":" briefly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" per","reasoning_details":[{"type":"reasoning.text","text":" per","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" request","reasoning_details":[{"type":"reasoning.text","text":" request","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" So","reasoning_details":[{"type":"reasoning.text","text":" So","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" briefly","reasoning_details":[{"type":"reasoning.text","text":" briefly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" wants","reasoning_details":[{"type":"reasoning.text","text":" wants","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" output","reasoning_details":[{"type":"reasoning.text","text":" output","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.text","text":" number","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" That","reasoning_details":[{"type":"reasoning.text","text":" That","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s","reasoning_details":[{"type":"reasoning.text","text":"'s","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" No","reasoning_details":[{"type":"reasoning.text","text":" No","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" over","reasoning_details":[{"type":"reasoning.text","text":" over","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"com","reasoning_details":[{"type":"reasoning.text","text":"com","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"plicate","reasoning_details":[{"type":"reasoning.text","text":"plicate","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Finally","reasoning_details":[{"type":"reasoning.text","text":"Finally","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" my","reasoning_details":[{"type":"reasoning.text","text":" my","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" response","reasoning_details":[{"type":"reasoning.text","text":" response","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" exactly","reasoning_details":[{"type":"reasoning.text","text":" exactly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Not","reasoning_details":[{"type":"reasoning.text","text":"Not","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"four","reasoning_details":[{"type":"reasoning.text","text":"four","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" words","reasoning_details":[{"type":"reasoning.text","text":" words","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" but","reasoning_details":[{"type":"reasoning.text","text":" but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" numeral","reasoning_details":[{"type":"reasoning.text","text":" numeral","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" And","reasoning_details":[{"type":"reasoning.text","text":" And","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" no","reasoning_details":[{"type":"reasoning.text","text":" no","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" punctuation","reasoning_details":[{"type":"reasoning.text","text":" punctuation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" or","reasoning_details":[{"type":"reasoning.text","text":" or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" anything","reasoning_details":[{"type":"reasoning.text","text":" anything","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" else","reasoning_details":[{"type":"reasoning.text","text":" else","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"So","reasoning_details":[{"type":"reasoning.text","text":"So","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'ll","reasoning_details":[{"type":"reasoning.text","text":"'ll","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" prepare","reasoning_details":[{"type":"reasoning.text","text":" prepare","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" output","reasoning_details":[{"type":"reasoning.text","text":" output","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" just","reasoning_details":[{"type":"reasoning.text","text":" just","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"4","reasoning_details":[{"type":"reasoning.text","text":"4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\".\n","reasoning_details":[{"type":"reasoning.text","text":"\".\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"4","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"stop"}]} - -data: {"id":"gen-1784814008-u5dvNo8Wj4D98Y3P2uWR","object":"chat.completion.chunk","created":1784814008,"model":"deepseek/deepseek-r1","provider":"Novita","service_tier":null,"choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}],"usage":{"prompt_tokens":17,"completion_tokens":215,"total_tokens":232,"cost":0.0005494,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.0005494,"upstream_inference_prompt_cost":0.0000119,"upstream_inference_completions_cost":0.0005375},"completion_tokens_details":{"reasoning_tokens":213,"image_tokens":0,"audio_tokens":0}}} - -data: [DONE] - diff --git a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1.cassette.json b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1.cassette.json index 47725f69e..cf284979a 100644 --- a/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1.cassette.json +++ b/e2e/scenarios/openrouter-instrumentation/__cassettes__/openrouter-v1.cassette.json @@ -4,7 +4,7 @@ "callIndex": 0, "id": "56077d617d5bfbcf", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-23T13:40:07.592Z", + "recordedAt": "2026-08-03T10:57:01.183Z", "request": { "body": { "kind": "json", @@ -43,13 +43,13 @@ "native_finish_reason": "stop" } ], - "created": 1784814006, - "id": "gen-1784814006-ZCj0j0xD7iEJ0R8RIa6q", + "created": 1785754620, + "id": "gen-1785754620-50U52KNwDaLSr5toN0fQ", "model": "openai/gpt-4o-mini-2024-07-18", "object": "chat.completion", "provider": "OpenAI", "service_tier": null, - "system_fingerprint": "fp_a8eb499e0d", + "system_fingerprint": "fp_5d8d1116aa", "usage": { "completion_tokens": 2, "completion_tokens_details": { @@ -78,18 +78,18 @@ "headers": { "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cf-ray": "a1fb1856df2625f7-IAD", + "cf-ray": "a254cc8baf680cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Thu, 23 Jul 2026 13:40:07 GMT", + "date": "Mon, 03 Aug 2026 10:57:01 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814006-ZCj0j0xD7iEJ0R8RIa6q" + "x-generation-id": "gen-1785754620-50U52KNwDaLSr5toN0fQ" }, "status": 200, "statusText": "OK" @@ -99,7 +99,7 @@ "callIndex": 1, "id": "149aaf455aed8632", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-23T13:40:08.144Z", + "recordedAt": "2026-08-03T10:57:01.680Z", "request": { "body": { "kind": "json", @@ -127,9 +127,9 @@ "body": { "chunks": [ ": OPENROUTER PROCESSING", - "data: {\"id\":\"gen-1784814007-02BNEWFW8P4WBm0svque\",\"object\":\"chat.completion.chunk\",\"created\":1784814007,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STREAM\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", - "data: {\"id\":\"gen-1784814007-02BNEWFW8P4WBm0svque\",\"object\":\"chat.completion.chunk\",\"created\":1784814007,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", - "data: {\"id\":\"gen-1784814007-02BNEWFW8P4WBm0svque\",\"object\":\"chat.completion.chunk\",\"created\":1784814007,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_844ddd95ff\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":12,\"completion_tokens\":1,\"total_tokens\":13,\"cost\":0.0000024,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0000024,\"upstream_inference_prompt_cost\":0.0000018,\"upstream_inference_completions_cost\":6e-7},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}", + "data: {\"id\":\"gen-1785754621-q7ZvLtNCoJj9tEH5tqyx\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STREAM\",\"role\":\"assistant\"},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-q7ZvLtNCoJj9tEH5tqyx\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}]}", + "data: {\"id\":\"gen-1785754621-q7ZvLtNCoJj9tEH5tqyx\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"provider\":\"OpenAI\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\"}],\"usage\":{\"prompt_tokens\":12,\"completion_tokens\":1,\"total_tokens\":13,\"cost\":0.0000024,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0000024,\"upstream_inference_prompt_cost\":0.0000018,\"upstream_inference_completions_cost\":6e-7},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}", "data: [DONE]" ], "kind": "sse" @@ -138,17 +138,17 @@ "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb185bafb725f7-IAD", + "cf-ray": "a254cc8eafba0cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:40:08 GMT", + "date": "Mon, 03 Aug 2026 10:57:01 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814007-02BNEWFW8P4WBm0svque" + "x-generation-id": "gen-1785754621-q7ZvLtNCoJj9tEH5tqyx" }, "status": 200, "statusText": "OK" @@ -158,7 +158,7 @@ "callIndex": 2, "id": "ae3fa0e342da9a6f", "matchKey": "POST openrouter.ai/api/v1/chat/completions", - "recordedAt": "2026-07-23T13:40:19.578Z", + "recordedAt": "2026-08-03T10:57:09.031Z", "request": { "body": { "kind": "json", @@ -185,26 +185,172 @@ }, "response": { "body": { - "contentType": "text/event-stream", - "kind": "binary", - "path": "openrouter-v1.cassette.blobs/a397bdd3b17948d99dec01466630e9bcf73d955416676c1d3dad6a2dcee9b78e.bin", - "sha256": "a397bdd3b17948d99dec01466630e9bcf73d955416676c1d3dad6a2dcee9b78e" + "chunks": [ + ": OPENROUTER PROCESSING", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"First\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"First\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user said\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user said\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" answer with\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" answer with\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" exactly the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" exactly the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" So,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" So,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I need\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I need\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" about this\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" about this\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" my\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" my\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" response should\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" response should\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be just\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be just\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the number\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the number\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" 4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" 4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"What\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"What\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" there to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" there to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" think about\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" think about\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"? It\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"? It\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" seems straightforward\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" seems straightforward\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". The\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". The\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instruction is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instruction is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" respond\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" respond\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" with \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" with \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4\\\".\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4\\\".\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" But why\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" But why\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"?\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"?\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Maybe it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Maybe it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" test to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" test to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" see if\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" see if\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I follow\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I follow\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" instructions precisely\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" instructions precisely\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nPerhaps\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nPerhaps\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" there\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" there\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" trick\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" trick\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" Let\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" Let\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" me read\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" me read\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it again\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it again\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", then\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", then\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" answer with\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" answer with\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" exactly the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" exactly the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" number \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" number \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" So\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" So\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" should think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" should think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", which\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", which\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I am\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I am\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" doing now\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" doing now\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", and\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", and\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" then output\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" then output\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"4\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"4\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\".\\n\\nBut\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\".\\n\\nBut\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" what\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" what\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" does \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" does \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"think briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"think briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\" mean\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\" mean\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"? It\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"? It\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" might\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" might\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" imply\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" imply\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" that I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" that I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" should consider\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" should consider\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" something\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" something\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" before answering\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" before answering\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", but\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", but\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" the answer\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" the answer\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is already\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is already\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" given:\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" given:\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it must\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it must\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" be \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" be \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"Maybe it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"Maybe it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'s a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'s a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" reference to\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" reference to\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" something.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" something.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" For\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" For\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" example,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" example,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" in programming\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" in programming\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" or logic\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" or logic\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\",\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\",\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" sometimes\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" sometimes\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\" is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\" is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" used in\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" used in\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" puzzles.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" puzzles.\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" But here\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" But here\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" seems\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" seems\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" literal\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" literal\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nAnother\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nAnother\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" idea\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" idea\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\": perhaps\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\": perhaps\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"think\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"think\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\" is\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\" is\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" command\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" command\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\", and\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\", and\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"briefly\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"briefly\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"\\\" modifies\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\\" modifies\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" it,\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" it,\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" but that\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" but that\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" doesn't\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" doesn't\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" make sense\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" make sense\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\". I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\". I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" think I\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" think I\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"'m over\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"'m over\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"complic\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"complic\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"ating it\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"ating it\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\".\\n\\nThe\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\".\\n\\nThe\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" simplest\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" simplest\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" interpretation\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" interpretation\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" is that\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" is that\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" I need\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" I need\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" to process\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" to process\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" this request\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" this request\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" by\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" by\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" thinking for\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" thinking for\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" a short\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" a short\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" moment and\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" moment and\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" then respond\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" then respond\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" with the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" with the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" digit \",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" digit \",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"4.\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"4.\\n\\n\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"The\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" user said\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" user said\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\" \\\"ex\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\" \\\"ex\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":\"actly the\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"actly the\",\"format\":\"unknown\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\",\"reasoning\":null},\"finish_reason\":\"length\",\"native_finish_reason\":\"length\"}]}", + "data: {\"id\":\"gen-1785754621-QuFb6ji8Cl5VEEonW0Vy\",\"object\":\"chat.completion.chunk\",\"created\":1785754621,\"model\":\"deepseek/deepseek-r1\",\"provider\":\"Novita\",\"service_tier\":null,\"choices\":[{\"index\":0,\"delta\":{\"content\":\"\",\"role\":\"assistant\"},\"finish_reason\":\"length\",\"native_finish_reason\":\"length\"}],\"usage\":{\"prompt_tokens\":15,\"completion_tokens\":256,\"total_tokens\":271,\"cost\":0.0006505,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0006505,\"upstream_inference_prompt_cost\":0.0000105,\"upstream_inference_completions_cost\":0.00064},\"completion_tokens_details\":{\"reasoning_tokens\":277,\"image_tokens\":0,\"audio_tokens\":0}}}", + "data: [DONE]" + ], + "kind": "sse" }, "headers": { "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb185f2b1a25f7-IAD", + "cf-ray": "a254cc91cfd50cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:40:08 GMT", + "date": "Mon, 03 Aug 2026 10:57:02 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814008-u5dvNo8Wj4D98Y3P2uWR" + "x-generation-id": "gen-1785754621-QuFb6ji8Cl5VEEonW0Vy" }, "status": 200, "statusText": "OK" @@ -214,7 +360,7 @@ "callIndex": 0, "id": "8447de5c82468eb1", "matchKey": "POST openrouter.ai/api/v1/embeddings", - "recordedAt": "2026-07-23T13:40:19.809Z", + "recordedAt": "2026-08-03T10:57:09.256Z", "request": { "body": { "kind": "json", @@ -795,7 +941,7 @@ "object": "embedding" } ], - "id": "gen-emb-1784814019-nJ6f8H50VI3QRxNbmMxE", + "id": "gen-emb-1785754629-JmLKVdxmJsP7bX7fcPM4", "model": "text-embedding-3-small", "object": "list", "provider": "OpenAI", @@ -815,11 +961,11 @@ "headers": { "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cf-ray": "a1fb18a6cc6b25f7-IAD", + "cf-ray": "a254ccbfbf580cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Thu, 23 Jul 2026 13:40:19 GMT", + "date": "Mon, 03 Aug 2026 10:57:09 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", @@ -835,7 +981,7 @@ "callIndex": 0, "id": "b07479a2600fb868", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:40:20.328Z", + "recordedAt": "2026-08-03T10:57:09.733Z", "request": { "body": { "kind": "json", @@ -858,11 +1004,11 @@ "kind": "json", "value": { "background": false, - "completed_at": 1784814020, - "created_at": 1784814019, + "completed_at": 1785754629, + "created_at": 1785754629, "error": null, "frequency_penalty": 0, - "id": "gen-1784814019-JFKYb18nxJ7mUPnX8wpR", + "id": "gen-1785754629-Kpu57oosXnt01VKPEFLe", "incomplete_details": null, "instructions": null, "max_output_tokens": 24, @@ -880,7 +1026,7 @@ "type": "output_text" } ], - "id": "msg_tmp_v7e8scj7rq", + "id": "msg_tmp_d4gbq1ikvhq", "role": "assistant", "status": "completed", "type": "message" @@ -930,18 +1076,18 @@ "headers": { "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cf-ray": "a1fb18a808a925f7-IAD", + "cf-ray": "a254ccc11ac90cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Thu, 23 Jul 2026 13:40:20 GMT", + "date": "Mon, 03 Aug 2026 10:57:09 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814019-JFKYb18nxJ7mUPnX8wpR" + "x-generation-id": "gen-1785754629-Kpu57oosXnt01VKPEFLe" }, "status": 200, "statusText": "OK" @@ -951,7 +1097,7 @@ "callIndex": 1, "id": "e208119c9e8de6b2", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:40:20.905Z", + "recordedAt": "2026-08-03T10:57:10.199Z", "request": { "body": { "kind": "json", @@ -972,18 +1118,17 @@ "response": { "body": { "chunks": [ - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814020-yEHHumhuXoVotapc03AC\",\"object\":\"response\",\"created_at\":1784814020,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814020-yEHHumhuXoVotapc03AC\",\"object\":\"response\",\"created_at\":1784814020,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_bgzqm6cd5qi\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", - "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_bgzqm6cd5qi\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_bgzqm6cd5qi\",\"content_index\":0,\"delta\":\"STREAM\",\"logprobs\":[],\"sequence_number\":4}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_bgzqm6cd5qi\",\"content_index\":0,\"delta\":\"ED\",\"logprobs\":[],\"sequence_number\":5}", - "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_bgzqm6cd5qi\",\"content_index\":0,\"delta\":\" RESPONSE\",\"logprobs\":[],\"sequence_number\":6}", - "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_bgzqm6cd5qi\",\"content_index\":0,\"text\":\"STREAMED RESPONSE\",\"logprobs\":[],\"sequence_number\":7}", - "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_bgzqm6cd5qi\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":8}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_bgzqm6cd5qi\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":9}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814020-yEHHumhuXoVotapc03AC\",\"object\":\"response\",\"created_at\":1784814020,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"completed\",\"completed_at\":1784814020,\"output\":[{\"id\":\"msg_tmp_bgzqm6cd5qi\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":14,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":3,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":17,\"cost\":0.0000039,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000039,\"upstream_inference_input_cost\":0.0000021,\"upstream_inference_output_cost\":0.0000018}}},\"sequence_number\":10}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754629-85vF2d0H0XNJG53n1wtR\",\"object\":\"response\",\"created_at\":1785754629,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754629-85vF2d0H0XNJG53n1wtR\",\"object\":\"response\",\"created_at\":1785754629,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_oy89vjdjvgn\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", + "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_oy89vjdjvgn\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_oy89vjdjvgn\",\"content_index\":0,\"delta\":\"STREAM\",\"logprobs\":[],\"sequence_number\":4}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_oy89vjdjvgn\",\"content_index\":0,\"delta\":\"ED\",\"logprobs\":[],\"sequence_number\":5}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_oy89vjdjvgn\",\"content_index\":0,\"delta\":\" RESPONSE\",\"logprobs\":[],\"sequence_number\":6}", + "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_oy89vjdjvgn\",\"content_index\":0,\"text\":\"STREAMED RESPONSE\",\"logprobs\":[],\"sequence_number\":7}", + "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_oy89vjdjvgn\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":8}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_oy89vjdjvgn\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":9}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754629-85vF2d0H0XNJG53n1wtR\",\"object\":\"response\",\"created_at\":1785754629,\"model\":\"openai/gpt-4o-mini-2024-07-18\",\"status\":\"completed\",\"completed_at\":1785754630,\"output\":[{\"id\":\"msg_tmp_oy89vjdjvgn\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"STREAMED RESPONSE\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":null,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":14,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":3,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":17,\"cost\":0.0000039,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000039,\"upstream_inference_input_cost\":0.0000021,\"upstream_inference_output_cost\":0.0000018}}},\"sequence_number\":10}", "data: [DONE]" ], "kind": "sse" @@ -992,17 +1137,17 @@ "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb18ab4ae925f7-IAD", + "cf-ray": "a254ccc41a530cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:40:20 GMT", + "date": "Mon, 03 Aug 2026 10:57:10 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814020-yEHHumhuXoVotapc03AC" + "x-generation-id": "gen-1785754629-85vF2d0H0XNJG53n1wtR" }, "status": 200, "statusText": "OK" @@ -1012,7 +1157,7 @@ "callIndex": 0, "id": "3349f89a792d5666", "matchKey": "POST openrouter.ai/api/v1/rerank", - "recordedAt": "2026-07-23T13:40:21.041Z", + "recordedAt": "2026-08-03T10:57:10.339Z", "request": { "body": { "kind": "json", @@ -1035,7 +1180,7 @@ "body": { "kind": "json", "value": { - "id": "gen-rerank-1784814020-Cgq2jnjJidFNLDDhqVNL", + "id": "gen-rerank-1785754630-XlHZEj2BKrSQoy5xEDfa", "model": "rerank-v3.5", "provider": "Cohere", "results": [ @@ -1063,11 +1208,11 @@ "headers": { "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cf-ray": "a1fb18aeee8725f7-IAD", + "cf-ray": "a254ccc70a300cf8-IAD", "connection": "keep-alive", "content-encoding": "gzip", "content-type": "application/json", - "date": "Thu, 23 Jul 2026 13:40:20 GMT", + "date": "Mon, 03 Aug 2026 10:57:10 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", @@ -1083,7 +1228,7 @@ "callIndex": 2, "id": "0e0afcf85339093d", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:40:21.588Z", + "recordedAt": "2026-08-03T10:57:10.858Z", "request": { "body": { "kind": "json", @@ -1096,7 +1241,7 @@ "store": false, "stream": true, "temperature": 0, - "tool_choice": "required", + "tool_choice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1125,14 +1270,13 @@ "response": { "body": { "chunks": [ - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814021-if3YEOigxZaxsspvZNSW\",\"object\":\"response\",\"created_at\":1784814021,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814021-if3YEOigxZaxsspvZNSW\",\"object\":\"response\",\"created_at\":1784814021,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_mfi7ip7r53b\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_mfi7ip7r53b\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_mfi7ip7r53b\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_mfi7ip7r53b\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814021-if3YEOigxZaxsspvZNSW\",\"object\":\"response\",\"created_at\":1784814021,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814021,\"output\":[{\"id\":\"fc_tmp_mfi7ip7r53b\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":34,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":39,\"cost\":0.0000054,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000054,\"upstream_inference_input_cost\":0.0000034,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754630-eejFAfHHYFaQYmfVOhAC\",\"object\":\"response\",\"created_at\":1785754630,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754630-eejFAfHHYFaQYmfVOhAC\",\"object\":\"response\",\"created_at\":1785754630,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_gf084gn2feh\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_4A6TquJGoduUXdOAVnFA\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", + "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_gf084gn2feh\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", + "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_gf084gn2feh\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_gf084gn2feh\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_4A6TquJGoduUXdOAVnFA\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754630-eejFAfHHYFaQYmfVOhAC\",\"object\":\"response\",\"created_at\":1785754630,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1785754630,\"output\":[{\"id\":\"fc_tmp_gf084gn2feh\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_4A6TquJGoduUXdOAVnFA\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":34,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":39,\"cost\":0.0000054,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000054,\"upstream_inference_input_cost\":0.0000034,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", "data: [DONE]" ], "kind": "sse" @@ -1141,17 +1285,17 @@ "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb18afc98125f7-IAD", + "cf-ray": "a254ccc7ec580cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:40:21 GMT", + "date": "Mon, 03 Aug 2026 10:57:10 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814021-if3YEOigxZaxsspvZNSW" + "x-generation-id": "gen-1785754630-eejFAfHHYFaQYmfVOhAC" }, "status": 200, "statusText": "OK" @@ -1161,213 +1305,7 @@ "callIndex": 3, "id": "040c644be1206cbf", "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:40:22.019Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "fc_tmp_mfi7ip7r53b", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "output_tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814021-oSR4hrtfvsbfIIuKxTdO\",\"object\":\"response\",\"created_at\":1784814021,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814021-oSR4hrtfvsbfIIuKxTdO\",\"object\":\"response\",\"created_at\":1784814021,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_nuwqopvnpsb\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_Uo39SsNOtnwb375mbFnZ\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_nuwqopvnpsb\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_nuwqopvnpsb\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_nuwqopvnpsb\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_Uo39SsNOtnwb375mbFnZ\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814021-oSR4hrtfvsbfIIuKxTdO\",\"object\":\"response\",\"created_at\":1784814021,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814022,\"output\":[{\"id\":\"fc_tmp_nuwqopvnpsb\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_Uo39SsNOtnwb375mbFnZ\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":46,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":51,\"cost\":0.0000066,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000066,\"upstream_inference_input_cost\":0.0000046,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a1fb18b34c8e25f7-IAD", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:40:22 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814021-oSR4hrtfvsbfIIuKxTdO" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 4, - "id": "330802616da8d927", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:40:22.458Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "fc_tmp_mfi7ip7r53b", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "output_tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "fc_tmp_nuwqopvnpsb", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "output_tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814022-PQKrI62tE7qjsCkcer24\",\"object\":\"response\",\"created_at\":1784814022,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814022-PQKrI62tE7qjsCkcer24\",\"object\":\"response\",\"created_at\":1784814022,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_y8vved40tu\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_kZwLMipp65twnlJfRQ6I\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_y8vved40tu\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_y8vved40tu\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_y8vved40tu\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_kZwLMipp65twnlJfRQ6I\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814022-PQKrI62tE7qjsCkcer24\",\"object\":\"response\",\"created_at\":1784814022,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814022,\"output\":[{\"id\":\"fc_tmp_y8vved40tu\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_kZwLMipp65twnlJfRQ6I\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":58,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":63,\"cost\":0.0000078,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000078,\"upstream_inference_input_cost\":0.0000058,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a1fb18b5dc9925f7-IAD", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:40:22 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814022-PQKrI62tE7qjsCkcer24" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 5, - "id": "46e5df3b3dea95b8", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:40:22.894Z", + "recordedAt": "2026-08-03T10:57:11.202Z", "request": { "body": { "kind": "json", @@ -1379,43 +1317,15 @@ }, { "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "fc_tmp_mfi7ip7r53b", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "output_tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "fc_tmp_nuwqopvnpsb", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "output_tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "fc_tmp_y8vved40tu", + "call_id": "tool_lookup_weather_4A6TquJGoduUXdOAVnFA", + "id": "fc_tmp_gf084gn2feh", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "call_id": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "output_tool_lookup_weather_kZwLMipp65twnlJfRQ6I", + "call_id": "tool_lookup_weather_4A6TquJGoduUXdOAVnFA", + "id": "output_tool_lookup_weather_4A6TquJGoduUXdOAVnFA", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" } @@ -1427,297 +1337,7 @@ "store": false, "stream": true, "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814022-0TTkrVPE8JFeu5PmsEEw\",\"object\":\"response\",\"created_at\":1784814022,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814022-0TTkrVPE8JFeu5PmsEEw\",\"object\":\"response\",\"created_at\":1784814022,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_thome636gs\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_IYNkLiAOSO7cRmnlEIen\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_thome636gs\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_thome636gs\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_thome636gs\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_IYNkLiAOSO7cRmnlEIen\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814022-0TTkrVPE8JFeu5PmsEEw\",\"object\":\"response\",\"created_at\":1784814022,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814022,\"output\":[{\"id\":\"fc_tmp_thome636gs\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_IYNkLiAOSO7cRmnlEIen\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":70,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":75,\"cost\":0.000009,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.000009,\"upstream_inference_input_cost\":0.000007,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a1fb18b89d9325f7-IAD", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:40:22 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814022-0TTkrVPE8JFeu5PmsEEw" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 6, - "id": "b9c4f98bcb70f419", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:40:23.375Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "fc_tmp_mfi7ip7r53b", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "output_tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "fc_tmp_nuwqopvnpsb", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "output_tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "fc_tmp_y8vved40tu", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "output_tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "fc_tmp_thome636gs", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "output_tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - }, - "strict": null, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://openrouter.ai/api/v1/responses" - }, - "response": { - "body": { - "chunks": [ - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814022-pdmI2N8J67FSO84t8eG8\",\"object\":\"response\",\"created_at\":1784814022,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814022-pdmI2N8J67FSO84t8eG8\",\"object\":\"response\",\"created_at\":1784814022,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_7xh40q1261\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_BwyIB9KPD3jNWshFwY2v\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_7xh40q1261\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_7xh40q1261\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_7xh40q1261\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_BwyIB9KPD3jNWshFwY2v\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814022-pdmI2N8J67FSO84t8eG8\",\"object\":\"response\",\"created_at\":1784814022,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814023,\"output\":[{\"id\":\"fc_tmp_7xh40q1261\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_BwyIB9KPD3jNWshFwY2v\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":82,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":87,\"cost\":0.0000102,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000102,\"upstream_inference_input_cost\":0.0000082,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-allow-origin": "*", - "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", - "cache-control": "no-cache", - "cf-ray": "a1fb18bb5f6f25f7-IAD", - "connection": "keep-alive", - "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:40:23 GMT", - "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", - "referrer-policy": "no-referrer, strict-origin-when-cross-origin", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814022-pdmI2N8J67FSO84t8eG8" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 7, - "id": "e5dc478384a0899b", - "matchKey": "POST openrouter.ai/api/v1/responses", - "recordedAt": "2026-07-23T13:40:23.875Z", - "request": { - "body": { - "kind": "json", - "value": { - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "fc_tmp_mfi7ip7r53b", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "output_tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "fc_tmp_nuwqopvnpsb", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "output_tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "fc_tmp_y8vved40tu", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "output_tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "fc_tmp_thome636gs", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "output_tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "call_id": "tool_lookup_weather_BwyIB9KPD3jNWshFwY2v", - "id": "fc_tmp_7xh40q1261", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "call_id": "tool_lookup_weather_BwyIB9KPD3jNWshFwY2v", - "id": "output_tool_lookup_weather_BwyIB9KPD3jNWshFwY2v", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "max_output_tokens": 24, - "max_tool_calls": 1, - "model": "google/gemini-2.5-flash-lite", - "service_tier": "auto", - "store": false, - "stream": true, - "temperature": 0, - "tool_choice": "required", + "tool_choice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1746,14 +1366,16 @@ "response": { "body": { "chunks": [ - ": ", - "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1784814023-w1a56felKDC54GomgPpS\",\"object\":\"response\",\"created_at\":1784814023,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", - "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1784814023-w1a56felKDC54GomgPpS\",\"object\":\"response\",\"created_at\":1784814023,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", - "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_0ni60tvjbyf\",\"type\":\"function_call\",\"status\":\"in_progress\",\"call_id\":\"tool_lookup_weather_ulbQ0Z3oGc6eY4nkKAbo\",\"name\":\"lookup_weather\",\"arguments\":\"\"},\"sequence_number\":2}", - "data: {\"type\":\"response.function_call_arguments.delta\",\"output_index\":0,\"item_id\":\"fc_tmp_0ni60tvjbyf\",\"delta\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":3}", - "data: {\"type\":\"response.function_call_arguments.done\",\"output_index\":0,\"item_id\":\"fc_tmp_0ni60tvjbyf\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\",\"sequence_number\":4}", - "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"fc_tmp_0ni60tvjbyf\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_ulbQ0Z3oGc6eY4nkKAbo\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"},\"sequence_number\":5}", - "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1784814023-w1a56felKDC54GomgPpS\",\"object\":\"response\",\"created_at\":1784814023,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1784814023,\"output\":[{\"id\":\"fc_tmp_0ni60tvjbyf\",\"type\":\"function_call\",\"status\":\"completed\",\"call_id\":\"tool_lookup_weather_ulbQ0Z3oGc6eY4nkKAbo\",\"name\":\"lookup_weather\",\"arguments\":\"{\\\"city\\\":\\\"Vienna\\\"}\"}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"required\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":94,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":5,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":99,\"cost\":0.0000114,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000114,\"upstream_inference_input_cost\":0.0000094,\"upstream_inference_output_cost\":0.000002}}},\"sequence_number\":6}", + "data: {\"type\":\"response.created\",\"response\":{\"id\":\"gen-1785754630-szw06GCubkjyfnyztCNd\",\"object\":\"response\",\"created_at\":1785754630,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":0}", + "data: {\"type\":\"response.in_progress\",\"response\":{\"id\":\"gen-1785754630-szw06GCubkjyfnyztCNd\",\"object\":\"response\",\"created_at\":1785754630,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"in_progress\",\"completed_at\":null,\"output\":[],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"auto\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":null},\"sequence_number\":1}", + "data: {\"type\":\"response.output_item.added\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_1hm412i5392\",\"type\":\"message\",\"status\":\"in_progress\",\"role\":\"assistant\",\"content\":[]},\"sequence_number\":2}", + "data: {\"type\":\"response.content_part.added\",\"output_index\":0,\"item_id\":\"msg_tmp_1hm412i5392\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":3}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_1hm412i5392\",\"content_index\":0,\"delta\":\"Sunny\",\"logprobs\":[],\"sequence_number\":4}", + "data: {\"type\":\"response.output_text.delta\",\"output_index\":0,\"item_id\":\"msg_tmp_1hm412i5392\",\"content_index\":0,\"delta\":\" in Vienna\",\"logprobs\":[],\"sequence_number\":5}", + "data: {\"type\":\"response.output_text.done\",\"output_index\":0,\"item_id\":\"msg_tmp_1hm412i5392\",\"content_index\":0,\"text\":\"Sunny in Vienna\",\"logprobs\":[],\"sequence_number\":6}", + "data: {\"type\":\"response.content_part.done\",\"output_index\":0,\"item_id\":\"msg_tmp_1hm412i5392\",\"content_index\":0,\"part\":{\"type\":\"output_text\",\"text\":\"Sunny in Vienna\",\"annotations\":[],\"logprobs\":[]},\"sequence_number\":7}", + "data: {\"type\":\"response.output_item.done\",\"output_index\":0,\"item\":{\"id\":\"msg_tmp_1hm412i5392\",\"type\":\"message\",\"status\":\"completed\",\"role\":\"assistant\",\"content\":[{\"type\":\"output_text\",\"text\":\"Sunny in Vienna\",\"annotations\":[],\"logprobs\":[]}]},\"sequence_number\":8}", + "data: {\"type\":\"response.completed\",\"response\":{\"id\":\"gen-1785754630-szw06GCubkjyfnyztCNd\",\"object\":\"response\",\"created_at\":1785754630,\"model\":\"google/gemini-2.5-flash-lite\",\"status\":\"completed\",\"completed_at\":1785754631,\"output\":[{\"id\":\"msg_tmp_1hm412i5392\",\"type\":\"message\",\"role\":\"assistant\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"text\":\"Sunny in Vienna\",\"annotations\":[],\"logprobs\":[]}]}],\"error\":null,\"incomplete_details\":null,\"tools\":[{\"type\":\"function\",\"name\":\"lookup_weather\",\"description\":\"Look up the weather forecast for a city.\",\"strict\":null,\"parameters\":{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"type\":\"object\",\"properties\":{\"city\":{\"type\":\"string\"}},\"required\":[\"city\"],\"additionalProperties\":false}}],\"tool_choice\":\"auto\",\"parallel_tool_calls\":true,\"max_output_tokens\":24,\"temperature\":0,\"top_p\":1,\"presence_penalty\":0,\"frequency_penalty\":0,\"top_logprobs\":0,\"max_tool_calls\":1,\"metadata\":{},\"background\":false,\"previous_response_id\":null,\"service_tier\":\"default\",\"truncation\":\"disabled\",\"store\":false,\"instructions\":null,\"text\":{\"format\":{\"type\":\"text\"}},\"reasoning\":null,\"safety_identifier\":null,\"prompt_cache_key\":null,\"prompt_cache_options\":null,\"usage\":{\"input_tokens\":46,\"input_tokens_details\":{\"cached_tokens\":0,\"cache_write_tokens\":0},\"output_tokens\":3,\"output_tokens_details\":{\"reasoning_tokens\":0},\"total_tokens\":49,\"cost\":0.0000058,\"is_byok\":false,\"cost_details\":{\"upstream_inference_cost\":0.0000058,\"upstream_inference_input_cost\":0.0000046,\"upstream_inference_output_cost\":0.0000012}}},\"sequence_number\":9}", "data: [DONE]" ], "kind": "sse" @@ -1762,17 +1384,17 @@ "access-control-allow-origin": "*", "access-control-expose-headers": "X-Generation-Id,X-Provider-Name,cf-ray", "cache-control": "no-cache", - "cf-ray": "a1fb18be488025f7-IAD", + "cf-ray": "a254cccb3d0d0cf8-IAD", "connection": "keep-alive", "content-type": "text/event-stream", - "date": "Thu, 23 Jul 2026 13:40:23 GMT", + "date": "Mon, 03 Aug 2026 10:57:11 GMT", "permissions-policy": "payment=(self \"https://checkout.stripe.com\" \"https://connect-js.stripe.com\" \"https://js.stripe.com\" \"https://*.js.stripe.com\" \"https://hooks.stripe.com\")", "referrer-policy": "no-referrer, strict-origin-when-cross-origin", "server": "cloudflare", "set-cookie": "[REDACTED]", "transfer-encoding": "chunked", "x-content-type-options": "nosniff", - "x-generation-id": "gen-1784814023-w1a56felKDC54GomgPpS" + "x-generation-id": "gen-1785754630-szw06GCubkjyfnyztCNd" }, "status": 200, "statusText": "OK" diff --git a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0-latest.span-tree.json b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0-latest.span-tree.json index b864a3465..5ac3b496a 100644 --- a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0-latest.span-tree.json +++ b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0-latest.span-tree.json @@ -136,7 +136,7 @@ "logprobs": null, "message": { "content": "4", - "reasoning": "First, the user says: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should be just the number 4.\n\nWhat is there to think about? The instruction is straightforward. It doesn't ask a question; it just tells me to answer with the number 4. So, I should simply output \"4\".\n\nBut why would they say \"think briefly\"? Maybe it's to ensure that I process the instruction correctly. Perhaps it's a test to see if I follow directions precisely.\n\nLet me read it again: \"Think briefly, then answer with exactly the number 4.\" So, I need to think for a moment, but not output anything about my thinking. Just the final answer should be \"4\".\n\nSince it says \"answer with exactly the number 4\", I should not add any extra text. No explanations, no punctuation, just the digit 4.\n\nIn the context of this being an AI response, I should make sure that my output is minimal and exactly as specified.\n\nIs there any trick here? The user didn't pose a question; they gave a command. But in AI interactions, users often phrase things in various ways. I should treat this as an instruction to respond with 4.\n\nPerhaps it's related to previous context, but in this conversation, there is no prior context. This seems like a standalone message.\n\nSo, after thinking briefly, I should output: 4\n\nAnd that's it.\n", + "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should just be the number 4.\n\nWhat does \"think briefly\" mean? It probably means I should consider why they're asking for the number 4, but not overcomplicate it. Maybe it's a test to see if I follow instructions precisely.\n\nThe instruction is clear: answer with exactly the number 4. That means no additional text, no explanations, just \"4\".\n\nI recall that in some contexts, like programming or testing, responses need to be exact. So, I should ensure that my output is only the digit 4.\n\nIs there any trick here? The user might be checking if I can provide a simple, direct answer without elaboration. Since they said \"think briefly,\" I should do that internally but not include any thoughts in my response.\n\nFinally, my response should be: 4\n\nAnd nothing else. So, in the output, I'll just write \"4\".\n", "role": "assistant" } } @@ -157,19 +157,19 @@ }, "metrics": { "completion_audio_tokens": 0, - "completion_reasoning_tokens": 306, - "completion_tokens": 308, - "cost": 0.0007819, - "cost_upstream_inference_completions_cost": 0.00077, - "cost_upstream_inference_cost": 0.0007819, - "cost_upstream_inference_prompt_cost": 0.0000119, + "completion_reasoning_tokens": 238, + "completion_tokens": 220, + "cost": 0.0005605, + "cost_upstream_inference_completions_cost": 0.00055, + "cost_upstream_inference_cost": 0.0005605, + "cost_upstream_inference_prompt_cost": 0.0000105, "prompt_audio_tokens": 0, "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, - "prompt_tokens": 17, + "prompt_tokens": 15, "prompt_video_tokens": 0, "time_to_first_token": 0, - "tokens": 325 + "tokens": 235 } } ], @@ -239,8 +239,8 @@ ], "metadata": { "background": false, - "completedAt": 1783432895, - "createdAt": 1783432895, + "completedAt": 1785754604, + "createdAt": 1785754603, "error": null, "frequencyPenalty": 0, "id": "", @@ -255,6 +255,7 @@ "parallelToolCalls": true, "presencePenalty": 0, "previousResponseId": null, + "promptCacheOptions": null, "provider": "openai", "reasoning": null, "safetyIdentifier": null, @@ -318,8 +319,8 @@ ], "metadata": { "background": false, - "completedAt": 1783432896, - "createdAt": 1783432895, + "completedAt": 1785754604, + "createdAt": 1785754604, "error": null, "frequencyPenalty": 0, "id": "", @@ -334,6 +335,7 @@ "parallelToolCalls": true, "presencePenalty": 0, "previousResponseId": null, + "promptCacheOptions": null, "provider": "openai", "reasoning": null, "safetyIdentifier": null, @@ -390,7 +392,7 @@ "output": [ { "index": 1, - "relevance_score": 0.06664825 + "relevance_score": 0.06657539 }, { "index": 0, @@ -408,7 +410,7 @@ "text": "Paris is in France." }, "index": 1, - "relevanceScore": 0.06664825 + "relevanceScore": 0.06657539 }, { "document": { @@ -446,7 +448,7 @@ "output": [ { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", + "callId": "tool_lookup_weather_F3lOp14jgkYaT1LuUYYm", "id": "", "name": "lookup_weather", "status": "completed", @@ -455,8 +457,8 @@ ], "metadata": { "background": false, - "completedAt": 1783432900, - "createdAt": 1783432896, + "completedAt": 1785754605, + "createdAt": 1785754604, "error": null, "frequencyPenalty": 0, "id": "", @@ -471,6 +473,7 @@ "parallelToolCalls": true, "presencePenalty": 0, "previousResponseId": null, + "promptCacheOptions": null, "provider": "google", "reasoning": null, "safetyIdentifier": null, @@ -486,7 +489,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -519,6 +522,7 @@ "cost_upstream_inference_cost": 0.0000054, "cost_upstream_inference_input_cost": 0.0000034, "cost_upstream_inference_output_cost": 0.000002, + "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, "prompt_tokens": 34, "tokens": 39 @@ -547,14 +551,14 @@ "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", + "callId": "tool_lookup_weather_F3lOp14jgkYaT1LuUYYm", "id": "", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", + "callId": "tool_lookup_weather_F3lOp14jgkYaT1LuUYYm", "id": "", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" @@ -562,638 +566,24 @@ ], "output": [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1783432901, - "createdAt": 1783432900, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 2, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000066, - "cost_upstream_inference_cost": 0.0000066, - "cost_upstream_inference_input_cost": 0.0000046, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cached_tokens": 0, - "prompt_tokens": 46, - "tokens": 51 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1783432901, - "createdAt": 1783432901, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 3, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000078, - "cost_upstream_inference_cost": 0.0000078, - "cost_upstream_inference_input_cost": 0.0000058, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cached_tokens": 0, - "prompt_tokens": 58, - "tokens": 63 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1783432902, - "createdAt": 1783432901, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 4, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.000009, - "cost_upstream_inference_cost": 0.000009, - "cost_upstream_inference_input_cost": 0.000007, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cached_tokens": 0, - "prompt_tokens": 70, - "tokens": 75 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_UrjYQC1ClDvzk25p8OLW", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1783432902, - "createdAt": 1783432902, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 5, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000102, - "cost_upstream_inference_cost": 0.0000102, - "cost_upstream_inference_input_cost": 0.0000082, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cached_tokens": 0, - "prompt_tokens": 82, - "tokens": 87 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_UrjYQC1ClDvzk25p8OLW", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_UrjYQC1ClDvzk25p8OLW", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_klprwy8F52cbYtAu3w3q", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna.", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ], "metadata": { "background": false, - "completedAt": 1783432907, - "createdAt": 1783432902, + "completedAt": 1785754605, + "createdAt": 1785754605, "error": null, "frequencyPenalty": 0, "id": "", @@ -1208,12 +598,13 @@ "parallelToolCalls": true, "presencePenalty": 0, "previousResponseId": null, + "promptCacheOptions": null, "provider": "google", "reasoning": null, "safetyIdentifier": null, "serviceTier": "default", "status": "completed", - "step": 6, + "step": 2, "step_type": "continue", "store": false, "stream": false, @@ -1223,7 +614,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1251,32 +642,39 @@ }, "metrics": { "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000114, - "cost_upstream_inference_cost": 0.0000114, - "cost_upstream_inference_input_cost": 0.0000094, - "cost_upstream_inference_output_cost": 0.000002, + "completion_tokens": 4, + "cost": 0.0000062, + "cost_upstream_inference_cost": 0.0000062, + "cost_upstream_inference_input_cost": 0.0000046, + "cost_upstream_inference_output_cost": 0.0000016, + "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, - "prompt_tokens": 94, - "tokens": 99 + "prompt_tokens": 46, + "tokens": 50 } } ], "input": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", "output": [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_klprwy8F52cbYtAu3w3q", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna.", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ], "metadata": { "background": false, - "completedAt": 1783432907, - "createdAt": 1783432902, + "completedAt": 1785754605, + "createdAt": 1785754605, "error": null, "frequencyPenalty": 0, "id": "", @@ -1291,6 +689,7 @@ "parallelToolCalls": true, "presencePenalty": 0, "previousResponseId": null, + "promptCacheOptions": null, "provider": "google", "reasoning": null, "safetyIdentifier": null, @@ -1303,7 +702,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1328,7 +727,7 @@ "topLogprobs": 0, "topP": 1, "truncation": "disabled", - "turn_count": 6 + "turn_count": 2 } } ], diff --git a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0-latest.span-tree.txt b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0-latest.span-tree.txt index 8d5b74424..7d619e672 100644 --- a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0-latest.span-tree.txt +++ b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0-latest.span-tree.txt @@ -119,7 +119,7 @@ span_tree: │ "logprobs": null, │ "message": { │ "content": "4", - │ "reasoning": "First, the user says: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should be just the number 4.\n\nWhat is there to think about? The instruction is straightforward. It doesn't ask a question; it just tells me to answer with the number 4. So, I should simply output \"4\".\n\nBut why would they say \"think briefly\"? Maybe it's to ensure that I process the instruction correctly. Perhaps it's a test to see if I follow directions precisely.\n\nLet me read it again: \"Think briefly, then answer with exactly the number 4.\" So, I need to think for a moment, but not output anything about my thinking. Just the final answer should be \"4\".\n\nSince it says \"answer with exactly the number 4\", I should not add any extra text. No explanations, no punctuation, just the digit 4.\n\nIn the context of this being an AI response, I should make sure that my output is minimal and exactly as specified.\n\nIs there any trick here? The user didn't pose a question; they gave a command. But in AI interactions, users often phrase things in various ways. I should treat this as an instruction to respond with 4.\n\nPerhaps it's related to previous context, but in this conversation, there is no prior context. This seems like a standalone message.\n\nSo, after thinking briefly, I should output: 4\n\nAnd that's it.\n", + │ "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should just be the number 4.\n\nWhat does \"think briefly\" mean? It probably means I should consider why they're asking for the number 4, but not overcomplicate it. Maybe it's a test to see if I follow instructions precisely.\n\nThe instruction is clear: answer with exactly the number 4. That means no additional text, no explanations, just \"4\".\n\nI recall that in some contexts, like programming or testing, responses need to be exact. So, I should ensure that my output is only the digit 4.\n\nIs there any trick here? The user might be checking if I can provide a simple, direct answer without elaboration. Since they said \"think briefly,\" I should do that internally but not include any thoughts in my response.\n\nFinally, my response should be: 4\n\nAnd nothing else. So, in the output, I'll just write \"4\".\n", │ "role": "assistant" │ } │ } @@ -140,19 +140,19 @@ span_tree: │ } │ metrics: { │ "completion_audio_tokens": 0, - │ "completion_reasoning_tokens": 306, - │ "completion_tokens": 308, - │ "cost": 0.0007819, - │ "cost_upstream_inference_completions_cost": 0.00077, - │ "cost_upstream_inference_cost": 0.0007819, - │ "cost_upstream_inference_prompt_cost": 0.0000119, + │ "completion_reasoning_tokens": 238, + │ "completion_tokens": 220, + │ "cost": 0.0005605, + │ "cost_upstream_inference_completions_cost": 0.00055, + │ "cost_upstream_inference_cost": 0.0005605, + │ "cost_upstream_inference_prompt_cost": 0.0000105, │ "prompt_audio_tokens": 0, │ "prompt_cache_write_tokens": 0, │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 17, + │ "prompt_tokens": 15, │ "prompt_video_tokens": 0, │ "time_to_first_token": 0, - │ "tokens": 325 + │ "tokens": 235 │ } ├── openrouter-embeddings-operation │ metadata: { @@ -206,8 +206,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1783432895, - │ "createdAt": 1783432895, + │ "completedAt": 1785754604, + │ "createdAt": 1785754603, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -222,6 +222,7 @@ span_tree: │ "parallelToolCalls": true, │ "presencePenalty": 0, │ "previousResponseId": null, + │ "promptCacheOptions": null, │ "provider": "openai", │ "reasoning": null, │ "safetyIdentifier": null, @@ -277,8 +278,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1783432896, - │ "createdAt": 1783432895, + │ "completedAt": 1785754604, + │ "createdAt": 1785754604, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -293,6 +294,7 @@ span_tree: │ "parallelToolCalls": true, │ "presencePenalty": 0, │ "previousResponseId": null, + │ "promptCacheOptions": null, │ "provider": "openai", │ "reasoning": null, │ "safetyIdentifier": null, @@ -341,7 +343,7 @@ span_tree: │ output: [ │ { │ "index": 1, - │ "relevance_score": 0.06664825 + │ "relevance_score": 0.06657539 │ }, │ { │ "index": 0, @@ -359,7 +361,7 @@ span_tree: │ "text": "Paris is in France." │ }, │ "index": 1, - │ "relevanceScore": 0.06664825 + │ "relevanceScore": 0.06657539 │ }, │ { │ "document": { @@ -384,18 +386,24 @@ span_tree: input: "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast." output: [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_klprwy8F52cbYtAu3w3q", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna.", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ] metadata: { "background": false, - "completedAt": 1783432907, - "createdAt": 1783432902, + "completedAt": 1785754605, + "createdAt": 1785754605, "error": null, "frequencyPenalty": 0, "id": "", @@ -410,6 +418,7 @@ span_tree: "parallelToolCalls": true, "presencePenalty": 0, "previousResponseId": null, + "promptCacheOptions": null, "provider": "google", "reasoning": null, "safetyIdentifier": null, @@ -422,7 +431,7 @@ span_tree: "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -447,14 +456,14 @@ span_tree: "topLogprobs": 0, "topP": 1, "truncation": "disabled", - "turn_count": 6 + "turn_count": 2 } ├── openrouter.beta.responses.send [llm] │ input: "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast." │ output: [ │ { │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", + │ "callId": "tool_lookup_weather_F3lOp14jgkYaT1LuUYYm", │ "id": "", │ "name": "lookup_weather", │ "status": "completed", @@ -463,8 +472,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1783432900, - │ "createdAt": 1783432896, + │ "completedAt": 1785754605, + │ "createdAt": 1785754604, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -479,6 +488,7 @@ span_tree: │ "parallelToolCalls": true, │ "presencePenalty": 0, │ "previousResponseId": null, + │ "promptCacheOptions": null, │ "provider": "google", │ "reasoning": null, │ "safetyIdentifier": null, @@ -494,7 +504,7 @@ span_tree: │ "type": "text" │ } │ }, - │ "toolChoice": "required", + │ "toolChoice": "auto", │ "tools": [ │ { │ "description": "Look up the weather forecast for a city.", @@ -527,6 +537,7 @@ span_tree: │ "cost_upstream_inference_cost": 0.0000054, │ "cost_upstream_inference_input_cost": 0.0000034, │ "cost_upstream_inference_output_cost": 0.000002, + │ "prompt_cache_write_tokens": 0, │ "prompt_cached_tokens": 0, │ "prompt_tokens": 34, │ "tokens": 39 @@ -542,626 +553,44 @@ span_tree: │ "provider": "openrouter", │ "tool_name": "lookup_weather" │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1783432901, - │ "createdAt": 1783432900, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 2, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000066, - │ "cost_upstream_inference_cost": 0.0000066, - │ "cost_upstream_inference_input_cost": 0.0000046, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 46, - │ "tokens": 51 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1783432901, - │ "createdAt": 1783432901, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 3, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000078, - │ "cost_upstream_inference_cost": 0.0000078, - │ "cost_upstream_inference_input_cost": 0.0000058, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 58, - │ "tokens": 63 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1783432902, - │ "createdAt": 1783432901, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 4, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.000009, - │ "cost_upstream_inference_cost": 0.000009, - │ "cost_upstream_inference_input_cost": 0.000007, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 70, - │ "tokens": 75 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_UrjYQC1ClDvzk25p8OLW", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1783432902, - │ "createdAt": 1783432902, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 5, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000102, - │ "cost_upstream_inference_cost": 0.0000102, - │ "cost_upstream_inference_input_cost": 0.0000082, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 82, - │ "tokens": 87 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } └── openrouter.beta.responses.send [llm] input: [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, + "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", + "callId": "tool_lookup_weather_F3lOp14jgkYaT1LuUYYm", "id": "", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "callId": "tool_lookup_weather_7c2qtbkuBRNF8mMByNpL", + "callId": "tool_lookup_weather_F3lOp14jgkYaT1LuUYYm", "id": "", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_x8l2gJAISlZzG885rPqW", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_2Ac0DVXCrN399xPMqHzK", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_uvcxHFWy0CAPApzmzdyl", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_UrjYQC1ClDvzk25p8OLW", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_UrjYQC1ClDvzk25p8OLW", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" } ] output: [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_klprwy8F52cbYtAu3w3q", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna.", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ] metadata: { "background": false, - "completedAt": 1783432907, - "createdAt": 1783432902, + "completedAt": 1785754605, + "createdAt": 1785754605, "error": null, "frequencyPenalty": 0, "id": "", @@ -1176,12 +605,13 @@ span_tree: "parallelToolCalls": true, "presencePenalty": 0, "previousResponseId": null, + "promptCacheOptions": null, "provider": "google", "reasoning": null, "safetyIdentifier": null, "serviceTier": "default", "status": "completed", - "step": 6, + "step": 2, "step_type": "continue", "store": false, "stream": false, @@ -1191,7 +621,7 @@ span_tree: "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1219,12 +649,13 @@ span_tree: } metrics: { "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000114, - "cost_upstream_inference_cost": 0.0000114, - "cost_upstream_inference_input_cost": 0.0000094, - "cost_upstream_inference_output_cost": 0.000002, + "completion_tokens": 4, + "cost": 0.0000062, + "cost_upstream_inference_cost": 0.0000062, + "cost_upstream_inference_input_cost": 0.0000046, + "cost_upstream_inference_output_cost": 0.0000016, + "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, - "prompt_tokens": 94, - "tokens": 99 + "prompt_tokens": 46, + "tokens": 50 } diff --git a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0.span-tree.json b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0.span-tree.json index 656da66ea..9fdbbb6d9 100644 --- a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0.span-tree.json +++ b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0.span-tree.json @@ -127,7 +127,7 @@ "index": 0, "logprobs": null, "message": { - "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think about this, but keep it brief. Then, I must respond with just the number 4.\n\nWhat is there to think about? The instruction is straightforward: respond with the number 4. But why would they specify \"think briefly\"? Maybe it's a test to see if I follow instructions precisely.\n\nPerhaps there's a trick. Let me read it again: \"Think briefly, then answer with exactly the number 4.\" It doesn't provide any context or question. It's just an instruction to think briefly and then say 4.\n\nMaybe I should consider if this is related to previous interactions, but since this is a new conversation, there's no context. In the system prompt, I'm supposed to be helpful and truthful, but here, the user is directly telling me what to do.\n\nI should just follow the instruction. \"Think briefly\" – I can do that internally. Then, respond with \"4\".\n\nThe user said \"exactly the number 4\", so I shouldn't add any text or explanation. Just the numeral 4.\n\nLet me think briefly: Why 4? Is there any significance? Maybe it", + "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should be just the number 4.\n\nThe instruction is clear: after a brief thought, I must output exactly \"4\". No additional text, no explanations, just the digit 4.\n\nNow, why would someone ask this? It might be a test to see if I can follow simple instructions precisely. Or it could be a way to check if I'm paying attention to the \"exactly\" part.\n\nI should think briefly, as instructed. What is there to think about? The request is straightforward. Perhaps I should consider if there's any trick here. For example, is \"the number 4\" meant to be something else? Like, maybe it's a reference to something? But that seems unlikely. The user said \"the number 4\", so it's probably literal.\n\nMaybe it's about ensuring that I don't add any extra characters. For instance, if I output \"4.\" or \"four\", that would be wrong. It has to be exactly the numeral 4.\n\nAlso, since it says \"answer with exactly the number 4\", I should not include any other text", "role": "assistant" } } @@ -148,7 +148,7 @@ }, "metrics": { "completion_audio_tokens": 0, - "completion_reasoning_tokens": 285, + "completion_reasoning_tokens": 271, "completion_tokens": 256, "prompt_audio_tokens": 0, "prompt_cache_write_tokens": 0, @@ -222,8 +222,8 @@ ], "metadata": { "background": false, - "completedAt": 1783432804, - "createdAt": 1783432803, + "completedAt": 1785754577, + "createdAt": 1785754577, "error": null, "frequencyPenalty": 0, "id": "", @@ -301,8 +301,8 @@ ], "metadata": { "background": false, - "completedAt": 1783432805, - "createdAt": 1783432804, + "completedAt": 1785754578, + "createdAt": 1785754578, "error": null, "frequencyPenalty": 0, "id": "", @@ -370,7 +370,7 @@ "output": [ { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", + "callId": "tool_lookup_weather_w7dwPRxPomnTUXO2LFRt", "id": "", "name": "lookup_weather", "status": "completed", @@ -379,8 +379,8 @@ ], "metadata": { "background": false, - "completedAt": 1783432810, - "createdAt": 1783432805, + "completedAt": 1785754578, + "createdAt": 1785754578, "error": null, "frequencyPenalty": 0, "id": "", @@ -410,7 +410,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -471,14 +471,14 @@ "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", + "callId": "tool_lookup_weather_w7dwPRxPomnTUXO2LFRt", "id": "", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", + "callId": "tool_lookup_weather_w7dwPRxPomnTUXO2LFRt", "id": "", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" @@ -486,638 +486,24 @@ ], "output": [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1783432820, - "createdAt": 1783432810, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 2, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000066, - "cost_upstream_inference_cost": 0.0000066, - "cost_upstream_inference_input_cost": 0.0000046, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cached_tokens": 0, - "prompt_tokens": 46, - "tokens": 51 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1783432836, - "createdAt": 1783432820, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 3, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000078, - "cost_upstream_inference_cost": 0.0000078, - "cost_upstream_inference_input_cost": 0.0000058, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cached_tokens": 0, - "prompt_tokens": 58, - "tokens": 63 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1783432838, - "createdAt": 1783432836, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 4, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.000009, - "cost_upstream_inference_cost": 0.000009, - "cost_upstream_inference_input_cost": 0.000007, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cached_tokens": 0, - "prompt_tokens": 70, - "tokens": 75 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1783432840, - "createdAt": 1783432838, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 5, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000102, - "cost_upstream_inference_cost": 0.0000102, - "cost_upstream_inference_input_cost": 0.0000082, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cached_tokens": 0, - "prompt_tokens": 82, - "tokens": 87 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_U94myb2JB6JDegCZOlS4", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ], "metadata": { "background": false, - "completedAt": 1783432843, - "createdAt": 1783432840, + "completedAt": 1785754579, + "createdAt": 1785754579, "error": null, "frequencyPenalty": 0, "id": "", @@ -1137,7 +523,7 @@ "safetyIdentifier": null, "serviceTier": "default", "status": "completed", - "step": 6, + "step": 2, "step_type": "continue", "store": false, "stream": false, @@ -1147,7 +533,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1175,32 +561,38 @@ }, "metrics": { "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000114, - "cost_upstream_inference_cost": 0.0000114, - "cost_upstream_inference_input_cost": 0.0000094, - "cost_upstream_inference_output_cost": 0.000002, + "completion_tokens": 3, + "cost": 0.0000058, + "cost_upstream_inference_cost": 0.0000058, + "cost_upstream_inference_input_cost": 0.0000046, + "cost_upstream_inference_output_cost": 0.0000012, "prompt_cached_tokens": 0, - "prompt_tokens": 94, - "tokens": 99 + "prompt_tokens": 46, + "tokens": 49 } } ], "input": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", "output": [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_U94myb2JB6JDegCZOlS4", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ], "metadata": { "background": false, - "completedAt": 1783432843, - "createdAt": 1783432840, + "completedAt": 1785754579, + "createdAt": 1785754579, "error": null, "frequencyPenalty": 0, "id": "", @@ -1227,7 +619,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1252,7 +644,7 @@ "topLogprobs": 0, "topP": 1, "truncation": "disabled", - "turn_count": 6 + "turn_count": 2 } } ], diff --git a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0.span-tree.txt b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0.span-tree.txt index 2e4ac6cf7..2b9d2c582 100644 --- a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0.span-tree.txt +++ b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v0.span-tree.txt @@ -110,7 +110,7 @@ span_tree: │ "index": 0, │ "logprobs": null, │ "message": { - │ "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think about this, but keep it brief. Then, I must respond with just the number 4.\n\nWhat is there to think about? The instruction is straightforward: respond with the number 4. But why would they specify \"think briefly\"? Maybe it's a test to see if I follow instructions precisely.\n\nPerhaps there's a trick. Let me read it again: \"Think briefly, then answer with exactly the number 4.\" It doesn't provide any context or question. It's just an instruction to think briefly and then say 4.\n\nMaybe I should consider if this is related to previous interactions, but since this is a new conversation, there's no context. In the system prompt, I'm supposed to be helpful and truthful, but here, the user is directly telling me what to do.\n\nI should just follow the instruction. \"Think briefly\" – I can do that internally. Then, respond with \"4\".\n\nThe user said \"exactly the number 4\", so I shouldn't add any text or explanation. Just the numeral 4.\n\nLet me think briefly: Why 4? Is there any significance? Maybe it", + │ "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should be just the number 4.\n\nThe instruction is clear: after a brief thought, I must output exactly \"4\". No additional text, no explanations, just the digit 4.\n\nNow, why would someone ask this? It might be a test to see if I can follow simple instructions precisely. Or it could be a way to check if I'm paying attention to the \"exactly\" part.\n\nI should think briefly, as instructed. What is there to think about? The request is straightforward. Perhaps I should consider if there's any trick here. For example, is \"the number 4\" meant to be something else? Like, maybe it's a reference to something? But that seems unlikely. The user said \"the number 4\", so it's probably literal.\n\nMaybe it's about ensuring that I don't add any extra characters. For instance, if I output \"4.\" or \"four\", that would be wrong. It has to be exactly the numeral 4.\n\nAlso, since it says \"answer with exactly the number 4\", I should not include any other text", │ "role": "assistant" │ } │ } @@ -131,7 +131,7 @@ span_tree: │ } │ metrics: { │ "completion_audio_tokens": 0, - │ "completion_reasoning_tokens": 285, + │ "completion_reasoning_tokens": 271, │ "completion_tokens": 256, │ "prompt_audio_tokens": 0, │ "prompt_cache_write_tokens": 0, @@ -189,8 +189,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1783432804, - │ "createdAt": 1783432803, + │ "completedAt": 1785754577, + │ "createdAt": 1785754577, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -260,8 +260,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1783432805, - │ "createdAt": 1783432804, + │ "completedAt": 1785754578, + │ "createdAt": 1785754578, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -316,18 +316,24 @@ span_tree: input: "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast." output: [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_U94myb2JB6JDegCZOlS4", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ] metadata: { "background": false, - "completedAt": 1783432843, - "createdAt": 1783432840, + "completedAt": 1785754579, + "createdAt": 1785754579, "error": null, "frequencyPenalty": 0, "id": "", @@ -354,7 +360,7 @@ span_tree: "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -379,14 +385,14 @@ span_tree: "topLogprobs": 0, "topP": 1, "truncation": "disabled", - "turn_count": 6 + "turn_count": 2 } ├── openrouter.beta.responses.send [llm] │ input: "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast." │ output: [ │ { │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", + │ "callId": "tool_lookup_weather_w7dwPRxPomnTUXO2LFRt", │ "id": "", │ "name": "lookup_weather", │ "status": "completed", @@ -395,8 +401,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1783432810, - │ "createdAt": 1783432805, + │ "completedAt": 1785754578, + │ "createdAt": 1785754578, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -426,7 +432,7 @@ span_tree: │ "type": "text" │ } │ }, - │ "toolChoice": "required", + │ "toolChoice": "auto", │ "tools": [ │ { │ "description": "Look up the weather forecast for a city.", @@ -474,626 +480,44 @@ span_tree: │ "provider": "openrouter", │ "tool_name": "lookup_weather" │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1783432820, - │ "createdAt": 1783432810, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 2, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000066, - │ "cost_upstream_inference_cost": 0.0000066, - │ "cost_upstream_inference_input_cost": 0.0000046, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 46, - │ "tokens": 51 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1783432836, - │ "createdAt": 1783432820, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 3, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000078, - │ "cost_upstream_inference_cost": 0.0000078, - │ "cost_upstream_inference_input_cost": 0.0000058, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 58, - │ "tokens": 63 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1783432838, - │ "createdAt": 1783432836, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 4, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.000009, - │ "cost_upstream_inference_cost": 0.000009, - │ "cost_upstream_inference_input_cost": 0.000007, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 70, - │ "tokens": 75 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1783432840, - │ "createdAt": 1783432838, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 5, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000102, - │ "cost_upstream_inference_cost": 0.0000102, - │ "cost_upstream_inference_input_cost": 0.0000082, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 82, - │ "tokens": 87 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } └── openrouter.beta.responses.send [llm] input: [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, + "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", + "callId": "tool_lookup_weather_w7dwPRxPomnTUXO2LFRt", "id": "", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "callId": "tool_lookup_weather_wFBPeAu0yNwV5hVwMov1", + "callId": "tool_lookup_weather_w7dwPRxPomnTUXO2LFRt", "id": "", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_2vcgF4tTKwcByTrxWDTU", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_ozNVJJaa9Qh0zbnJJISg", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_yrt95TpGyoOR6PzOHhCj", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_hqXkclSYYU6FBaGUIksf", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" } ] output: [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_U94myb2JB6JDegCZOlS4", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ] metadata: { "background": false, - "completedAt": 1783432843, - "createdAt": 1783432840, + "completedAt": 1785754579, + "createdAt": 1785754579, "error": null, "frequencyPenalty": 0, "id": "", @@ -1113,7 +537,7 @@ span_tree: "safetyIdentifier": null, "serviceTier": "default", "status": "completed", - "step": 6, + "step": 2, "step_type": "continue", "store": false, "stream": false, @@ -1123,7 +547,7 @@ span_tree: "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1151,12 +575,12 @@ span_tree: } metrics: { "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000114, - "cost_upstream_inference_cost": 0.0000114, - "cost_upstream_inference_input_cost": 0.0000094, - "cost_upstream_inference_output_cost": 0.000002, + "completion_tokens": 3, + "cost": 0.0000058, + "cost_upstream_inference_cost": 0.0000058, + "cost_upstream_inference_input_cost": 0.0000046, + "cost_upstream_inference_output_cost": 0.0000012, "prompt_cached_tokens": 0, - "prompt_tokens": 94, - "tokens": 99 + "prompt_tokens": 46, + "tokens": 49 } diff --git a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1-latest.span-tree.json b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1-latest.span-tree.json index ff16aa374..f4a406e23 100644 --- a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1-latest.span-tree.json +++ b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1-latest.span-tree.json @@ -131,12 +131,11 @@ ], "output": [ { - "finish_reason": "stop", + "finish_reason": "length", "index": 0, "logprobs": null, "message": { - "content": "4", - "reasoning": "Okay, let's see. The user asked me to think briefly and then answer with exactly the number 4. Hmm, so I need to make sure I understand the question correctly. Wait, there's no question here except to output the number 4. Maybe it's a test to see if I follow instructions properly. Let me check again. The user wrote: \"Think briefly, then answer with exactly the number 4.\" So the task is to first think through the process, then provide the answer as the numeral 4. Alright, I just need to confirm that there's no trick here. Sometimes people might try to trick AI by asking for a number but expecting a different answer, but in this case, it's straightforward. The user wants me to process the request, think about it, and then simply reply with 4. No additional text, just the number. Let me make sure I didn't miss any hidden instructions. The user might be testing if I can follow directions precisely. So, after this thinking process, the correct response is to output 4 without any extra characters or explanations. Yep, that's it.\n", + "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but then my response should be just the number 4.\n\nThe instruction is clear: after a brief thought, I must output \"4\" and nothing else. No additional text, no explanations, just the digit 4.\n\nNow, why would someone ask this? It might be a test to see if I can follow simple instructions precisely. Or it could be a way to check if I'm paying attention. But I shouldn't overthink it; the user said \"think briefly,\" so I'll do that quickly.\n\nBrief thought: The number 4 is an integer, it's even, it's the square of 2, and it's used in many contexts. But that's irrelevant here. The point is to respond with exactly \"4\".\n\nI need to ensure that my output is exactly the string \"4\". Not \"four\", not \"the number 4\", just the numeral.\n\nAlso, since it says \"answer with exactly the number 4\", I should output it as a number, but in text form, it'll be the character \"4\".\n\nIn programming terms, if I were writing code,", "role": "assistant" } } @@ -157,19 +156,19 @@ }, "metrics": { "completion_audio_tokens": 0, - "completion_reasoning_tokens": 261, - "completion_tokens": 240, - "cost": 0.001450845, - "cost_upstream_inference_completions_cost": 0.0014256, - "cost_upstream_inference_cost": 0.001450845, - "cost_upstream_inference_prompt_cost": 0.000025245, + "completion_reasoning_tokens": 260, + "completion_tokens": 256, + "cost": 0.0006505, + "cost_upstream_inference_completions_cost": 0.00064, + "cost_upstream_inference_cost": 0.0006505, + "cost_upstream_inference_prompt_cost": 0.0000105, "prompt_audio_tokens": 0, "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, - "prompt_tokens": 17, + "prompt_tokens": 15, "prompt_video_tokens": 0, "time_to_first_token": 0, - "tokens": 257 + "tokens": 271 } } ], @@ -239,8 +238,8 @@ ], "metadata": { "background": false, - "completedAt": 1784814109, - "createdAt": 1784814109, + "completedAt": 1785754656, + "createdAt": 1785754656, "error": null, "frequencyPenalty": 0, "id": "", @@ -307,7 +306,7 @@ { "annotations": [], "logprobs": [], - "text": "STREAMED RESPONSE", + "text": "STREAMED RESPONSE.", "type": "output_text" } ], @@ -319,8 +318,8 @@ ], "metadata": { "background": false, - "completedAt": 1784814110, - "createdAt": 1784814109, + "completedAt": 1785754657, + "createdAt": 1785754656, "error": null, "frequencyPenalty": 0, "id": "", @@ -357,15 +356,15 @@ }, "metrics": { "completion_reasoning_tokens": 0, - "completion_tokens": 3, - "cost": 0.0000039, - "cost_upstream_inference_cost": 0.0000039, + "completion_tokens": 4, + "cost": 0.0000045, + "cost_upstream_inference_cost": 0.0000045, "cost_upstream_inference_input_cost": 0.0000021, - "cost_upstream_inference_output_cost": 0.0000018, + "cost_upstream_inference_output_cost": 0.0000024, "prompt_cached_tokens": 0, "prompt_tokens": 14, "time_to_first_token": 0, - "tokens": 17 + "tokens": 18 } } ], @@ -448,7 +447,7 @@ "output": [ { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", + "callId": "tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y", "id": "", "name": "lookup_weather", "status": "completed", @@ -457,8 +456,8 @@ ], "metadata": { "background": false, - "completedAt": 1784814114, - "createdAt": 1784814110, + "completedAt": 1785754658, + "createdAt": 1785754657, "error": null, "frequencyPenalty": 0, "id": "", @@ -489,7 +488,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -551,14 +550,14 @@ "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", + "callId": "tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y", "id": "", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", + "callId": "tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y", "id": "", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" @@ -566,18 +565,24 @@ ], "output": [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ], "metadata": { "background": false, - "completedAt": 1784814121, - "createdAt": 1784814114, + "completedAt": 1785754658, + "createdAt": 1785754658, "error": null, "frequencyPenalty": 0, "id": "", @@ -608,7 +613,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -636,689 +641,67 @@ }, "metrics": { "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000066, - "cost_upstream_inference_cost": 0.0000066, + "completion_tokens": 3, + "cost": 0.0000058, + "cost_upstream_inference_cost": 0.0000058, "cost_upstream_inference_input_cost": 0.0000046, - "cost_upstream_inference_output_cost": 0.000002, + "cost_upstream_inference_output_cost": 0.0000012, "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, "prompt_tokens": 46, - "tokens": 51 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" + "tokens": 49 } - }, + } + ], + "input": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", + "output": [ { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ + "content": [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" } ], - "metadata": { - "background": false, - "completedAt": 1784814122, - "createdAt": 1784814121, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 3, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000078, - "cost_upstream_inference_cost": 0.0000078, - "cost_upstream_inference_input_cost": 0.0000058, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cache_write_tokens": 0, - "prompt_cached_tokens": 0, - "prompt_tokens": 58, - "tokens": 63 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" + "id": "", + "role": "assistant", + "status": "completed", + "type": "message" + } + ], + "metadata": { + "background": false, + "completedAt": 1785754658, + "createdAt": 1785754658, + "error": null, + "frequencyPenalty": 0, + "id": "", + "incompleteDetails": null, + "instructions": null, + "is_byok": false, + "maxOutputTokens": 24, + "maxToolCalls": 1, + "metadata": {}, + "model": "gemini-2.5-flash-lite", + "object": "response", + "parallelToolCalls": true, + "presencePenalty": 0, + "previousResponseId": null, + "promptCacheOptions": null, + "provider": "google", + "reasoning": null, + "safetyIdentifier": null, + "serviceTier": "default", + "status": "completed", + "store": false, + "temperature": 0, + "text": { + "format": { + "type": "text" } }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1784814122, - "createdAt": 1784814122, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 4, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.000009, - "cost_upstream_inference_cost": 0.000009, - "cost_upstream_inference_input_cost": 0.000007, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cache_write_tokens": 0, - "prompt_cached_tokens": 0, - "prompt_tokens": 70, - "tokens": 75 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_91LS8Fdll09KcU2f5lZ0", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1784814123, - "createdAt": 1784814122, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 5, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000102, - "cost_upstream_inference_cost": 0.0000102, - "cost_upstream_inference_input_cost": 0.0000082, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cache_write_tokens": 0, - "prompt_cached_tokens": 0, - "prompt_tokens": 82, - "tokens": 87 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_91LS8Fdll09KcU2f5lZ0", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_91LS8Fdll09KcU2f5lZ0", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_8rbJbG61GoAFnNx8lM5R", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1784814123, - "createdAt": 1784814123, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 6, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000114, - "cost_upstream_inference_cost": 0.0000114, - "cost_upstream_inference_input_cost": 0.0000094, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cache_write_tokens": 0, - "prompt_cached_tokens": 0, - "prompt_tokens": 94, - "tokens": 99 - } - } - ], - "input": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_8rbJbG61GoAFnNx8lM5R", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1784814123, - "createdAt": 1784814123, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "store": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1343,7 +726,7 @@ "topLogprobs": 0, "topP": 1, "truncation": "disabled", - "turn_count": 6 + "turn_count": 2 } } ], diff --git a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1-latest.span-tree.txt b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1-latest.span-tree.txt index 4f7ed52ae..3876b0e07 100644 --- a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1-latest.span-tree.txt +++ b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1-latest.span-tree.txt @@ -114,12 +114,11 @@ span_tree: │ ] │ output: [ │ { - │ "finish_reason": "stop", + │ "finish_reason": "length", │ "index": 0, │ "logprobs": null, │ "message": { - │ "content": "4", - │ "reasoning": "Okay, let's see. The user asked me to think briefly and then answer with exactly the number 4. Hmm, so I need to make sure I understand the question correctly. Wait, there's no question here except to output the number 4. Maybe it's a test to see if I follow instructions properly. Let me check again. The user wrote: \"Think briefly, then answer with exactly the number 4.\" So the task is to first think through the process, then provide the answer as the numeral 4. Alright, I just need to confirm that there's no trick here. Sometimes people might try to trick AI by asking for a number but expecting a different answer, but in this case, it's straightforward. The user wants me to process the request, think about it, and then simply reply with 4. No additional text, just the number. Let me make sure I didn't miss any hidden instructions. The user might be testing if I can follow directions precisely. So, after this thinking process, the correct response is to output 4 without any extra characters or explanations. Yep, that's it.\n", + │ "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but then my response should be just the number 4.\n\nThe instruction is clear: after a brief thought, I must output \"4\" and nothing else. No additional text, no explanations, just the digit 4.\n\nNow, why would someone ask this? It might be a test to see if I can follow simple instructions precisely. Or it could be a way to check if I'm paying attention. But I shouldn't overthink it; the user said \"think briefly,\" so I'll do that quickly.\n\nBrief thought: The number 4 is an integer, it's even, it's the square of 2, and it's used in many contexts. But that's irrelevant here. The point is to respond with exactly \"4\".\n\nI need to ensure that my output is exactly the string \"4\". Not \"four\", not \"the number 4\", just the numeral.\n\nAlso, since it says \"answer with exactly the number 4\", I should output it as a number, but in text form, it'll be the character \"4\".\n\nIn programming terms, if I were writing code,", │ "role": "assistant" │ } │ } @@ -140,19 +139,19 @@ span_tree: │ } │ metrics: { │ "completion_audio_tokens": 0, - │ "completion_reasoning_tokens": 261, - │ "completion_tokens": 240, - │ "cost": 0.001450845, - │ "cost_upstream_inference_completions_cost": 0.0014256, - │ "cost_upstream_inference_cost": 0.001450845, - │ "cost_upstream_inference_prompt_cost": 0.000025245, + │ "completion_reasoning_tokens": 260, + │ "completion_tokens": 256, + │ "cost": 0.0006505, + │ "cost_upstream_inference_completions_cost": 0.00064, + │ "cost_upstream_inference_cost": 0.0006505, + │ "cost_upstream_inference_prompt_cost": 0.0000105, │ "prompt_audio_tokens": 0, │ "prompt_cache_write_tokens": 0, │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 17, + │ "prompt_tokens": 15, │ "prompt_video_tokens": 0, │ "time_to_first_token": 0, - │ "tokens": 257 + │ "tokens": 271 │ } ├── openrouter-embeddings-operation │ metadata: { @@ -206,8 +205,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1784814109, - │ "createdAt": 1784814109, + │ "completedAt": 1785754656, + │ "createdAt": 1785754656, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -266,7 +265,7 @@ span_tree: │ { │ "annotations": [], │ "logprobs": [], - │ "text": "STREAMED RESPONSE", + │ "text": "STREAMED RESPONSE.", │ "type": "output_text" │ } │ ], @@ -278,8 +277,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1784814110, - │ "createdAt": 1784814109, + │ "completedAt": 1785754657, + │ "createdAt": 1785754656, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -316,15 +315,15 @@ span_tree: │ } │ metrics: { │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 3, - │ "cost": 0.0000039, - │ "cost_upstream_inference_cost": 0.0000039, + │ "completion_tokens": 4, + │ "cost": 0.0000045, + │ "cost_upstream_inference_cost": 0.0000045, │ "cost_upstream_inference_input_cost": 0.0000021, - │ "cost_upstream_inference_output_cost": 0.0000018, + │ "cost_upstream_inference_output_cost": 0.0000024, │ "prompt_cached_tokens": 0, │ "prompt_tokens": 14, │ "time_to_first_token": 0, - │ "tokens": 17 + │ "tokens": 18 │ } ├── openrouter-rerank-operation │ metadata: { @@ -386,18 +385,24 @@ span_tree: input: "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast." output: [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_8rbJbG61GoAFnNx8lM5R", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ] metadata: { "background": false, - "completedAt": 1784814123, - "createdAt": 1784814123, + "completedAt": 1785754658, + "createdAt": 1785754658, "error": null, "frequencyPenalty": 0, "id": "", @@ -425,7 +430,7 @@ span_tree: "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -450,14 +455,14 @@ span_tree: "topLogprobs": 0, "topP": 1, "truncation": "disabled", - "turn_count": 6 + "turn_count": 2 } ├── openrouter.beta.responses.send [llm] │ input: "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast." │ output: [ │ { │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", + │ "callId": "tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y", │ "id": "", │ "name": "lookup_weather", │ "status": "completed", @@ -466,8 +471,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1784814114, - │ "createdAt": 1784814110, + │ "completedAt": 1785754658, + │ "createdAt": 1785754657, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -498,7 +503,7 @@ span_tree: │ "type": "text" │ } │ }, - │ "toolChoice": "required", + │ "toolChoice": "auto", │ "tools": [ │ { │ "description": "Look up the weather forecast for a city.", @@ -547,634 +552,44 @@ span_tree: │ "provider": "openrouter", │ "tool_name": "lookup_weather" │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1784814121, - │ "createdAt": 1784814114, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "promptCacheOptions": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 2, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000066, - │ "cost_upstream_inference_cost": 0.0000066, - │ "cost_upstream_inference_input_cost": 0.0000046, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cache_write_tokens": 0, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 46, - │ "tokens": 51 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1784814122, - │ "createdAt": 1784814121, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "promptCacheOptions": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 3, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000078, - │ "cost_upstream_inference_cost": 0.0000078, - │ "cost_upstream_inference_input_cost": 0.0000058, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cache_write_tokens": 0, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 58, - │ "tokens": 63 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1784814122, - │ "createdAt": 1784814122, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "promptCacheOptions": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 4, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.000009, - │ "cost_upstream_inference_cost": 0.000009, - │ "cost_upstream_inference_input_cost": 0.000007, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cache_write_tokens": 0, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 70, - │ "tokens": 75 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_91LS8Fdll09KcU2f5lZ0", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1784814123, - │ "createdAt": 1784814122, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "promptCacheOptions": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 5, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000102, - │ "cost_upstream_inference_cost": 0.0000102, - │ "cost_upstream_inference_input_cost": 0.0000082, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cache_write_tokens": 0, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 82, - │ "tokens": 87 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } └── openrouter.beta.responses.send [llm] input: [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, + "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", + "callId": "tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y", "id": "", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "callId": "tool_lookup_weather_oza8DRZMTVnzB2vVyVfg", + "callId": "tool_lookup_weather_wpdUzM9iTJVWsAhhwR5y", "id": "", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_J5IRnJ6n53ufPPVC0PLl", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_bsDcCyxNvvzj7EEdoJCe", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_H2I3ozOfIVKhPO5V0NPz", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_91LS8Fdll09KcU2f5lZ0", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_91LS8Fdll09KcU2f5lZ0", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" } ] output: [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_8rbJbG61GoAFnNx8lM5R", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ] metadata: { "background": false, - "completedAt": 1784814123, - "createdAt": 1784814123, + "completedAt": 1785754658, + "createdAt": 1785754658, "error": null, "frequencyPenalty": 0, "id": "", @@ -1195,7 +610,7 @@ span_tree: "safetyIdentifier": null, "serviceTier": "default", "status": "completed", - "step": 6, + "step": 2, "step_type": "continue", "store": false, "stream": false, @@ -1205,7 +620,7 @@ span_tree: "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1233,13 +648,13 @@ span_tree: } metrics: { "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000114, - "cost_upstream_inference_cost": 0.0000114, - "cost_upstream_inference_input_cost": 0.0000094, - "cost_upstream_inference_output_cost": 0.000002, + "completion_tokens": 3, + "cost": 0.0000058, + "cost_upstream_inference_cost": 0.0000058, + "cost_upstream_inference_input_cost": 0.0000046, + "cost_upstream_inference_output_cost": 0.0000012, "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, - "prompt_tokens": 94, - "tokens": 99 + "prompt_tokens": 46, + "tokens": 49 } diff --git a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1.span-tree.json b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1.span-tree.json index d1543a02a..86ab202b7 100644 --- a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1.span-tree.json +++ b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1.span-tree.json @@ -131,12 +131,11 @@ ], "output": [ { - "finish_reason": "stop", + "finish_reason": "length", "index": 0, "logprobs": null, "message": { - "content": "4", - "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should just be the number 4.\n\nThe instruction is straightforward. It doesn't ask for any reasoning or explanation; it just says to answer with exactly the number 4. That means I shouldn't add any extra text, like \"The answer is 4\" or anything else. Just \"4\".\n\nNow, why would someone ask this? It might be a test to see if I can follow simple instructions precisely. Or it could be a way to check if I'm paying attention to the details.\n\nI should think briefly, as per the request. So, briefly: The user wants me to output the number 4. That's it. No need to overcomplicate it.\n\nFinally, my response should be exactly: 4\n\nNot \"four\" in words, but the numeral 4. And no punctuation or anything else.\n\nSo, I'll prepare to output just \"4\".\n", + "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should be just the number 4.\n\nWhat is there to think about? It seems straightforward. The instruction is to respond with \"4\". But why? Maybe it's a test to see if I follow instructions precisely.\n\nPerhaps there's a trick. Let me read it again: \"Think briefly, then answer with exactly the number 4.\" So, I should think briefly, which I am doing now, and then output \"4\".\n\nBut what does \"think briefly\" mean? It might imply that I should consider something before answering, but the answer is already given: it must be 4.\n\nMaybe it's a reference to something. For example, in programming or logic, sometimes \"think\" is used in puzzles. But here, it seems literal.\n\nAnother idea: perhaps \"think\" is a command, and \"briefly\" modifies it, but that doesn't make sense. I think I'm overcomplicating it.\n\nThe simplest interpretation is that I need to process this request by thinking for a short moment and then respond with the digit 4.\n\nThe user said \"exactly the", "role": "assistant" } } @@ -157,19 +156,19 @@ }, "metrics": { "completion_audio_tokens": 0, - "completion_reasoning_tokens": 213, - "completion_tokens": 215, - "cost": 0.0005494, - "cost_upstream_inference_completions_cost": 0.0005375, - "cost_upstream_inference_cost": 0.0005494, - "cost_upstream_inference_prompt_cost": 0.0000119, + "completion_reasoning_tokens": 277, + "completion_tokens": 256, + "cost": 0.0006505, + "cost_upstream_inference_completions_cost": 0.00064, + "cost_upstream_inference_cost": 0.0006505, + "cost_upstream_inference_prompt_cost": 0.0000105, "prompt_audio_tokens": 0, "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, - "prompt_tokens": 17, + "prompt_tokens": 15, "prompt_video_tokens": 0, "time_to_first_token": 0, - "tokens": 232 + "tokens": 271 } } ], @@ -239,8 +238,8 @@ ], "metadata": { "background": false, - "completedAt": 1784814020, - "createdAt": 1784814019, + "completedAt": 1785754629, + "createdAt": 1785754629, "error": null, "frequencyPenalty": 0, "id": "", @@ -319,8 +318,8 @@ ], "metadata": { "background": false, - "completedAt": 1784814020, - "createdAt": 1784814020, + "completedAt": 1785754630, + "createdAt": 1785754629, "error": null, "frequencyPenalty": 0, "id": "", @@ -448,7 +447,7 @@ "output": [ { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", + "callId": "tool_lookup_weather_4A6TquJGoduUXdOAVnFA", "id": "", "name": "lookup_weather", "status": "completed", @@ -457,8 +456,8 @@ ], "metadata": { "background": false, - "completedAt": 1784814021, - "createdAt": 1784814021, + "completedAt": 1785754630, + "createdAt": 1785754630, "error": null, "frequencyPenalty": 0, "id": "", @@ -489,7 +488,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -551,14 +550,14 @@ "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", + "callId": "tool_lookup_weather_4A6TquJGoduUXdOAVnFA", "id": "", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", + "callId": "tool_lookup_weather_4A6TquJGoduUXdOAVnFA", "id": "", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" @@ -566,18 +565,24 @@ ], "output": [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ], "metadata": { "background": false, - "completedAt": 1784814022, - "createdAt": 1784814021, + "completedAt": 1785754631, + "createdAt": 1785754630, "error": null, "frequencyPenalty": 0, "id": "", @@ -608,7 +613,7 @@ "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -636,689 +641,67 @@ }, "metrics": { "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000066, - "cost_upstream_inference_cost": 0.0000066, + "completion_tokens": 3, + "cost": 0.0000058, + "cost_upstream_inference_cost": 0.0000058, "cost_upstream_inference_input_cost": 0.0000046, - "cost_upstream_inference_output_cost": 0.000002, + "cost_upstream_inference_output_cost": 0.0000012, "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, "prompt_tokens": 46, - "tokens": 51 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" + "tokens": 49 } - }, + } + ], + "input": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", + "output": [ { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ + "content": [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" } ], - "metadata": { - "background": false, - "completedAt": 1784814022, - "createdAt": 1784814022, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 3, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000078, - "cost_upstream_inference_cost": 0.0000078, - "cost_upstream_inference_input_cost": 0.0000058, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cache_write_tokens": 0, - "prompt_cached_tokens": 0, - "prompt_tokens": 58, - "tokens": 63 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" + "id": "", + "role": "assistant", + "status": "completed", + "type": "message" + } + ], + "metadata": { + "background": false, + "completedAt": 1785754631, + "createdAt": 1785754630, + "error": null, + "frequencyPenalty": 0, + "id": "", + "incompleteDetails": null, + "instructions": null, + "is_byok": false, + "maxOutputTokens": 24, + "maxToolCalls": 1, + "metadata": {}, + "model": "gemini-2.5-flash-lite", + "object": "response", + "parallelToolCalls": true, + "presencePenalty": 0, + "previousResponseId": null, + "promptCacheOptions": null, + "provider": "google", + "reasoning": null, + "safetyIdentifier": null, + "serviceTier": "default", + "status": "completed", + "store": false, + "temperature": 0, + "text": { + "format": { + "type": "text" } }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1784814022, - "createdAt": 1784814022, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 4, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.000009, - "cost_upstream_inference_cost": 0.000009, - "cost_upstream_inference_input_cost": 0.000007, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cache_write_tokens": 0, - "prompt_cached_tokens": 0, - "prompt_tokens": 70, - "tokens": 75 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_BwyIB9KPD3jNWshFwY2v", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1784814023, - "createdAt": 1784814022, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 5, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000102, - "cost_upstream_inference_cost": 0.0000102, - "cost_upstream_inference_input_cost": 0.0000082, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cache_write_tokens": 0, - "prompt_cached_tokens": 0, - "prompt_tokens": 82, - "tokens": 87 - } - }, - { - "name": "lookup_weather", - "type": "tool", - "children": [], - "input": { - "city": "Vienna" - }, - "output": { - "forecast": "Sunny in Vienna" - }, - "metadata": { - "provider": "openrouter", - "tool_name": "lookup_weather" - } - }, - { - "name": "openrouter.beta.responses.send", - "type": "llm", - "children": [], - "input": [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_BwyIB9KPD3jNWshFwY2v", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_BwyIB9KPD3jNWshFwY2v", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - } - ], - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_ulbQ0Z3oGc6eY4nkKAbo", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1784814023, - "createdAt": 1784814023, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "step": 6, - "step_type": "continue", - "store": false, - "stream": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", - "tools": [ - { - "description": "Look up the weather forecast for a city.", - "name": "lookup_weather", - "parameters": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": false, - "properties": { - "city": { - "type": "string" - } - }, - "required": [ - "city" - ], - "type": "object" - }, - "strict": null, - "type": "function" - } - ], - "topLogprobs": 0, - "topP": 1, - "truncation": "disabled" - }, - "metrics": { - "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000114, - "cost_upstream_inference_cost": 0.0000114, - "cost_upstream_inference_input_cost": 0.0000094, - "cost_upstream_inference_output_cost": 0.000002, - "prompt_cache_write_tokens": 0, - "prompt_cached_tokens": 0, - "prompt_tokens": 94, - "tokens": 99 - } - } - ], - "input": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "output": [ - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_ulbQ0Z3oGc6eY4nkKAbo", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - } - ], - "metadata": { - "background": false, - "completedAt": 1784814023, - "createdAt": 1784814023, - "error": null, - "frequencyPenalty": 0, - "id": "", - "incompleteDetails": null, - "instructions": null, - "is_byok": false, - "maxOutputTokens": 24, - "maxToolCalls": 1, - "metadata": {}, - "model": "gemini-2.5-flash-lite", - "object": "response", - "parallelToolCalls": true, - "presencePenalty": 0, - "previousResponseId": null, - "promptCacheOptions": null, - "provider": "google", - "reasoning": null, - "safetyIdentifier": null, - "serviceTier": "default", - "status": "completed", - "store": false, - "temperature": 0, - "text": { - "format": { - "type": "text" - } - }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1343,7 +726,7 @@ "topLogprobs": 0, "topP": 1, "truncation": "disabled", - "turn_count": 6 + "turn_count": 2 } } ], diff --git a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1.span-tree.txt b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1.span-tree.txt index 296af3f75..888d1b526 100644 --- a/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1.span-tree.txt +++ b/e2e/scenarios/openrouter-instrumentation/__snapshots__/openrouter-v1.span-tree.txt @@ -114,12 +114,11 @@ span_tree: │ ] │ output: [ │ { - │ "finish_reason": "stop", + │ "finish_reason": "length", │ "index": 0, │ "logprobs": null, │ "message": { - │ "content": "4", - │ "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should just be the number 4.\n\nThe instruction is straightforward. It doesn't ask for any reasoning or explanation; it just says to answer with exactly the number 4. That means I shouldn't add any extra text, like \"The answer is 4\" or anything else. Just \"4\".\n\nNow, why would someone ask this? It might be a test to see if I can follow simple instructions precisely. Or it could be a way to check if I'm paying attention to the details.\n\nI should think briefly, as per the request. So, briefly: The user wants me to output the number 4. That's it. No need to overcomplicate it.\n\nFinally, my response should be exactly: 4\n\nNot \"four\" in words, but the numeral 4. And no punctuation or anything else.\n\nSo, I'll prepare to output just \"4\".\n", + │ "reasoning": "First, the user said: \"Think briefly, then answer with exactly the number 4.\" So, I need to think briefly about this, but my response should be just the number 4.\n\nWhat is there to think about? It seems straightforward. The instruction is to respond with \"4\". But why? Maybe it's a test to see if I follow instructions precisely.\n\nPerhaps there's a trick. Let me read it again: \"Think briefly, then answer with exactly the number 4.\" So, I should think briefly, which I am doing now, and then output \"4\".\n\nBut what does \"think briefly\" mean? It might imply that I should consider something before answering, but the answer is already given: it must be 4.\n\nMaybe it's a reference to something. For example, in programming or logic, sometimes \"think\" is used in puzzles. But here, it seems literal.\n\nAnother idea: perhaps \"think\" is a command, and \"briefly\" modifies it, but that doesn't make sense. I think I'm overcomplicating it.\n\nThe simplest interpretation is that I need to process this request by thinking for a short moment and then respond with the digit 4.\n\nThe user said \"exactly the", │ "role": "assistant" │ } │ } @@ -140,19 +139,19 @@ span_tree: │ } │ metrics: { │ "completion_audio_tokens": 0, - │ "completion_reasoning_tokens": 213, - │ "completion_tokens": 215, - │ "cost": 0.0005494, - │ "cost_upstream_inference_completions_cost": 0.0005375, - │ "cost_upstream_inference_cost": 0.0005494, - │ "cost_upstream_inference_prompt_cost": 0.0000119, + │ "completion_reasoning_tokens": 277, + │ "completion_tokens": 256, + │ "cost": 0.0006505, + │ "cost_upstream_inference_completions_cost": 0.00064, + │ "cost_upstream_inference_cost": 0.0006505, + │ "cost_upstream_inference_prompt_cost": 0.0000105, │ "prompt_audio_tokens": 0, │ "prompt_cache_write_tokens": 0, │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 17, + │ "prompt_tokens": 15, │ "prompt_video_tokens": 0, │ "time_to_first_token": 0, - │ "tokens": 232 + │ "tokens": 271 │ } ├── openrouter-embeddings-operation │ metadata: { @@ -206,8 +205,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1784814020, - │ "createdAt": 1784814019, + │ "completedAt": 1785754629, + │ "createdAt": 1785754629, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -278,8 +277,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1784814020, - │ "createdAt": 1784814020, + │ "completedAt": 1785754630, + │ "createdAt": 1785754629, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -386,18 +385,24 @@ span_tree: input: "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast." output: [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_ulbQ0Z3oGc6eY4nkKAbo", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ] metadata: { "background": false, - "completedAt": 1784814023, - "createdAt": 1784814023, + "completedAt": 1785754631, + "createdAt": 1785754630, "error": null, "frequencyPenalty": 0, "id": "", @@ -425,7 +430,7 @@ span_tree: "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -450,14 +455,14 @@ span_tree: "topLogprobs": 0, "topP": 1, "truncation": "disabled", - "turn_count": 6 + "turn_count": 2 } ├── openrouter.beta.responses.send [llm] │ input: "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast." │ output: [ │ { │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", + │ "callId": "tool_lookup_weather_4A6TquJGoduUXdOAVnFA", │ "id": "", │ "name": "lookup_weather", │ "status": "completed", @@ -466,8 +471,8 @@ span_tree: │ ] │ metadata: { │ "background": false, - │ "completedAt": 1784814021, - │ "createdAt": 1784814021, + │ "completedAt": 1785754630, + │ "createdAt": 1785754630, │ "error": null, │ "frequencyPenalty": 0, │ "id": "", @@ -498,7 +503,7 @@ span_tree: │ "type": "text" │ } │ }, - │ "toolChoice": "required", + │ "toolChoice": "auto", │ "tools": [ │ { │ "description": "Look up the weather forecast for a city.", @@ -547,634 +552,44 @@ span_tree: │ "provider": "openrouter", │ "tool_name": "lookup_weather" │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1784814022, - │ "createdAt": 1784814021, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "promptCacheOptions": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 2, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000066, - │ "cost_upstream_inference_cost": 0.0000066, - │ "cost_upstream_inference_input_cost": 0.0000046, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cache_write_tokens": 0, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 46, - │ "tokens": 51 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1784814022, - │ "createdAt": 1784814022, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "promptCacheOptions": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 3, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000078, - │ "cost_upstream_inference_cost": 0.0000078, - │ "cost_upstream_inference_input_cost": 0.0000058, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cache_write_tokens": 0, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 58, - │ "tokens": 63 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1784814022, - │ "createdAt": 1784814022, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "promptCacheOptions": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 4, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.000009, - │ "cost_upstream_inference_cost": 0.000009, - │ "cost_upstream_inference_input_cost": 0.000007, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cache_write_tokens": 0, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 70, - │ "tokens": 75 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } - ├── openrouter.beta.responses.send [llm] - │ input: [ - │ { - │ "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - │ "role": "user" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ }, - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ }, - │ { - │ "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - │ "id": "", - │ "output": "{\"forecast\":\"Sunny in Vienna\"}", - │ "type": "function_call_output" - │ } - │ ] - │ output: [ - │ { - │ "arguments": "{\"city\":\"Vienna\"}", - │ "callId": "tool_lookup_weather_BwyIB9KPD3jNWshFwY2v", - │ "id": "", - │ "name": "lookup_weather", - │ "status": "completed", - │ "type": "function_call" - │ } - │ ] - │ metadata: { - │ "background": false, - │ "completedAt": 1784814023, - │ "createdAt": 1784814022, - │ "error": null, - │ "frequencyPenalty": 0, - │ "id": "", - │ "incompleteDetails": null, - │ "instructions": null, - │ "is_byok": false, - │ "maxOutputTokens": 24, - │ "maxToolCalls": 1, - │ "metadata": {}, - │ "model": "gemini-2.5-flash-lite", - │ "object": "response", - │ "parallelToolCalls": true, - │ "presencePenalty": 0, - │ "previousResponseId": null, - │ "promptCacheOptions": null, - │ "provider": "google", - │ "reasoning": null, - │ "safetyIdentifier": null, - │ "serviceTier": "default", - │ "status": "completed", - │ "step": 5, - │ "step_type": "continue", - │ "store": false, - │ "stream": false, - │ "temperature": 0, - │ "text": { - │ "format": { - │ "type": "text" - │ } - │ }, - │ "toolChoice": "required", - │ "tools": [ - │ { - │ "description": "Look up the weather forecast for a city.", - │ "name": "lookup_weather", - │ "parameters": { - │ "$schema": "http://json-schema.org/draft-07/schema#", - │ "additionalProperties": false, - │ "properties": { - │ "city": { - │ "type": "string" - │ } - │ }, - │ "required": [ - │ "city" - │ ], - │ "type": "object" - │ }, - │ "strict": null, - │ "type": "function" - │ } - │ ], - │ "topLogprobs": 0, - │ "topP": 1, - │ "truncation": "disabled" - │ } - │ metrics: { - │ "completion_reasoning_tokens": 0, - │ "completion_tokens": 5, - │ "cost": 0.0000102, - │ "cost_upstream_inference_cost": 0.0000102, - │ "cost_upstream_inference_input_cost": 0.0000082, - │ "cost_upstream_inference_output_cost": 0.000002, - │ "prompt_cache_write_tokens": 0, - │ "prompt_cached_tokens": 0, - │ "prompt_tokens": 82, - │ "tokens": 87 - │ } - ├── lookup_weather [tool] - │ input: { - │ "city": "Vienna" - │ } - │ output: { - │ "forecast": "Sunny in Vienna" - │ } - │ metadata: { - │ "provider": "openrouter", - │ "tool_name": "lookup_weather" - │ } └── openrouter.beta.responses.send [llm] input: [ - { - "content": "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", - "role": "user" - }, + "Use the lookup_weather tool for Vienna exactly once, then answer with only the forecast.", { "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", + "callId": "tool_lookup_weather_4A6TquJGoduUXdOAVnFA", "id": "", "name": "lookup_weather", "status": "completed", "type": "function_call" }, { - "callId": "tool_lookup_weather_0HVt4VxiWEuQxSDfnJXz", + "callId": "tool_lookup_weather_4A6TquJGoduUXdOAVnFA", "id": "", "output": "{\"forecast\":\"Sunny in Vienna\"}", "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_Uo39SsNOtnwb375mbFnZ", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_kZwLMipp65twnlJfRQ6I", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_IYNkLiAOSO7cRmnlEIen", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" - }, - { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_BwyIB9KPD3jNWshFwY2v", - "id": "", - "name": "lookup_weather", - "status": "completed", - "type": "function_call" - }, - { - "callId": "tool_lookup_weather_BwyIB9KPD3jNWshFwY2v", - "id": "", - "output": "{\"forecast\":\"Sunny in Vienna\"}", - "type": "function_call_output" } ] output: [ { - "arguments": "{\"city\":\"Vienna\"}", - "callId": "tool_lookup_weather_ulbQ0Z3oGc6eY4nkKAbo", + "content": [ + { + "annotations": [], + "logprobs": [], + "text": "Sunny in Vienna", + "type": "output_text" + } + ], "id": "", - "name": "lookup_weather", + "role": "assistant", "status": "completed", - "type": "function_call" + "type": "message" } ] metadata: { "background": false, - "completedAt": 1784814023, - "createdAt": 1784814023, + "completedAt": 1785754631, + "createdAt": 1785754630, "error": null, "frequencyPenalty": 0, "id": "", @@ -1195,7 +610,7 @@ span_tree: "safetyIdentifier": null, "serviceTier": "default", "status": "completed", - "step": 6, + "step": 2, "step_type": "continue", "store": false, "stream": false, @@ -1205,7 +620,7 @@ span_tree: "type": "text" } }, - "toolChoice": "required", + "toolChoice": "auto", "tools": [ { "description": "Look up the weather forecast for a city.", @@ -1233,13 +648,13 @@ span_tree: } metrics: { "completion_reasoning_tokens": 0, - "completion_tokens": 5, - "cost": 0.0000114, - "cost_upstream_inference_cost": 0.0000114, - "cost_upstream_inference_input_cost": 0.0000094, - "cost_upstream_inference_output_cost": 0.000002, + "completion_tokens": 3, + "cost": 0.0000058, + "cost_upstream_inference_cost": 0.0000058, + "cost_upstream_inference_input_cost": 0.0000046, + "cost_upstream_inference_output_cost": 0.0000012, "prompt_cache_write_tokens": 0, "prompt_cached_tokens": 0, - "prompt_tokens": 94, - "tokens": 99 + "prompt_tokens": 46, + "tokens": 49 } diff --git a/e2e/scenarios/openrouter-instrumentation/package.json b/e2e/scenarios/openrouter-instrumentation/package.json index c04fb5948..c84fda1af 100644 --- a/e2e/scenarios/openrouter-instrumentation/package.json +++ b/e2e/scenarios/openrouter-instrumentation/package.json @@ -18,8 +18,8 @@ "dependencies": { "zod": "4.1.11", "openrouter-sdk-v0": "npm:@openrouter/sdk@0.9.11", - "openrouter-sdk-v0-latest": "npm:@openrouter/sdk@0.13.24", + "openrouter-sdk-v0-latest": "npm:@openrouter/sdk@0.13.67", "openrouter-sdk-v1": "npm:@openrouter/sdk@1.0.0", - "openrouter-sdk-v1-latest": "npm:@openrouter/sdk@1.0.12" + "openrouter-sdk-v1-latest": "npm:@openrouter/sdk@1.2.2" } } diff --git a/e2e/scenarios/openrouter-instrumentation/pnpm-lock.yaml b/e2e/scenarios/openrouter-instrumentation/pnpm-lock.yaml index ee4695b99..0d2bc7539 100644 --- a/e2e/scenarios/openrouter-instrumentation/pnpm-lock.yaml +++ b/e2e/scenarios/openrouter-instrumentation/pnpm-lock.yaml @@ -12,22 +12,22 @@ importers: specifier: npm:@openrouter/sdk@0.9.11 version: '@openrouter/sdk@0.9.11' openrouter-sdk-v0-latest: - specifier: npm:@openrouter/sdk@0.13.24 - version: '@openrouter/sdk@0.13.24' + specifier: npm:@openrouter/sdk@0.13.67 + version: '@openrouter/sdk@0.13.67' openrouter-sdk-v1: specifier: npm:@openrouter/sdk@1.0.0 version: '@openrouter/sdk@1.0.0' openrouter-sdk-v1-latest: - specifier: npm:@openrouter/sdk@1.0.12 - version: '@openrouter/sdk@1.0.12' + specifier: npm:@openrouter/sdk@1.2.2 + version: '@openrouter/sdk@1.2.2' zod: specifier: 4.1.11 version: 4.1.11 packages: - '@openrouter/sdk@0.13.24': - resolution: {integrity: sha512-E/gdhaUl9UKn1ngm+kw21ybnqB5iAAwbxnsDzE2iTZzQCbR7J0REZa65HJY8TxYwpaOs3rLpiHyi4w8LNKpvmQ==} + '@openrouter/sdk@0.13.67': + resolution: {integrity: sha512-kUVaFYA9Xehq67ndTk98i+tRLfYH/F6xSf/WuC8dsukBzcgBvYQydoeKw4Xe+peXG/wOVtDxukWt5SqzhbloKw==} '@openrouter/sdk@0.9.11': resolution: {integrity: sha512-BgFu6NcIJO4a9aVjr04y3kZ8pyM71j15I+bzfVAGEvxnj+KQNIkBYQGgwrG3D+aT1QpDKLki8btcQmpaxUas6A==} @@ -35,15 +35,15 @@ packages: '@openrouter/sdk@1.0.0': resolution: {integrity: sha512-FTZg35yWnNUjMCGrjBbsGw9WJhnleAWyJlON4ZQ7pxOKsqBrZo7Zzmc3OoJQFQ+39bsIcKMf3wRNNC9KLjihrw==} - '@openrouter/sdk@1.0.12': - resolution: {integrity: sha512-v2aIHILl9k9rPba2jV+5/u2pClW/SKxiw5oS8xagyseHQnXKd4Ue2dcbten8UOsyMWJRNEkBK6t0QawdVbKBPg==} + '@openrouter/sdk@1.2.2': + resolution: {integrity: sha512-UQPK6WhGJTm5kgJ4fWmktHUhP9MvhMtWVm5alUmL6wPfk9CQ5+e2uwmAdVeoCqtVJfYkr3uMejzQL1AsvfnyOw==} zod@4.1.11: resolution: {integrity: sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==} snapshots: - '@openrouter/sdk@0.13.24': + '@openrouter/sdk@0.13.67': dependencies: zod: 4.1.11 @@ -55,7 +55,7 @@ snapshots: dependencies: zod: 4.1.11 - '@openrouter/sdk@1.0.12': + '@openrouter/sdk@1.2.2': dependencies: zod: 4.1.11 diff --git a/e2e/scenarios/openrouter-instrumentation/scenario.impl.mjs b/e2e/scenarios/openrouter-instrumentation/scenario.impl.mjs index ae44fcfa8..01fe570ea 100644 --- a/e2e/scenarios/openrouter-instrumentation/scenario.impl.mjs +++ b/e2e/scenarios/openrouter-instrumentation/scenario.impl.mjs @@ -202,7 +202,7 @@ async function runOpenRouterInstrumentationScenario( maxToolCalls: 1, model: CALL_MODEL, temperature: 0, - toolChoice: "required", + toolChoice: "auto", tools: [createWeatherTool()], }); diff --git a/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v1-latest.cassette.json b/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v1-latest.cassette.json index cd2316b5f..b04d60801 100644 --- a/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v1-latest.cassette.json +++ b/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v1-latest.cassette.json @@ -2,9 +2,9 @@ "entries": [ { "callIndex": 0, - "id": "f4cfeb0f63426af9", + "id": "2713cbfab0644276", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:19:59.210Z", + "recordedAt": "2026-08-03T10:58:06.887Z", "request": { "body": { "kind": "json", @@ -58,15 +58,15 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_mbDgh0RdovSgQqERgsAGv77i\",\"type\":\"function\",\"function\":{\"name\":\"lookup_weather\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"d\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"fhceWzbWvJk1Wl\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"city\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"41TlwUxKk60NR\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"y2vJLhN1HrSi\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Vien\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"SdZayNuwo2w2O\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"na\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ohiNThF0hMH83Ow\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4tz04kET3JTwEL\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"msNzf5UbMatL9Vh\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[],\"usage\":{\"prompt_tokens\":86,\"completion_tokens\":15,\"total_tokens\":101,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"Yk2aPOEJd\"}", + "data: {\"id\":\"chatcmpl-E8kesMyPxjjetKNhq398VY4POMxZz\",\"object\":\"chat.completion.chunk\",\"created\":1785754686,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_3u9hg3wZ088L95MNhFAa58gF\",\"type\":\"function\",\"function\":{\"name\":\"lookup_weather\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Z\"}", + "data: {\"id\":\"chatcmpl-E8kesMyPxjjetKNhq398VY4POMxZz\",\"object\":\"chat.completion.chunk\",\"created\":1785754686,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"PPuGj6dm9uEHe1\"}", + "data: {\"id\":\"chatcmpl-E8kesMyPxjjetKNhq398VY4POMxZz\",\"object\":\"chat.completion.chunk\",\"created\":1785754686,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"city\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kvk15mdY8D8gL\"}", + "data: {\"id\":\"chatcmpl-E8kesMyPxjjetKNhq398VY4POMxZz\",\"object\":\"chat.completion.chunk\",\"created\":1785754686,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"HDVqTUsPz0HB\"}", + "data: {\"id\":\"chatcmpl-E8kesMyPxjjetKNhq398VY4POMxZz\",\"object\":\"chat.completion.chunk\",\"created\":1785754686,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Vien\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"UrxpKZVzzHoXW\"}", + "data: {\"id\":\"chatcmpl-E8kesMyPxjjetKNhq398VY4POMxZz\",\"object\":\"chat.completion.chunk\",\"created\":1785754686,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"na\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4JDpNlnCxa4q7dl\"}", + "data: {\"id\":\"chatcmpl-E8kesMyPxjjetKNhq398VY4POMxZz\",\"object\":\"chat.completion.chunk\",\"created\":1785754686,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"IqseIiLQ8Arcmc\"}", + "data: {\"id\":\"chatcmpl-E8kesMyPxjjetKNhq398VY4POMxZz\",\"object\":\"chat.completion.chunk\",\"created\":1785754686,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"KiYBnW9U00aUBHJ\"}", + "data: {\"id\":\"chatcmpl-E8kesMyPxjjetKNhq398VY4POMxZz\",\"object\":\"chat.completion.chunk\",\"created\":1785754686,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[],\"usage\":{\"prompt_tokens\":86,\"completion_tokens\":15,\"total_tokens\":101,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"oD8eD8yuY\"}", "data: [DONE]" ], "kind": "sse" @@ -75,12 +75,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daee9a0d43c24f-VIE", + "cf-ray": "a254ce24aab7c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:19:59 GMT", + "date": "Mon, 03 Aug 2026 10:58:06 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "569", + "openai-processing-ms": "414", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -92,10 +92,10 @@ "x-ratelimit-limit-requests": "30000", "x-ratelimit-limit-tokens": "150000000", "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999945", + "x-ratelimit-remaining-tokens": "149999947", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_ac0653ff238e4af29d4358857853f412" + "x-request-id": "req_c8cd6282a66c45e68266bc46998fde4f" }, "status": 200, "statusText": "OK" @@ -103,9 +103,9 @@ }, { "callIndex": 1, - "id": "7c32ae1e1e08f309", + "id": "8c430c6b36e863de", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:19:59.941Z", + "recordedAt": "2026-08-03T10:58:07.352Z", "request": { "body": { "kind": "json", @@ -134,7 +134,7 @@ "arguments": "{\"city\":\"Vienna\"}", "name": "lookup_weather" }, - "id": "call_mbDgh0RdovSgQqERgsAGv77i", + "id": "call_3u9hg3wZ088L95MNhFAa58gF", "type": "function" } ] @@ -142,7 +142,7 @@ { "content": "{\"city\":\"Vienna\",\"forecast\":\"sunny\",\"marker\":\"STRANDS_TOOL_OK\"}", "role": "tool", - "tool_call_id": "call_mbDgh0RdovSgQqERgsAGv77i" + "tool_call_id": "call_3u9hg3wZ088L95MNhFAa58gF" } ], "model": "gpt-4o-mini-2024-07-18", @@ -178,14 +178,14 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kVrGlr9Yr\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rBjUFZSw\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4mcymcO\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"p6WTr\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_TOOL\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5hvYdn\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"nyoupvL1\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"3Xmze\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[],\"usage\":{\"prompt_tokens\":127,\"completion_tokens\":6,\"total_tokens\":133,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"XEQVXM5Sk\"}", + "data: {\"id\":\"chatcmpl-E8ket5KhebXR2mh0gjLvH0njMygii\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"TVBtereNz\"}", + "data: {\"id\":\"chatcmpl-E8ket5KhebXR2mh0gjLvH0njMygii\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"6V8aXKl0\"}", + "data: {\"id\":\"chatcmpl-E8ket5KhebXR2mh0gjLvH0njMygii\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4POW2JQ\"}", + "data: {\"id\":\"chatcmpl-E8ket5KhebXR2mh0gjLvH0njMygii\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"2G6Le\"}", + "data: {\"id\":\"chatcmpl-E8ket5KhebXR2mh0gjLvH0njMygii\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_TOOL\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"VbuD5Y\"}", + "data: {\"id\":\"chatcmpl-E8ket5KhebXR2mh0gjLvH0njMygii\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"xCzEME6I\"}", + "data: {\"id\":\"chatcmpl-E8ket5KhebXR2mh0gjLvH0njMygii\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"r5khy\"}", + "data: {\"id\":\"chatcmpl-E8ket5KhebXR2mh0gjLvH0njMygii\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[],\"usage\":{\"prompt_tokens\":127,\"completion_tokens\":6,\"total_tokens\":133,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"ajrND0jBf\"}", "data: [DONE]" ], "kind": "sse" @@ -194,12 +194,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daee9ffb07c24f-VIE", + "cf-ray": "a254ce295ea2c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:19:59 GMT", + "date": "Mon, 03 Aug 2026 10:58:07 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "310", + "openai-processing-ms": "295", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -214,7 +214,7 @@ "x-ratelimit-remaining-tokens": "149999927", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_94b59424c7104cb79041e8fe3bf23997" + "x-request-id": "req_1124329e979046ac89e88c1d1223d415" }, "status": 200, "statusText": "OK" @@ -222,9 +222,9 @@ }, { "callIndex": 2, - "id": "c07157ac5ff242e3", + "id": "3a5049aaf8939582", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-07-13T20:21:32.098Z", + "recordedAt": "2026-08-03T10:58:07.820Z", "request": { "body": { "kind": "json", @@ -267,14 +267,14 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"hAJ7zY0Pc\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5OvUWL5U\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"FReEmTU\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DOCUMENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"k1\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"0eg8ZOnh\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ghLMrXZfdd\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"HwqVb\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[],\"usage\":{\"prompt_tokens\":247,\"completion_tokens\":5,\"total_tokens\":252,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"ITw3NBS0a\"}", + "data: {\"id\":\"chatcmpl-E8ket9M0l0c8dB8lTbDNOBaaI6LAT\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ryDmiYCEJ\"}", + "data: {\"id\":\"chatcmpl-E8ket9M0l0c8dB8lTbDNOBaaI6LAT\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"2yllwv6v\"}", + "data: {\"id\":\"chatcmpl-E8ket9M0l0c8dB8lTbDNOBaaI6LAT\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"WlyDH3B\"}", + "data: {\"id\":\"chatcmpl-E8ket9M0l0c8dB8lTbDNOBaaI6LAT\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DOCUMENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"DA\"}", + "data: {\"id\":\"chatcmpl-E8ket9M0l0c8dB8lTbDNOBaaI6LAT\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Q1nGBcCI\"}", + "data: {\"id\":\"chatcmpl-E8ket9M0l0c8dB8lTbDNOBaaI6LAT\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"fUzGm8Mgmk\"}", + "data: {\"id\":\"chatcmpl-E8ket9M0l0c8dB8lTbDNOBaaI6LAT\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"8nuWv\"}", + "data: {\"id\":\"chatcmpl-E8ket9M0l0c8dB8lTbDNOBaaI6LAT\",\"object\":\"chat.completion.chunk\",\"created\":1785754687,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[],\"usage\":{\"prompt_tokens\":247,\"completion_tokens\":5,\"total_tokens\":252,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"HOLT0Wqvg\"}", "data: [DONE]" ], "kind": "sse" @@ -283,12 +283,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a1aafe97ee6dc45b-YYZ", + "cf-ray": "a254ce2c39e1c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Mon, 13 Jul 2026 20:21:32 GMT", + "date": "Mon, 03 Aug 2026 10:58:07 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "423", + "openai-processing-ms": "360", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -303,7 +303,7 @@ "x-ratelimit-remaining-tokens": "149999215", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_3c5f893b9d4f48df88f0b20dafe5b21b" + "x-request-id": "req_a7774118516c4b65a9c935570ae20948" }, "status": 200, "statusText": "OK" @@ -311,9 +311,9 @@ }, { "callIndex": 3, - "id": "ad37817153d52151", + "id": "89ded8c2ba462fc4", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-07-13T20:21:32.722Z", + "recordedAt": "2026-08-03T10:58:08.543Z", "request": { "body": { "kind": "json", @@ -355,14 +355,14 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"8ncoAeH8n\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"X1oUdVnz\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Essg5i5\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_IMAGE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5Uffg\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YZberS3E\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"IQjxpJsARl\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"N6B0z\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[],\"usage\":{\"prompt_tokens\":8525,\"completion_tokens\":5,\"total_tokens\":8530,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"JW6tDUJ\"}", + "data: {\"id\":\"chatcmpl-E8keuEG62M104X3a4InhwdImlO1BK\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ZFrSQrUHp\"}", + "data: {\"id\":\"chatcmpl-E8keuEG62M104X3a4InhwdImlO1BK\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rNZBu9i3\"}", + "data: {\"id\":\"chatcmpl-E8keuEG62M104X3a4InhwdImlO1BK\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5aFaoFH\"}", + "data: {\"id\":\"chatcmpl-E8keuEG62M104X3a4InhwdImlO1BK\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_IMAGE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rg89w\"}", + "data: {\"id\":\"chatcmpl-E8keuEG62M104X3a4InhwdImlO1BK\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"exfk5i9g\"}", + "data: {\"id\":\"chatcmpl-E8keuEG62M104X3a4InhwdImlO1BK\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"9b452DQrhH\"}", + "data: {\"id\":\"chatcmpl-E8keuEG62M104X3a4InhwdImlO1BK\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"wxc6Y\"}", + "data: {\"id\":\"chatcmpl-E8keuEG62M104X3a4InhwdImlO1BK\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[],\"usage\":{\"prompt_tokens\":8525,\"completion_tokens\":5,\"total_tokens\":8530,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"xfdeUIP\"}", "data: [DONE]" ], "kind": "sse" @@ -371,12 +371,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a1aafe9c2bd4c45b-YYZ", + "cf-ray": "a254ce2f1c1fc797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Mon, 13 Jul 2026 20:21:32 GMT", + "date": "Mon, 03 Aug 2026 10:58:08 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "452", + "openai-processing-ms": "544", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -394,7 +394,7 @@ "x-ratelimit-reset-input-images": "1ms", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_68698c61c0e24e598828c1b4b51d7792" + "x-request-id": "req_7cbc652a909d43d7ac720fbb0d048f4d" }, "status": 200, "statusText": "OK" @@ -402,9 +402,9 @@ }, { "callIndex": 4, - "id": "7f682068be947c96", + "id": "027f8533b3a8a954", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:00.867Z", + "recordedAt": "2026-08-03T10:58:09.140Z", "request": { "body": { "kind": "json", @@ -440,15 +440,15 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"sGYTuEwid\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"tTU9TS1L\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"mrRmvZE\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"q8eX4\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_STREAM\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"I5KH\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"S90gyPz5\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"STniGBQr0X\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"AVoEr\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[],\"usage\":{\"prompt_tokens\":27,\"completion_tokens\":6,\"total_tokens\":33,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"JcJMXbgYUjG\"}", + "data: {\"id\":\"chatcmpl-E8keuBcAUiUmmYqcIovwAp4LdaY1P\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"J51zm7E21\"}", + "data: {\"id\":\"chatcmpl-E8keuBcAUiUmmYqcIovwAp4LdaY1P\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ojFCL9Jm\"}", + "data: {\"id\":\"chatcmpl-E8keuBcAUiUmmYqcIovwAp4LdaY1P\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"abDEHkX\"}", + "data: {\"id\":\"chatcmpl-E8keuBcAUiUmmYqcIovwAp4LdaY1P\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"dPPXP\"}", + "data: {\"id\":\"chatcmpl-E8keuBcAUiUmmYqcIovwAp4LdaY1P\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_STREAM\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rmV0\"}", + "data: {\"id\":\"chatcmpl-E8keuBcAUiUmmYqcIovwAp4LdaY1P\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ihVFcjb6\"}", + "data: {\"id\":\"chatcmpl-E8keuBcAUiUmmYqcIovwAp4LdaY1P\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"FGaDkn2enZ\"}", + "data: {\"id\":\"chatcmpl-E8keuBcAUiUmmYqcIovwAp4LdaY1P\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"WvuRA\"}", + "data: {\"id\":\"chatcmpl-E8keuBcAUiUmmYqcIovwAp4LdaY1P\",\"object\":\"chat.completion.chunk\",\"created\":1785754688,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[],\"usage\":{\"prompt_tokens\":27,\"completion_tokens\":6,\"total_tokens\":33,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"GD0ibORIp3C\"}", "data: [DONE]" ], "kind": "sse" @@ -457,12 +457,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeea48fdec24f-VIE", + "cf-ray": "a254ce33afc6c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:00 GMT", + "date": "Mon, 03 Aug 2026 10:58:09 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "451", + "openai-processing-ms": "404", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -477,7 +477,7 @@ "x-ratelimit-remaining-tokens": "149999977", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_80eb7af70057450e8d6b7874ad1cfbb9" + "x-request-id": "req_9429fccd90bf4d0abb8fa37a73364d96" }, "status": 200, "statusText": "OK" @@ -485,9 +485,9 @@ }, { "callIndex": 5, - "id": "f1affedbdb5d1da0", + "id": "fed6fe8190f21c43", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:01.798Z", + "recordedAt": "2026-08-03T10:58:10.614Z", "request": { "body": { "kind": "json", @@ -523,13 +523,13 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"MBxO0hTG4\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"hVJYgn\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_RE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"P2aJfC2Z\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"SEARCH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"fygZc\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DONE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Ata5gu\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"6MdN4\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[],\"usage\":{\"prompt_tokens\":35,\"completion_tokens\":4,\"total_tokens\":39,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"7uMhMC58XRN\"}", + "data: {\"id\":\"chatcmpl-E8kewvOIYNu3fbFyBWkUQpFA0bjTv\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"uOSURcF6O\"}", + "data: {\"id\":\"chatcmpl-E8kewvOIYNu3fbFyBWkUQpFA0bjTv\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"VRuRni\"}", + "data: {\"id\":\"chatcmpl-E8kewvOIYNu3fbFyBWkUQpFA0bjTv\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_RE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"agDo1A8V\"}", + "data: {\"id\":\"chatcmpl-E8kewvOIYNu3fbFyBWkUQpFA0bjTv\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"SEARCH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"J8yyr\"}", + "data: {\"id\":\"chatcmpl-E8kewvOIYNu3fbFyBWkUQpFA0bjTv\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DONE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"E76pWC\"}", + "data: {\"id\":\"chatcmpl-E8kewvOIYNu3fbFyBWkUQpFA0bjTv\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"KPmJe\"}", + "data: {\"id\":\"chatcmpl-E8kewvOIYNu3fbFyBWkUQpFA0bjTv\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[],\"usage\":{\"prompt_tokens\":35,\"completion_tokens\":4,\"total_tokens\":39,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"XgDNM1VXiu7\"}", "data: [DONE]" ], "kind": "sse" @@ -538,12 +538,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeaa3db1c24f-VIE", + "cf-ray": "a254ce376b1cc797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:01 GMT", + "date": "Mon, 03 Aug 2026 10:58:10 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "411", + "openai-processing-ms": "1310", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -555,10 +555,10 @@ "x-ratelimit-limit-requests": "30000", "x-ratelimit-limit-tokens": "150000000", "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999970", + "x-ratelimit-remaining-tokens": "149999967", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_06d536c5ee4e4e74ba18e62bc13edc08" + "x-request-id": "req_0f6bcb2848be4439979a23a57bd6bc61" }, "status": 200, "statusText": "OK" @@ -566,9 +566,9 @@ }, { "callIndex": 6, - "id": "da2ccaeedff7ef8b", + "id": "cbd4bed05127e5d7", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:02.321Z", + "recordedAt": "2026-08-03T10:58:11.028Z", "request": { "body": { "kind": "json", @@ -612,13 +612,13 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"FxdXLCgEG\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4ZrLh7F4\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rbZEnTq\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"XvTmC\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"njpC1qwi\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"3Ncel\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[],\"usage\":{\"prompt_tokens\":46,\"completion_tokens\":4,\"total_tokens\":50,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"dtu7yeODzeT\"}", + "data: {\"id\":\"chatcmpl-E8kewicX8iGquhA8CRg4eGUodHSE2\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"2XloO6Lv4\"}", + "data: {\"id\":\"chatcmpl-E8kewicX8iGquhA8CRg4eGUodHSE2\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"apfp7rNO\"}", + "data: {\"id\":\"chatcmpl-E8kewicX8iGquhA8CRg4eGUodHSE2\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"84l7ids\"}", + "data: {\"id\":\"chatcmpl-E8kewicX8iGquhA8CRg4eGUodHSE2\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"v2PfE\"}", + "data: {\"id\":\"chatcmpl-E8kewicX8iGquhA8CRg4eGUodHSE2\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"gksstODF\"}", + "data: {\"id\":\"chatcmpl-E8kewicX8iGquhA8CRg4eGUodHSE2\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"7nrjT\"}", + "data: {\"id\":\"chatcmpl-E8kewicX8iGquhA8CRg4eGUodHSE2\",\"object\":\"chat.completion.chunk\",\"created\":1785754690,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[],\"usage\":{\"prompt_tokens\":46,\"completion_tokens\":4,\"total_tokens\":50,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"gkMJGspNd3Q\"}", "data: [DONE]" ], "kind": "sse" @@ -627,12 +627,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeb00b23c24f-VIE", + "cf-ray": "a254ce409ad2c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:02 GMT", + "date": "Mon, 03 Aug 2026 10:58:10 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "156", + "openai-processing-ms": "280", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -647,7 +647,7 @@ "x-ratelimit-remaining-tokens": "149999957", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_8376ea31b4be41d1b3947e9f0e24a7d8" + "x-request-id": "req_09dd8f4415934d8baf3920311f731565" }, "status": 200, "statusText": "OK" @@ -655,9 +655,9 @@ }, { "callIndex": 7, - "id": "bb7637a47f479eeb", + "id": "2ca4d1700e0b2b96", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:03.435Z", + "recordedAt": "2026-08-03T10:58:11.982Z", "request": { "body": { "kind": "json", @@ -727,28 +727,28 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_q0XD2r6QQ5O4VmphUgNKD2lK\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"gpc2Tp\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YCaS5KhCvDdSs5\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"agent\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"1SQNycCAQIPr\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Id\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kF5s4OdnSY9QMWK\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"xFPOvTWkaTj6\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"sw\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"oZAYm5yVYyvz6GR\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"arm\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"IbmobzpjfcyXrg\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"-fin\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"HkbTZKKRchqaX\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"isher\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"j4cpWsZAWqsW\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\",\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YcW990fbz2Li\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kzmtmveIaG\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"8fFMoZ7ETfR3\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"finish\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"z9cw9cXjRsF\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" with\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Ki1eJkmCG5bo\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"LbeCuCssJyCnD\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4NYR7UkuwofER\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"bf4p5vqz5uQaok\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"HlOTt5rpoFhAJg\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"3UF348Nkhe1UEu\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"G4A9qqtl8St5ZN\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"qfJQ4JZl1XnGCuz\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[],\"usage\":{\"prompt_tokens\":198,\"completion_tokens\":31,\"total_tokens\":229,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"PD3WHLUv\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_PSuz1Y5cCafAUlde75MY9y5D\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"UM0NpQ\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"k3uQlPhrZTRMHA\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"agent\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"S0MUavZRz9C9\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Id\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"1vOKYVCT2NCGziN\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ubh8Kg4s1GAo\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"sw\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"mxOuNYdDCbi4vKj\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"arm\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"x9FcgPJsXFstcF\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"-fin\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"cOM2QRNnleosg\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"isher\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"a52cYCZNS2PJ\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\",\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"p2M5DmabjXTO\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"W2kMJSDwvn\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"fDXpxrs91PAp\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"finish\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"PL1fMaVRgzH\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" with\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"dYgYolTddJh6\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"w90DKoIflVkjV\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"JBDyul3Qv8Cok\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"EsAXAZsPLIgAwv\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Fc3xdHuivIXfRv\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"tJ15JxjpeSA6i2\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"lkAxt0M6mm3RdC\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"K3bPpk9QNuSG8su\"}", + "data: {\"id\":\"chatcmpl-E8kexyJW1serdq0OQRBSnCSKGWuOO\",\"object\":\"chat.completion.chunk\",\"created\":1785754691,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[],\"usage\":{\"prompt_tokens\":198,\"completion_tokens\":31,\"total_tokens\":229,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"ncmEMuZs\"}", "data: [DONE]" ], "kind": "sse" @@ -757,12 +757,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeb36e6ac24f-VIE", + "cf-ray": "a254ce432cf1c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:03 GMT", + "date": "Mon, 03 Aug 2026 10:58:11 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "499", + "openai-processing-ms": "628", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -777,7 +777,7 @@ "x-ratelimit-remaining-tokens": "149999955", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_67461b3d77f349cca9fabc366c293bda" + "x-request-id": "req_c65d659f94ad4755a163528ad3e04c6a" }, "status": 200, "statusText": "OK" @@ -785,9 +785,9 @@ }, { "callIndex": 8, - "id": "85b37d48b99f35cb", + "id": "3b36bb31ecaa1674", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:04.202Z", + "recordedAt": "2026-08-03T10:58:12.595Z", "request": { "body": { "kind": "json", @@ -857,18 +857,18 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_2hbwdCfA3AJO5su7xD5IHmbT\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"BiW62l\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"o14K0rT6u8peCL\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"iizawaSWNb\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"bfYDroT2n9Gl\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"OhGIjlLT0Cc5a6\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ChFEkPtiPvbMj\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"0JyNjkKbLxxVan\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"a5HRAPBmVc5Ckl\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"GjKfBH1aESoOFo\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"wGmvYKD5Nwe6Cr\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"SXJfbLraNcwxXTt\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[],\"usage\":{\"prompt_tokens\":191,\"completion_tokens\":21,\"total_tokens\":212,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"SRX6AAUf\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_XkmrKgDeNhtBjArMj1FlxfoR\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"S8EG9H\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"izdABdd48lTIT2\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"axVwzndk0Z\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"G8ToAZBNaQ5u\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"AVwLpVRliKVgV0\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"BCuZSK64QbQtN\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4cksxx5otRNXIY\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"vLd1AckqRk3z1E\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4577jVyJzbWZQY\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"lrNcMJD3W5bBYy\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"EL6PnEFbgXxseIF\"}", + "data: {\"id\":\"chatcmpl-E8keyziWhJ8RIH2fpQfP28c7pHOvC\",\"object\":\"chat.completion.chunk\",\"created\":1785754692,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[],\"usage\":{\"prompt_tokens\":191,\"completion_tokens\":21,\"total_tokens\":212,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"P9ankN44\"}", "data: [DONE]" ], "kind": "sse" @@ -877,12 +877,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeba4d27c24f-VIE", + "cf-ray": "a254ce4929a6c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:04 GMT", + "date": "Mon, 03 Aug 2026 10:58:12 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "349", + "openai-processing-ms": "421", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -894,10 +894,10 @@ "x-ratelimit-limit-requests": "30000", "x-ratelimit-limit-tokens": "150000000", "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999965", + "x-ratelimit-remaining-tokens": "149999962", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_21ee960568de454ca2662e264189dff4" + "x-request-id": "req_7eb867320c8a41dc8363ef372a212ed0" }, "status": 200, "statusText": "OK" diff --git a/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v1.cassette.json b/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v1.cassette.json index cd2316b5f..0bfc045a6 100644 --- a/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v1.cassette.json +++ b/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v1.cassette.json @@ -2,9 +2,9 @@ "entries": [ { "callIndex": 0, - "id": "f4cfeb0f63426af9", + "id": "2713cbfab0644276", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:19:59.210Z", + "recordedAt": "2026-08-03T10:57:50.572Z", "request": { "body": { "kind": "json", @@ -58,15 +58,15 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_mbDgh0RdovSgQqERgsAGv77i\",\"type\":\"function\",\"function\":{\"name\":\"lookup_weather\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"d\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"fhceWzbWvJk1Wl\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"city\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"41TlwUxKk60NR\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"y2vJLhN1HrSi\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Vien\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"SdZayNuwo2w2O\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"na\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ohiNThF0hMH83Ow\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4tz04kET3JTwEL\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"msNzf5UbMatL9Vh\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[],\"usage\":{\"prompt_tokens\":86,\"completion_tokens\":15,\"total_tokens\":101,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"Yk2aPOEJd\"}", + "data: {\"id\":\"chatcmpl-E8kecH25zwOAiNDIRqFP3W3SofR3G\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_0pJR8bu5nF0UqQJepppslZPr\",\"type\":\"function\",\"function\":{\"name\":\"lookup_weather\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"7\"}", + "data: {\"id\":\"chatcmpl-E8kecH25zwOAiNDIRqFP3W3SofR3G\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"dyOn93pyE0SMmv\"}", + "data: {\"id\":\"chatcmpl-E8kecH25zwOAiNDIRqFP3W3SofR3G\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"city\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"lRShMXOVmZ9pK\"}", + "data: {\"id\":\"chatcmpl-E8kecH25zwOAiNDIRqFP3W3SofR3G\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"tCCtctv0H2bq\"}", + "data: {\"id\":\"chatcmpl-E8kecH25zwOAiNDIRqFP3W3SofR3G\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Vien\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"9BoOBETIz8fku\"}", + "data: {\"id\":\"chatcmpl-E8kecH25zwOAiNDIRqFP3W3SofR3G\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"na\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"GXu58OKlrnpoGKd\"}", + "data: {\"id\":\"chatcmpl-E8kecH25zwOAiNDIRqFP3W3SofR3G\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"VJFtAImBuYtKgm\"}", + "data: {\"id\":\"chatcmpl-E8kecH25zwOAiNDIRqFP3W3SofR3G\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"MbVmHYmtS75YID2\"}", + "data: {\"id\":\"chatcmpl-E8kecH25zwOAiNDIRqFP3W3SofR3G\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[],\"usage\":{\"prompt_tokens\":86,\"completion_tokens\":15,\"total_tokens\":101,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"ZGpdvWO9z\"}", "data: [DONE]" ], "kind": "sse" @@ -75,12 +75,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daee9a0d43c24f-VIE", + "cf-ray": "a254cdbfbb27c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:19:59 GMT", + "date": "Mon, 03 Aug 2026 10:57:50 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "569", + "openai-processing-ms": "419", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -95,7 +95,7 @@ "x-ratelimit-remaining-tokens": "149999945", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_ac0653ff238e4af29d4358857853f412" + "x-request-id": "req_2d348b4fcc544124897cb62d958d2946" }, "status": 200, "statusText": "OK" @@ -103,9 +103,9 @@ }, { "callIndex": 1, - "id": "7c32ae1e1e08f309", + "id": "8c430c6b36e863de", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:19:59.941Z", + "recordedAt": "2026-08-03T10:57:51.190Z", "request": { "body": { "kind": "json", @@ -134,7 +134,7 @@ "arguments": "{\"city\":\"Vienna\"}", "name": "lookup_weather" }, - "id": "call_mbDgh0RdovSgQqERgsAGv77i", + "id": "call_0pJR8bu5nF0UqQJepppslZPr", "type": "function" } ] @@ -142,7 +142,7 @@ { "content": "{\"city\":\"Vienna\",\"forecast\":\"sunny\",\"marker\":\"STRANDS_TOOL_OK\"}", "role": "tool", - "tool_call_id": "call_mbDgh0RdovSgQqERgsAGv77i" + "tool_call_id": "call_0pJR8bu5nF0UqQJepppslZPr" } ], "model": "gpt-4o-mini-2024-07-18", @@ -178,14 +178,14 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kVrGlr9Yr\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rBjUFZSw\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4mcymcO\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"p6WTr\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_TOOL\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5hvYdn\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"nyoupvL1\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"3Xmze\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[],\"usage\":{\"prompt_tokens\":127,\"completion_tokens\":6,\"total_tokens\":133,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"XEQVXM5Sk\"}", + "data: {\"id\":\"chatcmpl-E8keckWiuyI8GJxqyGFTXef0W6Jyp\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"jccPyebpa\"}", + "data: {\"id\":\"chatcmpl-E8keckWiuyI8GJxqyGFTXef0W6Jyp\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"C4H127on\"}", + "data: {\"id\":\"chatcmpl-E8keckWiuyI8GJxqyGFTXef0W6Jyp\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"1Ol07de\"}", + "data: {\"id\":\"chatcmpl-E8keckWiuyI8GJxqyGFTXef0W6Jyp\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"eqtGA\"}", + "data: {\"id\":\"chatcmpl-E8keckWiuyI8GJxqyGFTXef0W6Jyp\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_TOOL\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rmtOhV\"}", + "data: {\"id\":\"chatcmpl-E8keckWiuyI8GJxqyGFTXef0W6Jyp\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"X0RqAAyy\"}", + "data: {\"id\":\"chatcmpl-E8keckWiuyI8GJxqyGFTXef0W6Jyp\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"6wcqZ\"}", + "data: {\"id\":\"chatcmpl-E8keckWiuyI8GJxqyGFTXef0W6Jyp\",\"object\":\"chat.completion.chunk\",\"created\":1785754670,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_fabbcdf5d9\",\"choices\":[],\"usage\":{\"prompt_tokens\":127,\"completion_tokens\":6,\"total_tokens\":133,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"TBdLGOgcr\"}", "data: [DONE]" ], "kind": "sse" @@ -194,12 +194,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daee9ffb07c24f-VIE", + "cf-ray": "a254cdc35dd4c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:19:59 GMT", + "date": "Mon, 03 Aug 2026 10:57:50 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "310", + "openai-processing-ms": "314", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -214,7 +214,7 @@ "x-ratelimit-remaining-tokens": "149999927", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_94b59424c7104cb79041e8fe3bf23997" + "x-request-id": "req_6e57c2ec90b4457ca16a18a80b90a9cb" }, "status": 200, "statusText": "OK" @@ -222,9 +222,9 @@ }, { "callIndex": 2, - "id": "c07157ac5ff242e3", + "id": "3a5049aaf8939582", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-07-13T20:21:32.098Z", + "recordedAt": "2026-08-03T10:57:51.678Z", "request": { "body": { "kind": "json", @@ -267,14 +267,14 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"hAJ7zY0Pc\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5OvUWL5U\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"FReEmTU\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DOCUMENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"k1\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"0eg8ZOnh\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ghLMrXZfdd\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"HwqVb\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[],\"usage\":{\"prompt_tokens\":247,\"completion_tokens\":5,\"total_tokens\":252,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"ITw3NBS0a\"}", + "data: {\"id\":\"chatcmpl-E8kedmuCUQn7weJUfmaigPhdSfH8a\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"V1SFLzinS\"}", + "data: {\"id\":\"chatcmpl-E8kedmuCUQn7weJUfmaigPhdSfH8a\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"OTQZtcBT\"}", + "data: {\"id\":\"chatcmpl-E8kedmuCUQn7weJUfmaigPhdSfH8a\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"MzrzdGy\"}", + "data: {\"id\":\"chatcmpl-E8kedmuCUQn7weJUfmaigPhdSfH8a\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DOCUMENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YP\"}", + "data: {\"id\":\"chatcmpl-E8kedmuCUQn7weJUfmaigPhdSfH8a\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"eD9xA6ul\"}", + "data: {\"id\":\"chatcmpl-E8kedmuCUQn7weJUfmaigPhdSfH8a\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"QQKyhDznHU\"}", + "data: {\"id\":\"chatcmpl-E8kedmuCUQn7weJUfmaigPhdSfH8a\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"6FOS2\"}", + "data: {\"id\":\"chatcmpl-E8kedmuCUQn7weJUfmaigPhdSfH8a\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[],\"usage\":{\"prompt_tokens\":247,\"completion_tokens\":5,\"total_tokens\":252,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"QLtgweMVf\"}", "data: [DONE]" ], "kind": "sse" @@ -283,12 +283,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a1aafe97ee6dc45b-YYZ", + "cf-ray": "a254cdc728e3c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Mon, 13 Jul 2026 20:21:32 GMT", + "date": "Mon, 03 Aug 2026 10:57:51 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "423", + "openai-processing-ms": "323", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -303,7 +303,7 @@ "x-ratelimit-remaining-tokens": "149999215", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_3c5f893b9d4f48df88f0b20dafe5b21b" + "x-request-id": "req_26df075238d048d2a8162dd3b7936807" }, "status": 200, "statusText": "OK" @@ -311,9 +311,9 @@ }, { "callIndex": 3, - "id": "ad37817153d52151", + "id": "89ded8c2ba462fc4", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-07-13T20:21:32.722Z", + "recordedAt": "2026-08-03T10:57:52.289Z", "request": { "body": { "kind": "json", @@ -355,14 +355,14 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"8ncoAeH8n\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"X1oUdVnz\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Essg5i5\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_IMAGE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5Uffg\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YZberS3E\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"IQjxpJsARl\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"N6B0z\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[],\"usage\":{\"prompt_tokens\":8525,\"completion_tokens\":5,\"total_tokens\":8530,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"JW6tDUJ\"}", + "data: {\"id\":\"chatcmpl-E8kedr0Yb4wWUVS6Kbc7z0tQ761sx\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"BmRiThjOe\"}", + "data: {\"id\":\"chatcmpl-E8kedr0Yb4wWUVS6Kbc7z0tQ761sx\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"3NtSxtUj\"}", + "data: {\"id\":\"chatcmpl-E8kedr0Yb4wWUVS6Kbc7z0tQ761sx\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"zTeHwmz\"}", + "data: {\"id\":\"chatcmpl-E8kedr0Yb4wWUVS6Kbc7z0tQ761sx\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_IMAGE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"tvRZg\"}", + "data: {\"id\":\"chatcmpl-E8kedr0Yb4wWUVS6Kbc7z0tQ761sx\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"SMb4Rzaf\"}", + "data: {\"id\":\"chatcmpl-E8kedr0Yb4wWUVS6Kbc7z0tQ761sx\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"I1DjpyGxZk\"}", + "data: {\"id\":\"chatcmpl-E8kedr0Yb4wWUVS6Kbc7z0tQ761sx\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"CQjXV\"}", + "data: {\"id\":\"chatcmpl-E8kedr0Yb4wWUVS6Kbc7z0tQ761sx\",\"object\":\"chat.completion.chunk\",\"created\":1785754671,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_e7eb9f2bc2\",\"choices\":[],\"usage\":{\"prompt_tokens\":8525,\"completion_tokens\":5,\"total_tokens\":8530,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"OCcJP4I\"}", "data: [DONE]" ], "kind": "sse" @@ -371,12 +371,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a1aafe9c2bd4c45b-YYZ", + "cf-ray": "a254cdca3b6ac797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Mon, 13 Jul 2026 20:21:32 GMT", + "date": "Mon, 03 Aug 2026 10:57:52 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "452", + "openai-processing-ms": "540", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -390,11 +390,11 @@ "x-ratelimit-limit-tokens": "150000000", "x-ratelimit-remaining-input-images": "49999", "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999217", + "x-ratelimit-remaining-tokens": "149999215", "x-ratelimit-reset-input-images": "1ms", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_68698c61c0e24e598828c1b4b51d7792" + "x-request-id": "req_2fd6ad72b9d144cea518fa976f2f8870" }, "status": 200, "statusText": "OK" @@ -402,9 +402,9 @@ }, { "callIndex": 4, - "id": "7f682068be947c96", + "id": "027f8533b3a8a954", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:00.867Z", + "recordedAt": "2026-08-03T10:57:52.973Z", "request": { "body": { "kind": "json", @@ -440,15 +440,15 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"sGYTuEwid\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"tTU9TS1L\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"mrRmvZE\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"q8eX4\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_STREAM\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"I5KH\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"S90gyPz5\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"STniGBQr0X\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"AVoEr\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[],\"usage\":{\"prompt_tokens\":27,\"completion_tokens\":6,\"total_tokens\":33,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"JcJMXbgYUjG\"}", + "data: {\"id\":\"chatcmpl-E8keevuZdxQ2aGKwreYHjm2Bxa0D4\",\"object\":\"chat.completion.chunk\",\"created\":1785754672,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"BkPIsWM5j\"}", + "data: {\"id\":\"chatcmpl-E8keevuZdxQ2aGKwreYHjm2Bxa0D4\",\"object\":\"chat.completion.chunk\",\"created\":1785754672,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"MctoYasJ\"}", + "data: {\"id\":\"chatcmpl-E8keevuZdxQ2aGKwreYHjm2Bxa0D4\",\"object\":\"chat.completion.chunk\",\"created\":1785754672,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"usqYNNx\"}", + "data: {\"id\":\"chatcmpl-E8keevuZdxQ2aGKwreYHjm2Bxa0D4\",\"object\":\"chat.completion.chunk\",\"created\":1785754672,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"v3PHr\"}", + "data: {\"id\":\"chatcmpl-E8keevuZdxQ2aGKwreYHjm2Bxa0D4\",\"object\":\"chat.completion.chunk\",\"created\":1785754672,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_STREAM\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"DX3Q\"}", + "data: {\"id\":\"chatcmpl-E8keevuZdxQ2aGKwreYHjm2Bxa0D4\",\"object\":\"chat.completion.chunk\",\"created\":1785754672,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Z0IcdEBk\"}", + "data: {\"id\":\"chatcmpl-E8keevuZdxQ2aGKwreYHjm2Bxa0D4\",\"object\":\"chat.completion.chunk\",\"created\":1785754672,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"eGDTAgmws5\"}", + "data: {\"id\":\"chatcmpl-E8keevuZdxQ2aGKwreYHjm2Bxa0D4\",\"object\":\"chat.completion.chunk\",\"created\":1785754672,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"WDzBH\"}", + "data: {\"id\":\"chatcmpl-E8keevuZdxQ2aGKwreYHjm2Bxa0D4\",\"object\":\"chat.completion.chunk\",\"created\":1785754672,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_b1b99e3b92\",\"choices\":[],\"usage\":{\"prompt_tokens\":27,\"completion_tokens\":6,\"total_tokens\":33,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"XDlzhUd2sm5\"}", "data: [DONE]" ], "kind": "sse" @@ -457,12 +457,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeea48fdec24f-VIE", + "cf-ray": "a254cdce0eb2c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:00 GMT", + "date": "Mon, 03 Aug 2026 10:57:52 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "451", + "openai-processing-ms": "427", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -477,7 +477,7 @@ "x-ratelimit-remaining-tokens": "149999977", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_80eb7af70057450e8d6b7874ad1cfbb9" + "x-request-id": "req_7432a97fb3cf46b28173fc9ac3b495a4" }, "status": 200, "statusText": "OK" @@ -485,9 +485,9 @@ }, { "callIndex": 5, - "id": "f1affedbdb5d1da0", + "id": "fed6fe8190f21c43", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:01.798Z", + "recordedAt": "2026-08-03T10:57:53.560Z", "request": { "body": { "kind": "json", @@ -523,13 +523,13 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"MBxO0hTG4\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"hVJYgn\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_RE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"P2aJfC2Z\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"SEARCH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"fygZc\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DONE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Ata5gu\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"6MdN4\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[],\"usage\":{\"prompt_tokens\":35,\"completion_tokens\":4,\"total_tokens\":39,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"7uMhMC58XRN\"}", + "data: {\"id\":\"chatcmpl-E8kefC36ALGmLa0NSUut2JmQXhoXl\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Hz6q4Q7v0\"}", + "data: {\"id\":\"chatcmpl-E8kefC36ALGmLa0NSUut2JmQXhoXl\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Kk6bVD\"}", + "data: {\"id\":\"chatcmpl-E8kefC36ALGmLa0NSUut2JmQXhoXl\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_RE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"8cIhmjN2\"}", + "data: {\"id\":\"chatcmpl-E8kefC36ALGmLa0NSUut2JmQXhoXl\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"SEARCH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5Ekq5\"}", + "data: {\"id\":\"chatcmpl-E8kefC36ALGmLa0NSUut2JmQXhoXl\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DONE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"sk6YZI\"}", + "data: {\"id\":\"chatcmpl-E8kefC36ALGmLa0NSUut2JmQXhoXl\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"Z3ekU\"}", + "data: {\"id\":\"chatcmpl-E8kefC36ALGmLa0NSUut2JmQXhoXl\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_4147058500\",\"choices\":[],\"usage\":{\"prompt_tokens\":35,\"completion_tokens\":4,\"total_tokens\":39,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"NoxFYNjccVn\"}", "data: [DONE]" ], "kind": "sse" @@ -538,12 +538,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeaa3db1c24f-VIE", + "cf-ray": "a254cdd259cfc797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:01 GMT", + "date": "Mon, 03 Aug 2026 10:57:53 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "411", + "openai-processing-ms": "387", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -555,10 +555,10 @@ "x-ratelimit-limit-requests": "30000", "x-ratelimit-limit-tokens": "150000000", "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999970", + "x-ratelimit-remaining-tokens": "149999967", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_06d536c5ee4e4e74ba18e62bc13edc08" + "x-request-id": "req_7b7fe1e7e5dc44bdac21b2e6252a1c27" }, "status": 200, "statusText": "OK" @@ -566,9 +566,9 @@ }, { "callIndex": 6, - "id": "da2ccaeedff7ef8b", + "id": "cbd4bed05127e5d7", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:02.321Z", + "recordedAt": "2026-08-03T10:57:54.036Z", "request": { "body": { "kind": "json", @@ -612,13 +612,13 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"FxdXLCgEG\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4ZrLh7F4\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rbZEnTq\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"XvTmC\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"njpC1qwi\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"3Ncel\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[],\"usage\":{\"prompt_tokens\":46,\"completion_tokens\":4,\"total_tokens\":50,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"dtu7yeODzeT\"}", + "data: {\"id\":\"chatcmpl-E8kef8FTAFCx7a3uyZ5v0c8jToDgu\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"N3yPCXEf4\"}", + "data: {\"id\":\"chatcmpl-E8kef8FTAFCx7a3uyZ5v0c8jToDgu\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Nrgp8v4R\"}", + "data: {\"id\":\"chatcmpl-E8kef8FTAFCx7a3uyZ5v0c8jToDgu\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"jkoflmB\"}", + "data: {\"id\":\"chatcmpl-E8kef8FTAFCx7a3uyZ5v0c8jToDgu\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"svljJ\"}", + "data: {\"id\":\"chatcmpl-E8kef8FTAFCx7a3uyZ5v0c8jToDgu\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"uWYMbCip\"}", + "data: {\"id\":\"chatcmpl-E8kef8FTAFCx7a3uyZ5v0c8jToDgu\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"PTKtz\"}", + "data: {\"id\":\"chatcmpl-E8kef8FTAFCx7a3uyZ5v0c8jToDgu\",\"object\":\"chat.completion.chunk\",\"created\":1785754673,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[],\"usage\":{\"prompt_tokens\":46,\"completion_tokens\":4,\"total_tokens\":50,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"hYRboEltrDi\"}", "data: [DONE]" ], "kind": "sse" @@ -627,12 +627,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeb00b23c24f-VIE", + "cf-ray": "a254cdd5fc81c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:02 GMT", + "date": "Mon, 03 Aug 2026 10:57:53 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "156", + "openai-processing-ms": "305", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -647,7 +647,7 @@ "x-ratelimit-remaining-tokens": "149999957", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_8376ea31b4be41d1b3947e9f0e24a7d8" + "x-request-id": "req_4ec1a8a7f104469d92f88393c01ea262" }, "status": 200, "statusText": "OK" @@ -655,9 +655,9 @@ }, { "callIndex": 7, - "id": "bb7637a47f479eeb", + "id": "2ca4d1700e0b2b96", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:03.435Z", + "recordedAt": "2026-08-03T10:57:54.855Z", "request": { "body": { "kind": "json", @@ -727,28 +727,28 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_q0XD2r6QQ5O4VmphUgNKD2lK\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"gpc2Tp\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YCaS5KhCvDdSs5\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"agent\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"1SQNycCAQIPr\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Id\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kF5s4OdnSY9QMWK\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"xFPOvTWkaTj6\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"sw\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"oZAYm5yVYyvz6GR\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"arm\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"IbmobzpjfcyXrg\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"-fin\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"HkbTZKKRchqaX\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"isher\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"j4cpWsZAWqsW\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\",\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YcW990fbz2Li\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kzmtmveIaG\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"8fFMoZ7ETfR3\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"finish\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"z9cw9cXjRsF\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" with\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Ki1eJkmCG5bo\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"LbeCuCssJyCnD\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4NYR7UkuwofER\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"bf4p5vqz5uQaok\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"HlOTt5rpoFhAJg\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"3UF348Nkhe1UEu\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"G4A9qqtl8St5ZN\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"qfJQ4JZl1XnGCuz\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[],\"usage\":{\"prompt_tokens\":198,\"completion_tokens\":31,\"total_tokens\":229,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"PD3WHLUv\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_M94upRYuGMM18I6zKDEVngqG\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"FTClBU\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"qlc69HFM8Zuzq2\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"agent\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kfVGkHSnXUAC\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Id\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"7Py0wURD9A0tVoB\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"I0fFdeoSiQ78\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"sw\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"pAVsczaVkj8HyM4\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"arm\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"cH1K29HXhYEDfN\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"-fin\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"eqXLZvIZwBksf\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"isher\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"n4RHRKZWMWn1\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\",\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ieOl1co7tJ2D\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"0Prz12IOzL\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ZjVevqFpCVbI\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"finish\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"xEVhwLcC2sT\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" with\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"b68ixJKaD6Gv\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"csVf2kpZkThYV\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"QMJ9fTnmw9hTg\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rQLIBn4IUn8LJN\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"U3DzGjWaepF1VS\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"lTdqVefAXmlfrs\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"6WZkHHOOLXGag9\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"7KgZ0BZu30XvVfH\"}", + "data: {\"id\":\"chatcmpl-E8kegSBh40CpiNeYZBCodn9q6yPF1\",\"object\":\"chat.completion.chunk\",\"created\":1785754674,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9afcdcbeed\",\"choices\":[],\"usage\":{\"prompt_tokens\":198,\"completion_tokens\":31,\"total_tokens\":229,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"BB8i5YiF\"}", "data: [DONE]" ], "kind": "sse" @@ -757,12 +757,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeb36e6ac24f-VIE", + "cf-ray": "a254cdd90eb6c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:03 GMT", + "date": "Mon, 03 Aug 2026 10:57:54 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "499", + "openai-processing-ms": "598", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -777,7 +777,7 @@ "x-ratelimit-remaining-tokens": "149999955", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_67461b3d77f349cca9fabc366c293bda" + "x-request-id": "req_126d9177a10f447cac013eacb02d20cc" }, "status": 200, "statusText": "OK" @@ -785,9 +785,9 @@ }, { "callIndex": 8, - "id": "85b37d48b99f35cb", + "id": "3b36bb31ecaa1674", "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:04.202Z", + "recordedAt": "2026-08-03T10:57:55.610Z", "request": { "body": { "kind": "json", @@ -857,18 +857,18 @@ "response": { "body": { "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_2hbwdCfA3AJO5su7xD5IHmbT\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"BiW62l\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"o14K0rT6u8peCL\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"iizawaSWNb\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"bfYDroT2n9Gl\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"OhGIjlLT0Cc5a6\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ChFEkPtiPvbMj\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"0JyNjkKbLxxVan\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"a5HRAPBmVc5Ckl\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"GjKfBH1aESoOFo\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"wGmvYKD5Nwe6Cr\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"SXJfbLraNcwxXTt\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[],\"usage\":{\"prompt_tokens\":191,\"completion_tokens\":21,\"total_tokens\":212,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"SRX6AAUf\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_9oF8ifupUI4iDzBu45VA41qz\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"MLoCsY\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"DMMqxURLS93ki4\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"uyKLCWliDn\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"TuhQsxWHYi6v\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"qA2wyDwJpqPS6p\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"cPWUEBVXuwPfF\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"pzl5OZ6ghsXGsu\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"J6bPb0mJ3l8orO\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rJCHZDEBV05owO\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"TN4bu6Iur1y8Wg\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"5WTqK51H590IIKc\"}", + "data: {\"id\":\"chatcmpl-E8kehj7Y87GmXTJeQhFfcjAcdtk8D\",\"object\":\"chat.completion.chunk\",\"created\":1785754675,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_9709ac0e8b\",\"choices\":[],\"usage\":{\"prompt_tokens\":191,\"completion_tokens\":21,\"total_tokens\":212,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"RVI95HlD\"}", "data: [DONE]" ], "kind": "sse" @@ -877,12 +877,12 @@ "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", "alt-svc": "h3=\":443\"; ma=86400", "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeba4d27c24f-VIE", + "cf-ray": "a254cdde1a89c797-IAD", "connection": "keep-alive", "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:04 GMT", + "date": "Mon, 03 Aug 2026 10:57:55 GMT", "openai-organization": "braintrust-data", - "openai-processing-ms": "349", + "openai-processing-ms": "497", "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", "openai-version": "2020-10-01", "server": "cloudflare", @@ -897,7 +897,7 @@ "x-ratelimit-remaining-tokens": "149999965", "x-ratelimit-reset-requests": "2ms", "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_21ee960568de454ca2662e264189dff4" + "x-request-id": "req_e254feb543eb42c7beaf1e1a0afecad6" }, "status": 200, "statusText": "OK" diff --git a/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v160.cassette.json b/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v160.cassette.json deleted file mode 100644 index cd2316b5f..000000000 --- a/e2e/scenarios/strands-agent-sdk-instrumentation/__cassettes__/strands-agent-sdk-v160.cassette.json +++ /dev/null @@ -1,910 +0,0 @@ -{ - "entries": [ - { - "callIndex": 0, - "id": "f4cfeb0f63426af9", - "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:19:59.210Z", - "request": { - "body": { - "kind": "json", - "value": { - "max_completion_tokens": 160, - "messages": [ - { - "content": "You are a deterministic test agent. Always call lookup_weather exactly once for Vienna, then answer exactly STRANDS_AGENT_TOOL_OK.", - "role": "system" - }, - { - "content": [ - { - "text": "Use lookup_weather for Vienna, then answer exactly STRANDS_AGENT_TOOL_OK.", - "type": "text" - } - ], - "role": "user" - } - ], - "model": "gpt-4o-mini-2024-07-18", - "stream": true, - "stream_options": { - "include_usage": true - }, - "temperature": 0, - "tools": [ - { - "function": { - "description": "Return a deterministic weather report for one city.", - "name": "lookup_weather", - "parameters": { - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - } - }, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/chat/completions" - }, - "response": { - "body": { - "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_mbDgh0RdovSgQqERgsAGv77i\",\"type\":\"function\",\"function\":{\"name\":\"lookup_weather\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"d\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"fhceWzbWvJk1Wl\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"city\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"41TlwUxKk60NR\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"y2vJLhN1HrSi\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Vien\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"SdZayNuwo2w2O\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"na\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ohiNThF0hMH83Ow\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4tz04kET3JTwEL\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"msNzf5UbMatL9Vh\"}", - "data: {\"id\":\"chatcmpl-Ds7t0xMACYpkfXid5mwnMs3P59cxm\",\"object\":\"chat.completion.chunk\",\"created\":1781792398,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[],\"usage\":{\"prompt_tokens\":86,\"completion_tokens\":15,\"total_tokens\":101,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"Yk2aPOEJd\"}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daee9a0d43c24f-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:19:59 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "569", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-openai-proxy-wasm": "v0.1", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999945", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_ac0653ff238e4af29d4358857853f412" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 1, - "id": "7c32ae1e1e08f309", - "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:19:59.941Z", - "request": { - "body": { - "kind": "json", - "value": { - "max_completion_tokens": 160, - "messages": [ - { - "content": "You are a deterministic test agent. Always call lookup_weather exactly once for Vienna, then answer exactly STRANDS_AGENT_TOOL_OK.", - "role": "system" - }, - { - "content": [ - { - "text": "Use lookup_weather for Vienna, then answer exactly STRANDS_AGENT_TOOL_OK.", - "type": "text" - } - ], - "role": "user" - }, - { - "content": "", - "role": "assistant", - "tool_calls": [ - { - "function": { - "arguments": "{\"city\":\"Vienna\"}", - "name": "lookup_weather" - }, - "id": "call_mbDgh0RdovSgQqERgsAGv77i", - "type": "function" - } - ] - }, - { - "content": "{\"city\":\"Vienna\",\"forecast\":\"sunny\",\"marker\":\"STRANDS_TOOL_OK\"}", - "role": "tool", - "tool_call_id": "call_mbDgh0RdovSgQqERgsAGv77i" - } - ], - "model": "gpt-4o-mini-2024-07-18", - "stream": true, - "stream_options": { - "include_usage": true - }, - "temperature": 0, - "tools": [ - { - "function": { - "description": "Return a deterministic weather report for one city.", - "name": "lookup_weather", - "parameters": { - "properties": { - "city": { - "type": "string" - } - }, - "required": ["city"], - "type": "object" - } - }, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/chat/completions" - }, - "response": { - "body": { - "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kVrGlr9Yr\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rBjUFZSw\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4mcymcO\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"p6WTr\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_TOOL\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5hvYdn\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"nyoupvL1\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"3Xmze\"}", - "data: {\"id\":\"chatcmpl-Ds7t1OFfsEw81aE4BxobsBfZHfyMN\",\"object\":\"chat.completion.chunk\",\"created\":1781792399,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_a1aad5391f\",\"choices\":[],\"usage\":{\"prompt_tokens\":127,\"completion_tokens\":6,\"total_tokens\":133,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"XEQVXM5Sk\"}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daee9ffb07c24f-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:19:59 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "310", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-openai-proxy-wasm": "v0.1", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999927", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_94b59424c7104cb79041e8fe3bf23997" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 2, - "id": "c07157ac5ff242e3", - "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-07-13T20:21:32.098Z", - "request": { - "body": { - "kind": "json", - "value": { - "max_completion_tokens": 160, - "messages": [ - { - "content": "Reply exactly STRANDS_DOCUMENT_OK.", - "role": "system" - }, - { - "content": [ - { - "file": { - "file_data": "data:application/pdf;base64,JVBERi0xLjAKMSAwIG9iago8PC9UeXBlL0NhdGFsb2cvUGFnZXMgMiAwIFI+PmVuZG9iagoyIDAgb2JqCjw8L1R5cGUvUGFnZXMvS2lkc1szIDAgUl0vQ291bnQgMT4+ZW5kb2JqCjMgMCBvYmoKPDwvVHlwZS9QYWdlL01lZGlhQm94WzAgMCA2MTIgNzkyXT4+ZW5kb2JqCnhyZWYKMCA0CjAwMDAwMDAwMDAgNjU1MzUgZg0KMDAwMDAwMDAxMCAwMDAwMCBuDQowMDAwMDAwMDUzIDAwMDAwIG4NCjAwMDAwMDAxMDIgMDAwMDAgbg0KdHJhaWxlcgo8PC9TaXplIDQvUm9vdCAxIDAgUj4+CnN0YXJ0eHJlZgoxNDkKJUVPRg==", - "filename": "strands-regression.pdf" - }, - "type": "file" - }, - { - "text": "Reply exactly STRANDS_DOCUMENT_OK.", - "type": "text" - } - ], - "role": "user" - } - ], - "model": "gpt-4o-mini-2024-07-18", - "stream": true, - "stream_options": { - "include_usage": true - }, - "temperature": 0 - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/chat/completions" - }, - "response": { - "body": { - "chunks": [ - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"hAJ7zY0Pc\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5OvUWL5U\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"FReEmTU\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DOCUMENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"k1\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"0eg8ZOnh\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ghLMrXZfdd\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"HwqVb\"}", - "data: {\"id\":\"chatcmpl-E1HRbNm3TLJJtzCmkg21mrSv8eVB7\",\"object\":\"chat.completion.chunk\",\"created\":1783974091,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[],\"usage\":{\"prompt_tokens\":247,\"completion_tokens\":5,\"total_tokens\":252,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"ITw3NBS0a\"}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a1aafe97ee6dc45b-YYZ", - "connection": "keep-alive", - "content-type": "text/event-stream; charset=utf-8", - "date": "Mon, 13 Jul 2026 20:21:32 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "423", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-openai-proxy-wasm": "v0.1", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999215", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_3c5f893b9d4f48df88f0b20dafe5b21b" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 3, - "id": "ad37817153d52151", - "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-07-13T20:21:32.722Z", - "request": { - "body": { - "kind": "json", - "value": { - "max_completion_tokens": 160, - "messages": [ - { - "content": "Reply exactly STRANDS_IMAGE_OK.", - "role": "system" - }, - { - "content": [ - { - "image_url": { - "url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8DwHwAFBQIAX8jx0gAAAABJRU5ErkJggg==" - }, - "type": "image_url" - }, - { - "text": "Reply exactly STRANDS_IMAGE_OK.", - "type": "text" - } - ], - "role": "user" - } - ], - "model": "gpt-4o-mini-2024-07-18", - "stream": true, - "stream_options": { - "include_usage": true - }, - "temperature": 0 - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/chat/completions" - }, - "response": { - "body": { - "chunks": [ - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"8ncoAeH8n\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"X1oUdVnz\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Essg5i5\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_IMAGE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"5Uffg\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YZberS3E\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"IQjxpJsARl\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"N6B0z\"}", - "data: {\"id\":\"chatcmpl-E1HRcrILLgMUPTLS9F8d4RCGqbUWw\",\"object\":\"chat.completion.chunk\",\"created\":1783974092,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_844ddd95ff\",\"choices\":[],\"usage\":{\"prompt_tokens\":8525,\"completion_tokens\":5,\"total_tokens\":8530,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"JW6tDUJ\"}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a1aafe9c2bd4c45b-YYZ", - "connection": "keep-alive", - "content-type": "text/event-stream; charset=utf-8", - "date": "Mon, 13 Jul 2026 20:21:32 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "452", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-openai-proxy-wasm": "v0.1", - "x-ratelimit-limit-input-images": "50000", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-input-images": "49999", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999217", - "x-ratelimit-reset-input-images": "1ms", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_68698c61c0e24e598828c1b4b51d7792" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 4, - "id": "7f682068be947c96", - "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:00.867Z", - "request": { - "body": { - "kind": "json", - "value": { - "max_completion_tokens": 160, - "messages": [ - { - "content": "Reply exactly STRANDS_AGENT_STREAM_OK.", - "role": "system" - }, - { - "content": [ - { - "text": "Reply exactly STRANDS_AGENT_STREAM_OK.", - "type": "text" - } - ], - "role": "user" - } - ], - "model": "gpt-4o-mini-2024-07-18", - "stream": true, - "stream_options": { - "include_usage": true - }, - "temperature": 0 - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/chat/completions" - }, - "response": { - "body": { - "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"sGYTuEwid\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"tTU9TS1L\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"mrRmvZE\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_AGENT\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"q8eX4\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_STREAM\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"I5KH\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"S90gyPz5\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\".\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"STniGBQr0X\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"AVoEr\"}", - "data: {\"id\":\"chatcmpl-Ds7t23uscJUyEKe9f1uqu2KfrPBPx\",\"object\":\"chat.completion.chunk\",\"created\":1781792400,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_7396530e6a\",\"choices\":[],\"usage\":{\"prompt_tokens\":27,\"completion_tokens\":6,\"total_tokens\":33,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"JcJMXbgYUjG\"}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeea48fdec24f-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:00 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "451", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-openai-proxy-wasm": "v0.1", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999977", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_80eb7af70057450e8d6b7874ad1cfbb9" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 5, - "id": "f1affedbdb5d1da0", - "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:01.798Z", - "request": { - "body": { - "kind": "json", - "value": { - "max_completion_tokens": 160, - "messages": [ - { - "content": "Reply exactly GRAPH_RESEARCH_DONE.", - "role": "system" - }, - { - "content": [ - { - "text": "Have the first node finish, then have the writer answer exactly STRANDS_GRAPH_OK.", - "type": "text" - } - ], - "role": "user" - } - ], - "model": "gpt-4o-mini-2024-07-18", - "stream": true, - "stream_options": { - "include_usage": true - }, - "temperature": 0 - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/chat/completions" - }, - "response": { - "body": { - "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"MBxO0hTG4\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"hVJYgn\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_RE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"P2aJfC2Z\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"SEARCH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"fygZc\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_DONE\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Ata5gu\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"6MdN4\"}", - "data: {\"id\":\"chatcmpl-Ds7t3HDUrqAqy5Xyr6iNo53LIq7GQ\",\"object\":\"chat.completion.chunk\",\"created\":1781792401,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_eee5e0b136\",\"choices\":[],\"usage\":{\"prompt_tokens\":35,\"completion_tokens\":4,\"total_tokens\":39,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"7uMhMC58XRN\"}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeaa3db1c24f-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:01 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "411", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-openai-proxy-wasm": "v0.1", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999970", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_06d536c5ee4e4e74ba18e62bc13edc08" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 6, - "id": "da2ccaeedff7ef8b", - "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:02.321Z", - "request": { - "body": { - "kind": "json", - "value": { - "max_completion_tokens": 160, - "messages": [ - { - "content": "Reply exactly STRANDS_GRAPH_OK.", - "role": "system" - }, - { - "content": [ - { - "text": "Have the first node finish, then have the writer answer exactly STRANDS_GRAPH_OK.", - "type": "text" - }, - { - "text": "[node: graph-researcher]", - "type": "text" - }, - { - "text": "GRAPH_RESEARCH_DONE", - "type": "text" - } - ], - "role": "user" - } - ], - "model": "gpt-4o-mini-2024-07-18", - "stream": true, - "stream_options": { - "include_usage": true - }, - "temperature": 0 - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/chat/completions" - }, - "response": { - "body": { - "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"FxdXLCgEG\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"STR\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4ZrLh7F4\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"ANDS\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"rbZEnTq\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_GRAPH\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"XvTmC\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{\"content\":\"_OK\"},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"njpC1qwi\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"stop\"}],\"usage\":null,\"obfuscation\":\"3Ncel\"}", - "data: {\"id\":\"chatcmpl-Ds7t4bzueUCNI3ncT3VmgLobzJIiR\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_944bbf963c\",\"choices\":[],\"usage\":{\"prompt_tokens\":46,\"completion_tokens\":4,\"total_tokens\":50,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"dtu7yeODzeT\"}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeb00b23c24f-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:02 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "156", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-openai-proxy-wasm": "v0.1", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999957", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_8376ea31b4be41d1b3947e9f0e24a7d8" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 7, - "id": "bb7637a47f479eeb", - "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:03.435Z", - "request": { - "body": { - "kind": "json", - "value": { - "max_completion_tokens": 160, - "messages": [ - { - "content": "Use the structured output schema. Hand off to swarm-finisher with message finish with STRANDS_SWARM_OK.", - "role": "system" - }, - { - "content": [ - { - "text": "Route to the finisher, then finish exactly STRANDS_SWARM_OK.", - "type": "text" - } - ], - "role": "user" - } - ], - "model": "gpt-4o-mini-2024-07-18", - "stream": true, - "stream_options": { - "include_usage": true - }, - "temperature": 0, - "tools": [ - { - "function": { - "description": "This tool MUST only be invoked as the last and final tool before returning the completed result to the caller.\nDecide whether to hand off to another agent or produce a final response.", - "name": "strands_structured_output", - "parameters": { - "additionalProperties": false, - "description": "Decide whether to hand off to another agent or produce a final response.", - "properties": { - "agentId": { - "description": "Target agent to hand off to. Omit to end the conversation.\n\nAvailable agents:\n- swarm-finisher: Finishes the test response.", - "enum": ["swarm-finisher"], - "type": "string" - }, - "context": { - "additionalProperties": {}, - "description": "Structured data to pass to the next agent.", - "propertyNames": { - "type": "string" - }, - "type": "object" - }, - "message": { - "description": "Instructions for the next agent, or the final response if no handoff.", - "type": "string" - } - }, - "required": ["message"], - "type": "object" - } - }, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/chat/completions" - }, - "response": { - "body": { - "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_q0XD2r6QQ5O4VmphUgNKD2lK\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"gpc2Tp\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YCaS5KhCvDdSs5\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"agent\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"1SQNycCAQIPr\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"Id\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kF5s4OdnSY9QMWK\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"xFPOvTWkaTj6\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"sw\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"oZAYm5yVYyvz6GR\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"arm\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"IbmobzpjfcyXrg\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"-fin\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"HkbTZKKRchqaX\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"isher\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"j4cpWsZAWqsW\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\",\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"YcW990fbz2Li\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"kzmtmveIaG\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"8fFMoZ7ETfR3\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"finish\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"z9cw9cXjRsF\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" with\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"Ki1eJkmCG5bo\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\" STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"LbeCuCssJyCnD\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"4NYR7UkuwofER\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"bf4p5vqz5uQaok\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"HlOTt5rpoFhAJg\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"3UF348Nkhe1UEu\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"G4A9qqtl8St5ZN\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"qfJQ4JZl1XnGCuz\"}", - "data: {\"id\":\"chatcmpl-Ds7t4UcdNamY4iQXZeDa5IiJmkUfB\",\"object\":\"chat.completion.chunk\",\"created\":1781792402,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_f4c4edc0d3\",\"choices\":[],\"usage\":{\"prompt_tokens\":198,\"completion_tokens\":31,\"total_tokens\":229,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"PD3WHLUv\"}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeb36e6ac24f-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:03 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "499", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-openai-proxy-wasm": "v0.1", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999955", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_67461b3d77f349cca9fabc366c293bda" - }, - "status": 200, - "statusText": "OK" - } - }, - { - "callIndex": 8, - "id": "85b37d48b99f35cb", - "matchKey": "POST api.openai.com/v1/chat/completions", - "recordedAt": "2026-06-18T14:20:04.202Z", - "request": { - "body": { - "kind": "json", - "value": { - "max_completion_tokens": 160, - "messages": [ - { - "content": "Use the structured output schema. Do not hand off. Set the final message to exactly STRANDS_SWARM_OK.", - "role": "system" - }, - { - "content": [ - { - "text": "finish with STRANDS_SWARM_OK", - "type": "text" - } - ], - "role": "user" - } - ], - "model": "gpt-4o-mini-2024-07-18", - "stream": true, - "stream_options": { - "include_usage": true - }, - "temperature": 0, - "tools": [ - { - "function": { - "description": "This tool MUST only be invoked as the last and final tool before returning the completed result to the caller.\nDecide whether to hand off to another agent or produce a final response.", - "name": "strands_structured_output", - "parameters": { - "additionalProperties": false, - "description": "Decide whether to hand off to another agent or produce a final response.", - "properties": { - "agentId": { - "description": "Target agent to hand off to. Omit to end the conversation.\n\nAvailable agents:\n- swarm-router: Routes work to the finisher agent.", - "enum": ["swarm-router"], - "type": "string" - }, - "context": { - "additionalProperties": {}, - "description": "Structured data to pass to the next agent.", - "propertyNames": { - "type": "string" - }, - "type": "object" - }, - "message": { - "description": "Instructions for the next agent, or the final response if no handoff.", - "type": "string" - } - }, - "required": ["message"], - "type": "object" - } - }, - "type": "function" - } - ] - } - }, - "headers": {}, - "method": "POST", - "url": "https://api.openai.com/v1/chat/completions" - }, - "response": { - "body": { - "chunks": [ - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_2hbwdCfA3AJO5su7xD5IHmbT\",\"type\":\"function\",\"function\":{\"name\":\"strands_structured_output\",\"arguments\":\"\"}}],\"refusal\":null},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"BiW62l\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"{\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"o14K0rT6u8peCL\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"message\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"iizawaSWNb\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\":\\\"\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"bfYDroT2n9Gl\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"STR\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"OhGIjlLT0Cc5a6\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ANDS\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"ChFEkPtiPvbMj\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_SW\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"0JyNjkKbLxxVan\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"ARM\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"a5HRAPBmVc5Ckl\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"_OK\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"GjKfBH1aESoOFo\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{\"tool_calls\":[{\"index\":0,\"function\":{\"arguments\":\"\\\"}\"}}]},\"logprobs\":null,\"finish_reason\":null}],\"usage\":null,\"obfuscation\":\"wGmvYKD5Nwe6Cr\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[{\"index\":0,\"delta\":{},\"logprobs\":null,\"finish_reason\":\"tool_calls\"}],\"usage\":null,\"obfuscation\":\"SXJfbLraNcwxXTt\"}", - "data: {\"id\":\"chatcmpl-Ds7t56eG4oGPTtWeZhLIcWLGBKbHT\",\"object\":\"chat.completion.chunk\",\"created\":1781792403,\"model\":\"gpt-4o-mini-2024-07-18\",\"service_tier\":\"default\",\"system_fingerprint\":\"fp_899b586ef5\",\"choices\":[],\"usage\":{\"prompt_tokens\":191,\"completion_tokens\":21,\"total_tokens\":212,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"audio_tokens\":0,\"accepted_prediction_tokens\":0,\"rejected_prediction_tokens\":0}},\"obfuscation\":\"SRX6AAUf\"}", - "data: [DONE]" - ], - "kind": "sse" - }, - "headers": { - "access-control-expose-headers": "X-Request-ID, CF-Ray, CF-Ray", - "alt-svc": "h3=\":443\"; ma=86400", - "cf-cache-status": "DYNAMIC", - "cf-ray": "a0daeeba4d27c24f-VIE", - "connection": "keep-alive", - "content-type": "text/event-stream; charset=utf-8", - "date": "Thu, 18 Jun 2026 14:20:04 GMT", - "openai-organization": "braintrust-data", - "openai-processing-ms": "349", - "openai-project": "proj_vsCSXafhhByzWOThMrJcZiw9", - "openai-version": "2020-10-01", - "server": "cloudflare", - "set-cookie": "[REDACTED]", - "strict-transport-security": "max-age=31536000; includeSubDomains; preload", - "transfer-encoding": "chunked", - "x-content-type-options": "nosniff", - "x-openai-proxy-wasm": "v0.1", - "x-ratelimit-limit-requests": "30000", - "x-ratelimit-limit-tokens": "150000000", - "x-ratelimit-remaining-requests": "29999", - "x-ratelimit-remaining-tokens": "149999965", - "x-ratelimit-reset-requests": "2ms", - "x-ratelimit-reset-tokens": "0s", - "x-request-id": "req_21ee960568de454ca2662e264189dff4" - }, - "status": 200, - "statusText": "OK" - } - } - ], - "meta": { - "createdAt": "2026-06-18T14:16:44.922Z" - } -} diff --git a/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-auto-hook.span-tree.json b/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-auto-hook.span-tree.json index a46268727..5f0821ff4 100644 --- a/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-auto-hook.span-tree.json +++ b/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-auto-hook.span-tree.json @@ -161,7 +161,8 @@ "totalTokens": 133 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -268,7 +269,8 @@ "totalTokens": 252 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -373,7 +375,8 @@ "totalTokens": 8530 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -448,7 +451,8 @@ "totalTokens": 33 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -531,7 +535,8 @@ "totalTokens": 39 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -635,7 +640,8 @@ "totalTokens": 50 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", diff --git a/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-auto-hook.span-tree.txt b/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-auto-hook.span-tree.txt index 89ceb214f..6d3c1cda5 100644 --- a/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-auto-hook.span-tree.txt +++ b/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-auto-hook.span-tree.txt @@ -22,7 +22,8 @@ span_tree: │ "totalTokens": 133 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", @@ -198,7 +199,8 @@ span_tree: │ "totalTokens": 252 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", @@ -291,7 +293,8 @@ span_tree: │ "totalTokens": 8530 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", @@ -366,7 +369,8 @@ span_tree: │ "totalTokens": 33 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", @@ -467,7 +471,8 @@ span_tree: │ │ "totalTokens": 39 │ │ } │ │ }, - │ │ "role": "assistant" + │ │ "role": "assistant", + │ │ "trackingId": "" │ │ } │ │ metadata: { │ │ "model": "gpt-4o-mini-2024-07-18", @@ -551,7 +556,8 @@ span_tree: │ "totalTokens": 50 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", diff --git a/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-wrapped.span-tree.json b/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-wrapped.span-tree.json index bd7795797..318a77d68 100644 --- a/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-wrapped.span-tree.json +++ b/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-wrapped.span-tree.json @@ -161,7 +161,8 @@ "totalTokens": 133 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -268,7 +269,8 @@ "totalTokens": 252 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -373,7 +375,8 @@ "totalTokens": 8530 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -448,7 +451,8 @@ "totalTokens": 33 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -531,7 +535,8 @@ "totalTokens": 39 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", @@ -635,7 +640,8 @@ "totalTokens": 50 } }, - "role": "assistant" + "role": "assistant", + "trackingId": "" }, "metadata": { "model": "gpt-4o-mini-2024-07-18", diff --git a/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-wrapped.span-tree.txt b/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-wrapped.span-tree.txt index ed1a91c19..855b08db4 100644 --- a/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-wrapped.span-tree.txt +++ b/e2e/scenarios/strands-agent-sdk-instrumentation/__snapshots__/strands-agent-sdk-v1-latest-wrapped.span-tree.txt @@ -22,7 +22,8 @@ span_tree: │ "totalTokens": 133 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", @@ -198,7 +199,8 @@ span_tree: │ "totalTokens": 252 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", @@ -291,7 +293,8 @@ span_tree: │ "totalTokens": 8530 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", @@ -366,7 +369,8 @@ span_tree: │ "totalTokens": 33 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", @@ -467,7 +471,8 @@ span_tree: │ │ "totalTokens": 39 │ │ } │ │ }, - │ │ "role": "assistant" + │ │ "role": "assistant", + │ │ "trackingId": "" │ │ } │ │ metadata: { │ │ "model": "gpt-4o-mini-2024-07-18", @@ -551,7 +556,8 @@ span_tree: │ "totalTokens": 50 │ } │ }, - │ "role": "assistant" + │ "role": "assistant", + │ "trackingId": "" │ } │ metadata: { │ "model": "gpt-4o-mini-2024-07-18", diff --git a/e2e/scenarios/strands-agent-sdk-instrumentation/package.json b/e2e/scenarios/strands-agent-sdk-instrumentation/package.json index ba7e2802d..f559cd8b6 100644 --- a/e2e/scenarios/strands-agent-sdk-instrumentation/package.json +++ b/e2e/scenarios/strands-agent-sdk-instrumentation/package.json @@ -4,7 +4,7 @@ "dependencies": { "openai": "^6.7.0", "strands-agent-sdk-v1": "npm:@strands-agents/sdk@1.6.0", - "strands-agent-sdk-v1-latest": "npm:@strands-agents/sdk@1.7.0" + "strands-agent-sdk-v1-latest": "npm:@strands-agents/sdk@1.11.2" }, "pnpm": { "overrides": { diff --git a/e2e/scenarios/strands-agent-sdk-instrumentation/pnpm-lock.yaml b/e2e/scenarios/strands-agent-sdk-instrumentation/pnpm-lock.yaml index 31bcb735a..b9f07d54f 100644 --- a/e2e/scenarios/strands-agent-sdk-instrumentation/pnpm-lock.yaml +++ b/e2e/scenarios/strands-agent-sdk-instrumentation/pnpm-lock.yaml @@ -17,10 +17,10 @@ importers: version: 6.44.0(zod@4.4.3) strands-agent-sdk-v1: specifier: npm:@strands-agents/sdk@1.6.0 - version: '@strands-agents/sdk@1.6.0(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(@opentelemetry/api@1.9.1)(@smithy/types@4.15.0)(express@5.2.1)(openai@6.44.0(zod@4.4.3))(zod@4.4.3)' + version: '@strands-agents/sdk@1.6.0(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(@opentelemetry/api@1.9.1)(@smithy/types@4.16.1)(express@5.2.1)(openai@6.44.0(zod@4.4.3))(zod@4.4.3)' strands-agent-sdk-v1-latest: - specifier: npm:@strands-agents/sdk@1.7.0 - version: '@strands-agents/sdk@1.7.0(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(@opentelemetry/api@1.9.1)(@smithy/types@4.15.0)(express@5.2.1)(openai@6.44.0(zod@4.4.3))(zod@4.4.3)' + specifier: npm:@strands-agents/sdk@1.11.2 + version: '@strands-agents/sdk@1.11.2(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(@opentelemetry/api@1.9.1)(@smithy/types@4.16.1)(express@5.2.1)(openai@6.44.0(zod@4.4.3))(zod@4.4.3)' packages: @@ -45,70 +45,142 @@ packages: resolution: {integrity: sha512-1Sa7UTC98Wy+M+zYbbXEqhcL5WUE3VnAmO1Y2RikmYjWx/8nCHudjSj1bVovk6Obfrrsir9Q1AbrmKbgxwI90g==} engines: {node: '>=20.0.0'} + '@aws-sdk/client-bedrock-runtime@3.1101.0': + resolution: {integrity: sha512-Qd2bKUkV4qX8vEA3aSwKktfM8LFNvOq9YzM3JzFiCxmzvGhFPy6wfP7ZtpQjfuAwelp4DwcHeJCcnEbmrmID8Q==} + engines: {node: '>=20.0.0'} + '@aws-sdk/core@3.974.22': resolution: {integrity: sha512-YofH63shc6YRdXjz80BJkpJW+Bkn0Cuu2dn4Rv7s9G2Idt58tgtzQEWxrR2xVljlVfIBeUjPuULnSVYLke3sUQ==} engines: {node: '>=20.0.0'} + '@aws-sdk/core@3.977.4': + resolution: {integrity: sha512-CEkcQlMOQJCvul60U7wdAOACjtdgFWDsfJI+6wUOGdhGNV2lGbuJpi/R50QLpFG3Tp+sQxa/RmzC3X7KHbhuTA==} + engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-env@3.972.48': resolution: {integrity: sha512-h6FEC95fbexUd6zxm4PdgS82bTcI2PRtUb2ZwMipb/Xr8bPwtf0G8rBo2jp7NA24Mbx2JA8/WingiYpA9RCCyw==} engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-env@3.972.65': + resolution: {integrity: sha512-lJT2aRw9wCV8jPHyFJjdZLD4HTydL6/22AnCSOB8e/LqOc55nEJGLHkJQeSxhn8QiqyjFwPKQFtMw0ovjRUY/g==} + engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-http@3.972.50': resolution: {integrity: sha512-lJO3OLpjvz5m/RSBQmsG/CEUGsvCy5ruxKwPQaOCqxqCMuyYT2BZwQUTDZVVwqQ9LrZKuK24JSa6r31hL/tvkg==} engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-http@3.972.67': + resolution: {integrity: sha512-N7fw/15hSwI/CPxe5ohOyb7O4ge9f5me1gVIn8OIkBRB0squ8OJqQyDyH/HoL+Sb1W5xdC88jVC+bHkw73iu+Q==} + engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-ini@3.972.55': resolution: {integrity: sha512-TBoF4buBGYhXjdZAryayY2TrkQj2B2KfE/msG4V53XCt+w0EhEwM2JRjx8p2grJ2C6gtH5++SAwEvGMRdi0yyw==} engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-ini@3.973.10': + resolution: {integrity: sha512-Zh9XRaPnDN9buO7GfWBubS22R6Nq5D6hbyYEMN05LiOnXugm/8WDjUx6y756bSPbdn3aJB2qG4zFW3bN82QhoQ==} + engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-login@3.972.54': resolution: {integrity: sha512-hBWI3wZTdTGiuMfmPts6AWbAjFfRniOQnqx68tc2cQvRKWawFbN9wkLOVPWM1FAOyowZU73mC6Fi+rHSHNyLFw==} engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-login@3.972.72': + resolution: {integrity: sha512-zZapIKwaHp7TdTf9hbH1I3CVUdEupmt7FXO/BoTQGC+4h6NkXKWpqF2p5WyfpjurDLHCpSyh+BzMlAg8arqWLA==} + engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-node@3.972.57': resolution: {integrity: sha512-u6dClpzNdWf1HGWz4wwhdXi1wiOofCLniM9S4BQQGlLAN9TW7VB+ld5V533GdKrYMaFeBGFqKnj0JCYvynLqwQ==} engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-node@3.972.76': + resolution: {integrity: sha512-1yzLmRiYSgGC25v7ZZEwJn/auhHHTIHgFOmzL2f36hf1+7jSLcX+1QrAz4760WEzPiiQl8xmlpFhHfl2OoyVzA==} + engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-process@3.972.48': resolution: {integrity: sha512-w6VZwojPt12WnEkAUy6Nu4K6sWCbBmR7QX390b0nE6vRvkXbrYr9Lq9VySGkfjiMjpUA87op+J4EgvRmtWIDoQ==} engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-process@3.972.65': + resolution: {integrity: sha512-e5DbbNteOSalN58U83G6kFa4ECLEuGbGqNBHIXE7zYXA/m4GHblIGjFbSH7wYv6gBV8iNSDcRZBKfQZF5vF9nw==} + engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-sso@3.972.54': resolution: {integrity: sha512-23uZpIpF2SIFDCa1fcWa202tK4gGeyvX6GIIAjiB8WBsvsVRBMnJ/7dCxHzxf7eZT7GToJg837LDIBnZsl/VUg==} engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-sso@3.973.9': + resolution: {integrity: sha512-0V0u4t+KBku9fbh5CPCaC5hUWwSzDafp8nCuDy817zWbp2gz80jO44rMQkiwnZ+k54B+tjAtzRy00DJRGTKGBg==} + engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-web-identity@3.972.54': resolution: {integrity: sha512-0Iv5QttS6wcATlodYKgvQj6B9Db51rx7NU9fqu0PoLeS4BIgdYMc/QK4smwLwpm5RFrs02V/eLyEFp3FklvlNQ==} engines: {node: '>=20.0.0'} + '@aws-sdk/credential-provider-web-identity@3.972.71': + resolution: {integrity: sha512-e4dwiRltGAaQ+2yxw57Hj0l/BF3BHiG14+QpYE7bGYBlpAq/fkIri2BDhjWon8c0mhhtd2txQBAkQb9BcTStFg==} + engines: {node: '>=20.0.0'} + '@aws-sdk/eventstream-handler-node@3.972.22': resolution: {integrity: sha512-tqPJv0dz4+O0hWGm1a6YekcMZyPhDFs/zH73Von7icaVT5n0Jqvm86typ3jRrG+qoUdPhALOnboRLTmnWQTlYQ==} engines: {node: '>=20.0.0'} + '@aws-sdk/eventstream-handler-node@3.972.31': + resolution: {integrity: sha512-/BRzvkp46mF6eXBL/l9WKPQQfifLlUPaWli6n9/T/WDLUg8he7TCyuNFnk6RvHP5j5W/kMj5Gxw7W778LJaXDA==} + engines: {node: '>=20.0.0'} + '@aws-sdk/middleware-eventstream@3.972.18': resolution: {integrity: sha512-OHpk8YoZi3yexPq8aFt1vN1IxA2zLKvsIR5GpWYylX/ve6kQmY7wxHNSFy/D3t2apMZ16rs76Co4dJWcDyIk3A==} engines: {node: '>=20.0.0'} + '@aws-sdk/middleware-eventstream@3.972.26': + resolution: {integrity: sha512-2eIvouTZoxPu5ClHY6ij13De1yhY8Rmllt0dlGeBNXX3wmR7fU1pvMCGb50fKm1GxcuntWK0t1T0cMjTyDoUQA==} + engines: {node: '>=20.0.0'} + '@aws-sdk/middleware-websocket@3.972.30': resolution: {integrity: sha512-kH6N4f/Fzi9r/dYap8EQ+Zk4NOz8pl4AtWKhzAoG2C1/4YkIHok9APp/e+75woreWQq264n+LkrJsJVZ0Q+M1Q==} engines: {node: '>= 14.0.0'} + '@aws-sdk/middleware-websocket@3.972.47': + resolution: {integrity: sha512-UcPdY05u3TzvDah86NG6B9FgePYU6bXO7CRQIzQrieFL5xBBGajM7g1lCngmP4WA8EPed/kgT5CvM28cqSlBbA==} + engines: {node: '>= 14.0.0'} + '@aws-sdk/nested-clients@3.997.22': resolution: {integrity: sha512-4IwtcYSxEIVw5hcp8ogq0CMbFNZFw7jJUetpfFUhFFeqsa1K8j2Ihg2hnxLyOp3stMZnXda6VzOmPi1AFZQXcg==} engines: {node: '>=20.0.0'} + '@aws-sdk/nested-clients@3.997.39': + resolution: {integrity: sha512-wU5NPnj62Sb7A8xn/Zb+xThe05P3otNtDl37iOIi5DDMeCesNeCckaG+eXWGUs12Z9R34I8CD05TaTe6SIa61g==} + engines: {node: '>=20.0.0'} + '@aws-sdk/signature-v4-multi-region@3.996.35': resolution: {integrity: sha512-6L/VWs+Wch2stHemCGTmUNqKLMzURxQDK5boNG3Jn3kAOp71meDUuS5sbObpEvFxHDq0uWeSLFDNSYsjNt+Dlg==} engines: {node: '>=20.0.0'} + '@aws-sdk/signature-v4-multi-region@3.996.43': + resolution: {integrity: sha512-lKekx8bLBXSv4O+cslk9Zfnw2XKSkWBs3uWL5QGhH2ZAQfNS7FE0vcSSN2vD/AhxX54ZTywWxR4STThoeOXlBA==} + engines: {node: '>=20.0.0'} + '@aws-sdk/token-providers@3.1071.0': resolution: {integrity: sha512-4LDW2Qob6LoLFuqYSYZq2AyTE9koSE9+i+n5UZcm10GpmQOK0zRD9L4uYlzItiTKksIWgC/qMFChAi3RvKYtMg==} engines: {node: '>=20.0.0'} + '@aws-sdk/token-providers@3.1100.0': + resolution: {integrity: sha512-THf3MkgY3fNJZ3zdgSenLqR7gSE68KccCj1RCKretlG73Ppszvues02VpCUO9NlB/tZDC483FvGCld+AiPCkvg==} + engines: {node: '>=20.0.0'} + + '@aws-sdk/token-providers@3.1101.0': + resolution: {integrity: sha512-S9yC1qsmfczOSclMEaRYS0p0gj75ad5gOcbvhUEAl1vQAClupSLN0s2v5sSKfkhxkhfDiGgriubin6X6NSzSFw==} + engines: {node: '>=20.0.0'} + '@aws-sdk/types@3.973.13': resolution: {integrity: sha512-pEHZqRkAlHfnfAU9tK+WpKv/gBNjGJrHMgA3A0iYRGyswBS2t0pfez+lWlwktb3Bqa0ovh7w/QJTFwp3fDxLNg==} engines: {node: '>=20.0.0'} + '@aws-sdk/types@3.974.2': + resolution: {integrity: sha512-3W6IUtSxFbH6X7Wb7DzGCV5QiFQsd0g8bOfntpmDxQlzBoKWUMBu/JPQR0DwkE+Hpnxd6db1tXbOwdeHddG6cA==} + engines: {node: '>=20.0.0'} + '@aws-sdk/util-locate-window@3.965.8': resolution: {integrity: sha512-uUbMs1cBZPafD0ohUj6EwNf0fPZ534NvBxHox4hjX+0Rxq5paSYUem7+hi833pYrzrcnBATKIYpR02MDXT5M9g==} engines: {node: '>=20.0.0'} @@ -117,10 +189,18 @@ packages: resolution: {integrity: sha512-StElZPEoBquWwNqw1AcfpzEyZqJvFxouG+mpDNYlcH6ZOrqd2CuIryv+8LV8gNHZUOyKyJF3Dq9vxaXEmDR9TQ==} engines: {node: '>=20.0.0'} + '@aws-sdk/xml-builder@3.972.37': + resolution: {integrity: sha512-zKq4HQum8JwDyEuyfuI4bbiAcU0KxP6qy+9PR/IsR92IyE/DaBAikzAS50tjxip4bqIIANpCcG+Yyj6CVhXupg==} + engines: {node: '>=20.0.0'} + '@aws/lambda-invoke-store@0.2.4': resolution: {integrity: sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ==} engines: {node: '>=18.0.0'} + '@aws/lambda-invoke-store@0.3.0': + resolution: {integrity: sha512-sl4Bm6yiMNYrZKkqqDFWN0UfnWhlS8ivKxrYl+6t0gCLrqr8y3B2IqZZbFRkfaVVp7C/baApyh71P+LeE1A2sQ==} + engines: {node: '>=18.0.0'} + '@hono/node-server@1.19.14': resolution: {integrity: sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==} engines: {node: '>=18.14.1'} @@ -148,14 +228,26 @@ packages: resolution: {integrity: sha512-zpDbpXBCBsxfLtG2GEUyfgvHvSFrw5CwDZSNzL0v52gx/c3oPlPbm+7W7num8xs6vyiUBn+bvYPHcQDOXZynCQ==} engines: {node: '>=18.0.0'} + '@smithy/core@3.31.1': + resolution: {integrity: sha512-CyogUINxvi7C7LDsh8Syo6hVJOT9ckz4rG8dRZfTJ8r91HkMY59PnNooaj7WcHyxEkxPfBAmbgztZU+xTo76lg==} + engines: {node: '>=18.0.0'} + '@smithy/credential-provider-imds@4.4.1': resolution: {integrity: sha512-TSAF5NHgxEsllbErYWbK8aLnl5L601NGc5VYJlSPsKnf3YlkhdoBN+geGcaU00oiw2OK3QO5LA3QNXiiWhCidQ==} engines: {node: '>=18.0.0'} + '@smithy/credential-provider-imds@4.4.16': + resolution: {integrity: sha512-QfuLWAkLzptffFW980AFeHZFdqds2B64rpEd3uJ6lgs3xVn9QegGMUgUcj+4d7dRrAsya3r58ZKpku97WcFb4w==} + engines: {node: '>=18.0.0'} + '@smithy/fetch-http-handler@5.5.1': resolution: {integrity: sha512-96JrD1q71anokymx9Iblb+zKmNQYNstlV/25A9ZYIJ2A0rp1r7/GZAIm0bDWSmVvz3DpNOCZuabzsiL+w0UHhw==} engines: {node: '>=18.0.0'} + '@smithy/fetch-http-handler@5.6.13': + resolution: {integrity: sha512-4fW86pEUOMbrD5nkbyl/tTvPHHWJFbuB2odl6ps9lWfHoXf9HWh3Q/Smh59qH1g7+c/BSZghX6bbUk4gsiMs8A==} + engines: {node: '>=18.0.0'} + '@smithy/is-array-buffer@2.2.0': resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==} engines: {node: '>=14.0.0'} @@ -164,14 +256,26 @@ packages: resolution: {integrity: sha512-emtXvoky671puri18ETf64AFIQUGIEA093F2drXpBgB0OGnBLjcwNR3CA2mYu62IAqNsS56xa5lnTxAgPq7cjw==} engines: {node: '>=18.0.0'} + '@smithy/node-http-handler@4.9.13': + resolution: {integrity: sha512-Nmd/Nl35zfYrd+a6OO2cDJb3GPh9bgTjIUhcM+JFfjpp8/osCgboDV5nCT1I01Pv6R13eSKDKLSoVa5ZB6Zsfw==} + engines: {node: '>=18.0.0'} + '@smithy/signature-v4@5.5.1': resolution: {integrity: sha512-X9rVls3En0z3NtrmguTmpRM0/NqtWUxBjal6fcAkwtsub+gOdLZ6kD+V7xhUgFMGdG14bHbZ7M5QjaRI1+DatQ==} engines: {node: '>=18.0.0'} + '@smithy/signature-v4@5.6.12': + resolution: {integrity: sha512-I6KLtq3H0qqSuV9vLglfi8puHqzygzWHOnI4z/Rdoo+q50vvo18vBRdPAvvEtcaKROz7Zn6qnPa14kRfPH6PcQ==} + engines: {node: '>=18.0.0'} + '@smithy/types@4.15.0': resolution: {integrity: sha512-Z5TAOxygoFvybJV3igo5SloFflSokHx2hu1eFA+DxDTcn+FtKxUSui+rbTRG1pAafMA888Z3MVvCWUuvCrTXjg==} engines: {node: '>=18.0.0'} + '@smithy/types@4.16.1': + resolution: {integrity: sha512-0JFs3V2y2M9tKW5na/qxe69Zv+uxLMO7QBbhxF/FHu/Gp2NFZAAL9tWl9PU02xxo07pb3G9FTyjNc6D5uZrJIg==} + engines: {node: '>=18.0.0'} + '@smithy/util-buffer-from@2.2.0': resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==} engines: {node: '>=14.0.0'} @@ -180,31 +284,31 @@ packages: resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==} engines: {node: '>=14.0.0'} - '@strands-agents/sdk@1.6.0': - resolution: {integrity: sha512-tvmDHkgO7oPe8G0c3bmnTiSetb/Iden4DdSh/maRyLqDZj7uLIeS7whwrk654yM7EOYgo6p0/ewEItMbS+7m+A==} + '@strands-agents/sdk@1.11.2': + resolution: {integrity: sha512-jrGBSFJE+h8RGbPJHY6eXgwSX2uE0WO7DOQlR214OQJ/EdnUSeKHhcntfuqnGFP3g5KK4Xea0Qq/d8JE5PXxNg==} engines: {node: '>=20.0.0'} peerDependencies: '@a2a-js/sdk': ^0.3.10 '@ai-sdk/provider': ^3.0.0 - '@anthropic-ai/sdk': ^0.92.0 - '@aws-sdk/client-bedrock-agent': ^3.943.0 - '@aws-sdk/client-bedrock-agent-runtime': ^3.943.0 - '@aws-sdk/client-s3': ^3.943.0 + '@anthropic-ai/sdk': ^0.109.1 + '@aws-sdk/client-bedrock-agent': ^3.1078.0 + '@aws-sdk/client-bedrock-agent-runtime': ^3.1078.0 + '@aws-sdk/client-s3': ^3.1078.0 '@aws/bedrock-token-generator': ^1.1.0 '@cedar-policy/cedar-wasm': ^4.0.0 '@cedar-policy/mcp-schema-generator-wasm': ^0.6.0 - '@google/genai': ^1.40.0 + '@google/genai': ^2.6.0 '@modelcontextprotocol/sdk': ^1.25.2 '@opentelemetry/api': ^1.9.0 - '@opentelemetry/exporter-metrics-otlp-http': ^0.214.0 - '@opentelemetry/exporter-trace-otlp-http': ^0.214.0 - '@opentelemetry/resources': ^2.6.1 + '@opentelemetry/exporter-metrics-otlp-http': ^0.219.0 + '@opentelemetry/exporter-trace-otlp-http': ^0.219.0 + '@opentelemetry/resources': ^2.8.0 '@opentelemetry/sdk-metrics': ^2.6.1 '@opentelemetry/sdk-trace-base': ^2.6.1 '@opentelemetry/sdk-trace-node': ^2.6.1 - '@smithy/types': ^4.0.0 + '@smithy/types': ^4.15.1 express: ^5.1.0 - openai: ^6.7.0 + openai: ^6.45.0 zod: ^4.1.12 peerDependenciesMeta: '@a2a-js/sdk': @@ -246,31 +350,31 @@ packages: openai: optional: true - '@strands-agents/sdk@1.7.0': - resolution: {integrity: sha512-/ds9Su6KBbBykfN456I958h4Kw5lJ29jniCzRmJFDPrxWDNShx50Mxng+tmuvyBHDCjWO8W7pvebYeFUkVkdQA==} + '@strands-agents/sdk@1.6.0': + resolution: {integrity: sha512-tvmDHkgO7oPe8G0c3bmnTiSetb/Iden4DdSh/maRyLqDZj7uLIeS7whwrk654yM7EOYgo6p0/ewEItMbS+7m+A==} engines: {node: '>=20.0.0'} peerDependencies: '@a2a-js/sdk': ^0.3.10 '@ai-sdk/provider': ^3.0.0 - '@anthropic-ai/sdk': ^0.104.2 - '@aws-sdk/client-bedrock-agent': ^3.1075.0 - '@aws-sdk/client-bedrock-agent-runtime': ^3.1075.0 - '@aws-sdk/client-s3': ^3.1069.0 + '@anthropic-ai/sdk': ^0.92.0 + '@aws-sdk/client-bedrock-agent': ^3.943.0 + '@aws-sdk/client-bedrock-agent-runtime': ^3.943.0 + '@aws-sdk/client-s3': ^3.943.0 '@aws/bedrock-token-generator': ^1.1.0 '@cedar-policy/cedar-wasm': ^4.0.0 '@cedar-policy/mcp-schema-generator-wasm': ^0.6.0 - '@google/genai': ^2.6.0 + '@google/genai': ^1.40.0 '@modelcontextprotocol/sdk': ^1.25.2 '@opentelemetry/api': ^1.9.0 - '@opentelemetry/exporter-metrics-otlp-http': ^0.219.0 - '@opentelemetry/exporter-trace-otlp-http': ^0.219.0 - '@opentelemetry/resources': ^2.8.0 + '@opentelemetry/exporter-metrics-otlp-http': ^0.214.0 + '@opentelemetry/exporter-trace-otlp-http': ^0.214.0 + '@opentelemetry/resources': ^2.6.1 '@opentelemetry/sdk-metrics': ^2.6.1 '@opentelemetry/sdk-trace-base': ^2.6.1 '@opentelemetry/sdk-trace-node': ^2.6.1 - '@smithy/types': ^4.15.0 + '@smithy/types': ^4.0.0 express: ^5.1.0 - openai: ^6.42.0 + openai: ^6.7.0 zod: ^4.1.12 peerDependenciesMeta: '@a2a-js/sdk': @@ -771,6 +875,21 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/client-bedrock-runtime@3.1101.0': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/credential-provider-node': 3.972.76 + '@aws-sdk/eventstream-handler-node': 3.972.31 + '@aws-sdk/middleware-eventstream': 3.972.26 + '@aws-sdk/middleware-websocket': 3.972.47 + '@aws-sdk/token-providers': 3.1101.0 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/fetch-http-handler': 5.6.13 + '@smithy/node-http-handler': 4.9.13 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/core@3.974.22': dependencies: '@aws-sdk/types': 3.973.13 @@ -782,6 +901,17 @@ snapshots: bowser: 2.14.1 tslib: 2.8.1 + '@aws-sdk/core@3.977.4': + dependencies: + '@aws-sdk/types': 3.974.2 + '@aws-sdk/xml-builder': 3.972.37 + '@aws/lambda-invoke-store': 0.3.0 + '@smithy/core': 3.31.1 + '@smithy/signature-v4': 5.6.12 + '@smithy/types': 4.16.1 + bowser: 2.14.1 + tslib: 2.8.1 + '@aws-sdk/credential-provider-env@3.972.48': dependencies: '@aws-sdk/core': 3.974.22 @@ -790,6 +920,14 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/credential-provider-env@3.972.65': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/credential-provider-http@3.972.50': dependencies: '@aws-sdk/core': 3.974.22 @@ -800,6 +938,16 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/credential-provider-http@3.972.67': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/fetch-http-handler': 5.6.13 + '@smithy/node-http-handler': 4.9.13 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/credential-provider-ini@3.972.55': dependencies: '@aws-sdk/core': 3.974.22 @@ -816,6 +964,22 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/credential-provider-ini@3.973.10': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/credential-provider-env': 3.972.65 + '@aws-sdk/credential-provider-http': 3.972.67 + '@aws-sdk/credential-provider-login': 3.972.72 + '@aws-sdk/credential-provider-process': 3.972.65 + '@aws-sdk/credential-provider-sso': 3.973.9 + '@aws-sdk/credential-provider-web-identity': 3.972.71 + '@aws-sdk/nested-clients': 3.997.39 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/credential-provider-imds': 4.4.16 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/credential-provider-login@3.972.54': dependencies: '@aws-sdk/core': 3.974.22 @@ -825,6 +989,15 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/credential-provider-login@3.972.72': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/nested-clients': 3.997.39 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/credential-provider-node@3.972.57': dependencies: '@aws-sdk/credential-provider-env': 3.972.48 @@ -839,6 +1012,20 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/credential-provider-node@3.972.76': + dependencies: + '@aws-sdk/credential-provider-env': 3.972.65 + '@aws-sdk/credential-provider-http': 3.972.67 + '@aws-sdk/credential-provider-ini': 3.973.10 + '@aws-sdk/credential-provider-process': 3.972.65 + '@aws-sdk/credential-provider-sso': 3.973.9 + '@aws-sdk/credential-provider-web-identity': 3.972.71 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/credential-provider-imds': 4.4.16 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/credential-provider-process@3.972.48': dependencies: '@aws-sdk/core': 3.974.22 @@ -847,6 +1034,14 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/credential-provider-process@3.972.65': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/credential-provider-sso@3.972.54': dependencies: '@aws-sdk/core': 3.974.22 @@ -857,6 +1052,16 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/credential-provider-sso@3.973.9': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/nested-clients': 3.997.39 + '@aws-sdk/token-providers': 3.1100.0 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/credential-provider-web-identity@3.972.54': dependencies: '@aws-sdk/core': 3.974.22 @@ -866,6 +1071,15 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/credential-provider-web-identity@3.972.71': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/nested-clients': 3.997.39 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/eventstream-handler-node@3.972.22': dependencies: '@aws-sdk/types': 3.973.13 @@ -873,6 +1087,13 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/eventstream-handler-node@3.972.31': + dependencies: + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/middleware-eventstream@3.972.18': dependencies: '@aws-sdk/types': 3.973.13 @@ -880,6 +1101,13 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/middleware-eventstream@3.972.26': + dependencies: + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/middleware-websocket@3.972.30': dependencies: '@aws-sdk/core': 3.974.22 @@ -890,6 +1118,16 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/middleware-websocket@3.972.47': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/fetch-http-handler': 5.6.13 + '@smithy/signature-v4': 5.6.12 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/nested-clients@3.997.22': dependencies: '@aws-crypto/sha256-browser': 5.2.0 @@ -903,6 +1141,17 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/nested-clients@3.997.39': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/signature-v4-multi-region': 3.996.43 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/fetch-http-handler': 5.6.13 + '@smithy/node-http-handler': 4.9.13 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/signature-v4-multi-region@3.996.35': dependencies: '@aws-sdk/types': 3.973.13 @@ -910,6 +1159,13 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/signature-v4-multi-region@3.996.43': + dependencies: + '@aws-sdk/types': 3.974.2 + '@smithy/signature-v4': 5.6.12 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/token-providers@3.1071.0': dependencies: '@aws-sdk/core': 3.974.22 @@ -919,11 +1175,34 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/token-providers@3.1100.0': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/nested-clients': 3.997.39 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + + '@aws-sdk/token-providers@3.1101.0': + dependencies: + '@aws-sdk/core': 3.977.4 + '@aws-sdk/nested-clients': 3.997.39 + '@aws-sdk/types': 3.974.2 + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/types@3.973.13': dependencies: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@aws-sdk/types@3.974.2': + dependencies: + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws-sdk/util-locate-window@3.965.8': dependencies: tslib: 2.8.1 @@ -934,8 +1213,15 @@ snapshots: fast-xml-parser: 5.7.3 tslib: 2.8.1 + '@aws-sdk/xml-builder@3.972.37': + dependencies: + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@aws/lambda-invoke-store@0.2.4': {} + '@aws/lambda-invoke-store@0.3.0': {} + '@hono/node-server@1.19.14(hono@4.12.31)': dependencies: hono: 4.12.31 @@ -972,18 +1258,35 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@smithy/core@3.31.1': + dependencies: + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@smithy/credential-provider-imds@4.4.1': dependencies: '@smithy/core': 3.25.1 '@smithy/types': 4.15.0 tslib: 2.8.1 + '@smithy/credential-provider-imds@4.4.16': + dependencies: + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@smithy/fetch-http-handler@5.5.1': dependencies: '@smithy/core': 3.25.1 '@smithy/types': 4.15.0 tslib: 2.8.1 + '@smithy/fetch-http-handler@5.6.13': + dependencies: + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@smithy/is-array-buffer@2.2.0': dependencies: tslib: 2.8.1 @@ -994,16 +1297,32 @@ snapshots: '@smithy/types': 4.15.0 tslib: 2.8.1 + '@smithy/node-http-handler@4.9.13': + dependencies: + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@smithy/signature-v4@5.5.1': dependencies: '@smithy/core': 3.25.1 '@smithy/types': 4.15.0 tslib: 2.8.1 + '@smithy/signature-v4@5.6.12': + dependencies: + '@smithy/core': 3.31.1 + '@smithy/types': 4.16.1 + tslib: 2.8.1 + '@smithy/types@4.15.0': dependencies: tslib: 2.8.1 + '@smithy/types@4.16.1': + dependencies: + tslib: 2.8.1 + '@smithy/util-buffer-from@2.2.0': dependencies: '@smithy/is-array-buffer': 2.2.0 @@ -1014,31 +1333,31 @@ snapshots: '@smithy/util-buffer-from': 2.2.0 tslib: 2.8.1 - '@strands-agents/sdk@1.6.0(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(@opentelemetry/api@1.9.1)(@smithy/types@4.15.0)(express@5.2.1)(openai@6.44.0(zod@4.4.3))(zod@4.4.3)': + '@strands-agents/sdk@1.11.2(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(@opentelemetry/api@1.9.1)(@smithy/types@4.16.1)(express@5.2.1)(openai@6.44.0(zod@4.4.3))(zod@4.4.3)': dependencies: - '@aws-sdk/client-bedrock-runtime': 3.1071.0 + '@aws-sdk/client-bedrock-runtime': 3.1101.0 '@modelcontextprotocol/sdk': 1.29.0(zod@4.4.3) '@opentelemetry/api': 1.9.1 '@types/json-schema': 7.0.15 - uuid: 14.0.0 + uuid: 14.0.1 yaml: 2.9.0 zod: 4.4.3 optionalDependencies: - '@smithy/types': 4.15.0 + '@smithy/types': 4.16.1 express: 5.2.1 openai: 6.44.0(zod@4.4.3) - '@strands-agents/sdk@1.7.0(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(@opentelemetry/api@1.9.1)(@smithy/types@4.15.0)(express@5.2.1)(openai@6.44.0(zod@4.4.3))(zod@4.4.3)': + '@strands-agents/sdk@1.6.0(@modelcontextprotocol/sdk@1.29.0(zod@4.4.3))(@opentelemetry/api@1.9.1)(@smithy/types@4.16.1)(express@5.2.1)(openai@6.44.0(zod@4.4.3))(zod@4.4.3)': dependencies: '@aws-sdk/client-bedrock-runtime': 3.1071.0 '@modelcontextprotocol/sdk': 1.29.0(zod@4.4.3) '@opentelemetry/api': 1.9.1 '@types/json-schema': 7.0.15 - uuid: 14.0.1 + uuid: 14.0.0 yaml: 2.9.0 zod: 4.4.3 optionalDependencies: - '@smithy/types': 4.15.0 + '@smithy/types': 4.16.1 express: 5.2.1 openai: 6.44.0(zod@4.4.3) diff --git a/js/src/auto-instrumentations/configs/openrouter.ts b/js/src/auto-instrumentations/configs/openrouter.ts index 6fc5c8915..c7b2ce7e4 100644 --- a/js/src/auto-instrumentations/configs/openrouter.ts +++ b/js/src/auto-instrumentations/configs/openrouter.ts @@ -58,6 +58,20 @@ export const openRouterConfigs: InstrumentationConfig[] = [ }, }, + { + channelName: openRouterChannels.betaResponsesSend.channelName, + module: { + name: "@openrouter/sdk", + versionRange: ">=1.1.2 <2.0.0", + filePath: "esm/sdk/betaresponses.js", + }, + functionQuery: { + className: "BetaResponses", + methodName: "send", + kind: "Async", + }, + }, + { channelName: openRouterChannels.callModel.channelName, module: { From f4f861e4899255437856e19de327c0b6335f9368 Mon Sep 17 00:00:00 2001 From: lforst <8118419+lforst@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:39:14 +0000 Subject: [PATCH 2/3] Update PR #2330 --- .changeset/bump-instrumentation-e2e-versions.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/bump-instrumentation-e2e-versions.md diff --git a/.changeset/bump-instrumentation-e2e-versions.md b/.changeset/bump-instrumentation-e2e-versions.md new file mode 100644 index 000000000..3ff393053 --- /dev/null +++ b/.changeset/bump-instrumentation-e2e-versions.md @@ -0,0 +1,5 @@ +--- +"braintrust": patch +--- + +test(e2e): Bump tested versions for Openrouter, Strands, and Cloudflare ai chat From b63e244124428d6d8535d401d5db37f01a4a7a82 Mon Sep 17 00:00:00 2001 From: lforst <8118419+lforst@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:48:39 +0000 Subject: [PATCH 3/3] Update PR #2330 --- .changeset/bump-instrumentation-e2e-versions.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .changeset/bump-instrumentation-e2e-versions.md diff --git a/.changeset/bump-instrumentation-e2e-versions.md b/.changeset/bump-instrumentation-e2e-versions.md deleted file mode 100644 index 3ff393053..000000000 --- a/.changeset/bump-instrumentation-e2e-versions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"braintrust": patch ---- - -test(e2e): Bump tested versions for Openrouter, Strands, and Cloudflare ai chat