diff --git a/providertests/openrouter_test.go b/providertests/openrouter_test.go index 13f117c1c156b5720faf5683e2311a98ad71d6c2..f2e53c695cd2dd372db73f9cffa8b8f10d85e3ba 100644 --- a/providertests/openrouter_test.go +++ b/providertests/openrouter_test.go @@ -17,7 +17,7 @@ var openrouterTestModels = []testModel{ {"grok-code-fast-1", "x-ai/grok-code-fast-1", true}, {"claude-sonnet-4", "anthropic/claude-sonnet-4", true}, {"gemini-2.5-flash", "google/gemini-2.5-flash", false}, - {"deepseek-chat-v3.1-free", "deepseek/deepseek-chat-v3.1:free", false}, + {"deepseek/deepseek-v3.2", "deepseek/deepseek-v3.2", false}, {"qwen3-235b-a22b-2507", "qwen/qwen3-235b-a22b-2507", false}, {"gpt-5", "openai/gpt-5", true}, {"gemini-3-pro-preview", "google/gemini-3-pro-preview", true}, diff --git a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool.yaml index 4d3d6adf37c3c2cfa2d83ab0a11540f95065130a..6238a378a7f7a83f8f27e5e1ba37ded7b3c30d19 100644 --- a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,13 +24,13 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884877-DsUZ3N2CGkZT131vUNCm\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1758884877,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"I'll add and multiply the numbers 2 and 3 for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"id\":\"toolu_vrtx_01J7uVChiFATMdceHtZbaR82\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"id\":\"toolu_vrtx_0141TPmACbTafQPicKQEJu3R\",\"index\":1,\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}]}}],\"usage\":{\"prompt_tokens\":507,\"completion_tokens\":137,\"total_tokens\":644,\"cost\":0.003576,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.001521,\"upstream_inference_completions_cost\":0.002055},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323540-GMKB7AKBdj2BQpQEkGHO\",\"object\":\"chat.completion\",\"created\":1773323540,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll add and multiply the numbers 2 and 3 for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"toolu_vrtx_01CrwT5W3QNtyBVRA3nAPzUp\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"toolu_vrtx_0146kPvSq635LRm2USSvDtM9\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}]}}],\"usage\":{\"prompt_tokens\":507,\"completion_tokens\":137,\"total_tokens\":644,\"cost\":0.003576,\"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.003576,\"upstream_inference_prompt_cost\":0.001521,\"upstream_inference_completions_cost\":0.002055},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.669959042s + duration: 903.432416ms - id: 1 request: proto: HTTP/1.1 @@ -38,14 +38,14 @@ interactions: proto_minor: 1 content_length: 1373 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"toolu_vrtx_01J7uVChiFATMdceHtZbaR82","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"toolu_vrtx_0141TPmACbTafQPicKQEJu3R","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"toolu_vrtx_01J7uVChiFATMdceHtZbaR82","role":"tool"},{"content":"6","tool_call_id":"toolu_vrtx_0141TPmACbTafQPicKQEJu3R","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"toolu_vrtx_01CrwT5W3QNtyBVRA3nAPzUp","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"toolu_vrtx_0146kPvSq635LRm2USSvDtM9","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"toolu_vrtx_01CrwT5W3QNtyBVRA3nAPzUp","role":"tool"},{"content":"6","tool_call_id":"toolu_vrtx_0146kPvSq635LRm2USSvDtM9","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884880-aGZsNsK0GXnJIkEUDHHR\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1758884880,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The results are:\\n- Adding 2 + 3 = 5\\n- Multiplying 2 × 3 = 6\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":705,\"completion_tokens\":35,\"total_tokens\":740,\"cost\":0.00264,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.002115,\"upstream_inference_completions_cost\":0.000525},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n{\"id\":\"gen-1773323541-QBUWUTUbDaqymBDVEuoE\",\"object\":\"chat.completion\",\"created\":1773323541,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The results are:\\n- 2 + 3 = 5\\n- 2 × 3 = 6\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":705,\"completion_tokens\":31,\"total_tokens\":736,\"cost\":0.00258,\"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.00258,\"upstream_inference_prompt_cost\":0.002115,\"upstream_inference_completions_cost\":0.000465},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.727566042s + duration: 1.30722575s diff --git a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool_streaming.yaml index 579cd22ea19c23e17da92edff137006aaf0245b4..f327e6363e347ba6e9a6bf3865d6d47358d17553 100644 --- a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,47 +24,43 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"I'll add and multiply the numbers","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" 2 and 3 for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll add an","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" you.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"d multiply the numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"toolu_vrtx_012sEiA1ajGbPds1mUPKdMnU","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":" 2 and 3 for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_019HCkvBaE95VcC6dm247tua","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\": "}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":", \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\": 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"toolu_vrtx_012fhTq4abLcwbgsKbdfgVPA","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":", \"b\": "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01BzTvcZwg8uFyS2ZbyfFbbg","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"\": 2"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":", \"b"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"{\"a\": 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"\": 3}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":", \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} - - data: {"id":"gen-1758884882-qvQRbKQ9pvC3XNTxxfOe","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884882,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":502,"completion_tokens":137,"total_tokens":639,"cost":0.003561,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001506,"upstream_inference_completions_cost":0.002055},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323543-geHAkHUSSkZsqY28AQTy","object":"chat.completion.chunk","created":1773323543,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":502,"completion_tokens":137,"total_tokens":639,"cost":0.003561,"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.003561,"upstream_inference_prompt_cost":0.001506,"upstream_inference_completions_cost":0.002055},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -73,7 +69,7 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 2.209197084s + duration: 917.065042ms - id: 1 request: proto: HTTP/1.1 @@ -81,14 +77,14 @@ interactions: proto_minor: 1 content_length: 1410 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"toolu_vrtx_019HCkvBaE95VcC6dm247tua","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"toolu_vrtx_01BzTvcZwg8uFyS2ZbyfFbbg","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"toolu_vrtx_019HCkvBaE95VcC6dm247tua","role":"tool"},{"content":"6","tool_call_id":"toolu_vrtx_01BzTvcZwg8uFyS2ZbyfFbbg","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"toolu_vrtx_012sEiA1ajGbPds1mUPKdMnU","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"toolu_vrtx_012fhTq4abLcwbgsKbdfgVPA","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"toolu_vrtx_012sEiA1ajGbPds1mUPKdMnU","role":"tool"},{"content":"6","tool_call_id":"toolu_vrtx_012fhTq4abLcwbgsKbdfgVPA","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -97,31 +93,19 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":" results","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":" are","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":":\n- Adding","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":" 2 +","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323545-oAGngtaqrgPZPjMvn7RU","object":"chat.completion.chunk","created":1773323545,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"The results","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":" 3 = 5\n-","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323545-oAGngtaqrgPZPjMvn7RU","object":"chat.completion.chunk","created":1773323545,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" are:\n- 2 +","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":" Multiplying 2 × ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323545-oAGngtaqrgPZPjMvn7RU","object":"chat.completion.chunk","created":1773323545,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" 3 = 5\n-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":"3 = 6","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323545-oAGngtaqrgPZPjMvn7RU","object":"chat.completion.chunk","created":1773323545,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" 2 × 3 =","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323545-oAGngtaqrgPZPjMvn7RU","object":"chat.completion.chunk","created":1773323545,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" 6","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773323545-oAGngtaqrgPZPjMvn7RU","object":"chat.completion.chunk","created":1773323545,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1758884885-2kzfkifpNjmBYSZUPnHy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884885,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":700,"completion_tokens":35,"total_tokens":735,"cost":0.002625,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0021,"upstream_inference_completions_cost":0.000525},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323545-oAGngtaqrgPZPjMvn7RU","object":"chat.completion.chunk","created":1773323545,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":700,"completion_tokens":31,"total_tokens":731,"cost":0.002565,"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.002565,"upstream_inference_prompt_cost":0.0021,"upstream_inference_completions_cost":0.000465},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -130,4 +114,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.846005584s + duration: 1.143589583s diff --git a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple.yaml b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple.yaml index ea66e8a02374a6d170477598bbacf9f53a13056c..54d3ba5f5e85b028aafe4dc793d0ab25f942b3e5 100644 --- a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884862-nNnfpZfNjYv7wX3JRgcl\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1758884862,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá! \\n\\n(That's \\\"hi\\\" in Portuguese!)\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":16,\"completion_tokens\":18,\"total_tokens\":34,\"cost\":0.000318,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000048,\"upstream_inference_completions_cost\":0.00027},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n{\"id\":\"gen-1773323530-QEmpi7F7SRj0p4e9ja20\",\"object\":\"chat.completion\",\"created\":1773323530,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":16,\"completion_tokens\":7,\"total_tokens\":23,\"cost\":0.000153,\"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.000153,\"upstream_inference_prompt_cost\":0.000048,\"upstream_inference_completions_cost\":0.000105},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.835014334s + duration: 1.175311917s diff --git a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple_streaming.yaml index 72c9ad65ab7e5710daca278dd372bd81d9827f8e..6c1ad2d98016471a6a1c5d5c75db3584ff7bb46c 100644 --- a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,17 +24,11 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323531-D7RR9I3I1lMzNDNfWzao","object":"chat.completion.chunk","created":1773323531,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"Olá!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323531-D7RR9I3I1lMzNDNfWzao","object":"chat.completion.chunk","created":1773323531,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} - - data: {"id":"gen-1758884864-Ti76q8ykUk3txETvMAqx","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884864,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":16,"completion_tokens":7,"total_tokens":23,"cost":0.000153,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000048,"upstream_inference_completions_cost":0.000105},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323531-D7RR9I3I1lMzNDNfWzao","object":"chat.completion.chunk","created":1773323531,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":16,"completion_tokens":7,"total_tokens":23,"cost":0.000153,"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.000153,"upstream_inference_prompt_cost":0.000048,"upstream_inference_completions_cost":0.000105},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -43,4 +37,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 2.099917792s + duration: 890.029ms diff --git a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool.yaml b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool.yaml index 7b83f4351d9c5f085b83720a377afef2d41cccf6..486c068ae6676b6a2f261d6714161f512172009b 100644 --- a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,13 +24,13 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n{\"id\":\"gen-1758884867-bIgRXBqY3sA7T7hlXQLZ\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1758884867,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"I'll get the weather information for Florence, Italy for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"id\":\"toolu_vrtx_01AFJ7sm96FNbLYnwvJgtjjR\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":394,\"completion_tokens\":67,\"total_tokens\":461,\"cost\":0.002187,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.001182,\"upstream_inference_completions_cost\":0.001005},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n{\"id\":\"gen-1773323532-1mS9KNmcR9a15lyOpBt1\",\"object\":\"chat.completion\",\"created\":1773323532,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll get the current weather information for Florence, Italy.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"toolu_vrtx_016wvfRxzgyUV27vpoMsJi36\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":394,\"completion_tokens\":66,\"total_tokens\":460,\"cost\":0.002172,\"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.002172,\"upstream_inference_prompt_cost\":0.001182,\"upstream_inference_completions_cost\":0.00099},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.244292667s + duration: 1.07917925s - id: 1 request: proto: HTTP/1.1 @@ -38,14 +38,14 @@ interactions: proto_minor: 1 content_length: 830 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the weather information for Florence, Italy for you.","tool_calls":[{"id":"toolu_vrtx_01AFJ7sm96FNbLYnwvJgtjjR","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_01AFJ7sm96FNbLYnwvJgtjjR","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the current weather information for Florence, Italy.","tool_calls":[{"id":"toolu_vrtx_016wvfRxzgyUV27vpoMsJi36","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_016wvfRxzgyUV27vpoMsJi36","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884868-S2ViWydCwMw4IRUnQe3o\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1758884868,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The current weather in Florence, Italy shows a temperature of 40°C (104°F). That's quite hot! If you're planning to visit or are currently there, make sure to stay hydrated and seek shade during the hottest parts of the day.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":476,\"completion_tokens\":57,\"total_tokens\":533,\"cost\":0.002283,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.001428,\"upstream_inference_completions_cost\":0.000855},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323534-wQioDfMwqpk3GMDwrf4r\",\"object\":\"chat.completion\",\"created\":1773323534,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is 40°C (104°F). That's quite hot! This is typical summer weather for the region. If you're planning to visit or are currently there, make sure to stay hydrated and seek shade during the hottest parts of the day.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":475,\"completion_tokens\":63,\"total_tokens\":538,\"cost\":0.00237,\"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.00237,\"upstream_inference_prompt_cost\":0.001425,\"upstream_inference_completions_cost\":0.000945},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.084771333s + duration: 1.488607917s diff --git a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool_streaming.yaml index 4a7a46a7e0bfe5915560c39231d807ff321a7255..918ee41a8ed46ba4509a6da0e1d1b92d69b5b042 100644 --- a/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/claude-sonnet-4/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,33 +24,29 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"I'll get","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" the weather information for Florence, Italy for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll get the weather information for Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" you.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":", Italy for you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"toolu_vrtx_015PkcPo9nLuQ3Lz4ELQueGM","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01RbqWDZJV2wefF6PD6oi6rq","index":0,"type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"location"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\": \"Floren"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\": \"Flor"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"ce"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"en"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":",Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"ce,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} - - data: {"id":"gen-1758884871-ydnydgzKdJZqqueHDHG5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884871,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":67,"total_tokens":461,"cost":0.002187,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001182,"upstream_inference_completions_cost":0.001005},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323536-Ko6dI9bnZTkPeee45z6T","object":"chat.completion.chunk","created":1773323536,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":394,"completion_tokens":67,"total_tokens":461,"cost":0.002187,"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.002187,"upstream_inference_prompt_cost":0.001182,"upstream_inference_completions_cost":0.001005},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -59,7 +55,7 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 2.614987417s + duration: 948.437542ms - id: 1 request: proto: HTTP/1.1 @@ -67,14 +63,14 @@ interactions: proto_minor: 1 content_length: 884 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the weather information for Florence, Italy for you.","tool_calls":[{"id":"toolu_vrtx_01RbqWDZJV2wefF6PD6oi6rq","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_01RbqWDZJV2wefF6PD6oi6rq","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the weather information for Florence, Italy for you.","tool_calls":[{"id":"toolu_vrtx_015PkcPo9nLuQ3Lz4ELQueGM","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_015PkcPo9nLuQ3Lz4ELQueGM","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -83,43 +79,33 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather in Florence, Italy is 40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C (104°F). That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"The current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" temperature in Florence, Italy is 40","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"°C (104°F). That","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"! Make","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"'s quite hot","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" If","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated and seek","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" you're planning to visit or are","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade if","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" currently there, make","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" you're planning","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" sure to stay","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":" to be out","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" hydrated and seek","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"doors.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" shade during the hottest parts","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" of the day.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1758884875-M9WzCwVeN4gqbY9Y1cW5","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1758884875,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":476,"completion_tokens":43,"total_tokens":519,"cost":0.002073,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001428,"upstream_inference_completions_cost":0.000645},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323538-UfUcZg6x7EjgfGIP95rN","object":"chat.completion.chunk","created":1773323538,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":476,"completion_tokens":54,"total_tokens":530,"cost":0.002238,"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.002238,"upstream_inference_prompt_cost":0.001428,"upstream_inference_completions_cost":0.00081},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -128,4 +114,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.845872166s + duration: 1.039042791s diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/multi_tool.yaml deleted file mode 100644 index 95b610f521ed4c926312649ae9ac76d6b534dc00..0000000000000000000000000000000000000000 --- a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/multi_tool.yaml +++ /dev/null @@ -1,63 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 862 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758885224-g5oXqGRqim44ZJGGod8I\",\"provider\":\"DeepInfra\",\"model\":\"deepseek/deepseek-chat-v3.1:free\",\"object\":\"chat.completion\",\"created\":1758885224,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"I'll add and multiply the numbers 2 and 3 simultaneously as requested.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_0656\",\"function\":{\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\",\"name\":\"add\"},\"type\":\"function\"},{\"index\":1,\"id\":\"call_5236\",\"function\":{\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\",\"name\":\"multiply\"},\"type\":\"function\"}]}}],\"usage\":{\"prompt_tokens\":256,\"completion_tokens\":52,\"total_tokens\":308,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 619.225375ms -- id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 1296 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 simultaneously as requested.","tool_calls":[{"id":"call_0656","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_5236","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_0656","role":"tool"},{"content":"6","tool_call_id":"call_5236","role":"tool"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758885229-rCHLKXJniwXh0QybzWF4\",\"provider\":\"DeepInfra\",\"model\":\"deepseek/deepseek-chat-v3.1:free\",\"object\":\"chat.completion\",\"created\":1758885229,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The sum of 2 and 3 is 5, and the product of 2 and 3 is 6.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":316,\"completion_tokens\":26,\"total_tokens\":342,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 950.99525ms diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/multi_tool_streaming.yaml deleted file mode 100644 index c9165f2ebd5ab5a68c46b4c9d8af6acabaf2b07b..0000000000000000000000000000000000000000 --- a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/multi_tool_streaming.yaml +++ /dev/null @@ -1,127 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 899 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: |+ - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" and multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"2 and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" 3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" simultaneously for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_9953","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_1453","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} - - data: {"id":"gen-1758885164-b2FtWHeaqgFVXp8PSZCZ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885164,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":250,"completion_tokens":52,"total_tokens":302,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} - - data: [DONE] - - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 759.0745ms -- id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 1328 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 simultaneously for you.","tool_calls":[{"id":"call_9953","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_1453","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_9953","role":"tool"},{"content":"6","tool_call_id":"call_1453","role":"tool"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: |+ - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":" addition of","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":" 2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":" and ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":"3 gives","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":":","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":"5\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":"The multiplication","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":" of ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":"2 and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":" 3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":" gives:","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":" 6","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} - - data: {"id":"gen-1758885174-21jFczhB62eYMTvgbGCJ","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758885175,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":310,"completion_tokens":26,"total_tokens":336,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} - - data: [DONE] - - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 796.350208ms diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/simple.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/simple.yaml deleted file mode 100644 index 6b6ff418101d77e3db9c9a449fdec7be0ed92783..0000000000000000000000000000000000000000 --- a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/simple.yaml +++ /dev/null @@ -1,33 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 207 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"usage":{"include":true}}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884896-Vxp1md82hWmmqrwPbsR2\",\"provider\":\"DeepInfra\",\"model\":\"deepseek/deepseek-chat-v3.1:free\",\"object\":\"chat.completion\",\"created\":1758884897,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":13,\"completion_tokens\":4,\"total_tokens\":17,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 915.791ms diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/simple_streaming.yaml deleted file mode 100644 index c9084a1f9e319aad3463fc993ad7b833ee554172..0000000000000000000000000000000000000000 --- a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/simple_streaming.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 261 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: |+ - data: {"id":"gen-1758884899-pD8p2SxLbbZqkwAwdyNA","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884899,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884899-pD8p2SxLbbZqkwAwdyNA","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884899,"choices":[{"index":0,"delta":{"role":"assistant","content":"á!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884899-pD8p2SxLbbZqkwAwdyNA","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884899,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} - - data: {"id":"gen-1758884899-pD8p2SxLbbZqkwAwdyNA","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884899,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":13,"completion_tokens":4,"total_tokens":17,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} - - data: [DONE] - - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 910.04ms diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/tool.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/tool.yaml deleted file mode 100644 index 10e2176aec1ee1118e70863872fec708e3d2deec..0000000000000000000000000000000000000000 --- a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/tool.yaml +++ /dev/null @@ -1,63 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 499 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884901-AhRCWiXrgjl5bfbRbufi\",\"provider\":\"DeepInfra\",\"model\":\"deepseek/deepseek-chat-v3.1:free\",\"object\":\"chat.completion\",\"created\":1758884901,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"I'll check the weather in Florence, Italy for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"index\":0,\"id\":\"call_9a0a\",\"function\":{\"arguments\":\"{\\\"location\\\": \\\"Florence\\\"}\",\"name\":\"weather\"},\"type\":\"function\"}]}}],\"usage\":{\"prompt_tokens\":160,\"completion_tokens\":27,\"total_tokens\":187,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 943.849167ms -- id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 768 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"call_9a0a","function":{"arguments":"{\"location\": \"Florence\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_9a0a","role":"tool"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884904-QNeUMpghodvaCtyHio9W\",\"provider\":\"DeepInfra\",\"model\":\"deepseek/deepseek-chat-v3.1:free\",\"object\":\"chat.completion\",\"created\":1758884905,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is **40°C** (104°F). That's quite hot! It appears to be a very warm day there. You might want to stay hydrated and seek shade if you're planning to be outdoors.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":192,\"completion_tokens\":51,\"total_tokens\":243,\"cost\":0,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0,\"upstream_inference_completions_cost\":0},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" - headers: - Content-Type: - - application/json - status: 200 OK - code: 200 - duration: 507.301334ms diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/tool_streaming.yaml deleted file mode 100644 index 29f6c4a723bde290937e7b7c869726cf8e28601e..0000000000000000000000000000000000000000 --- a/providertests/testdata/TestOpenRouterCommon/deepseek-chat-v3.1-free/tool_streaming.yaml +++ /dev/null @@ -1,151 +0,0 @@ ---- -version: 2 -interactions: -- id: 0 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 553 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: |+ - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll check","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" the weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_3cac","function":{"arguments":"{\"location\": \"Florence\"}","name":"weather"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} - - data: {"id":"gen-1758884909-lcWlYG0HEPzjNnyrY6Ak","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884909,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":160,"completion_tokens":27,"total_tokens":187,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} - - data: [DONE] - - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 898.243ms -- id: 1 - request: - proto: HTTP/1.1 - proto_major: 1 - proto_minor: 1 - content_length: 822 - host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"call_3cac","function":{"arguments":"{\"location\": \"Florence\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_3cac","role":"tool"}],"model":"deepseek/deepseek-chat-v3.1:free","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' - headers: - Accept: - - application/json - Content-Type: - - application/json - User-Agent: - - OpenAI/Go 2.3.0 - url: https://openrouter.ai/api/v1/chat/completions - method: POST - response: - proto: HTTP/2.0 - proto_major: 2 - proto_minor: 0 - content_length: -1 - body: |+ - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" in Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":", Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" is ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"40°","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"C (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"104°","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"F).","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" If","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" you're","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" planning","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" to visit","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" or","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" are","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" there,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" make sure","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" to stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek shade","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" during the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" hottest parts","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" of the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":" day.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} - - data: {"id":"gen-1758884912-RP1NFdMIPDp14zRR1slx","provider":"DeepInfra","model":"deepseek/deepseek-chat-v3.1:free","object":"chat.completion.chunk","created":1758884912,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":192,"completion_tokens":50,"total_tokens":242,"cost":0,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0,"upstream_inference_completions_cost":0},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} - - data: [DONE] - - headers: - Content-Type: - - text/event-stream - status: 200 OK - code: 200 - duration: 800.502916ms diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/multi_tool.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f3e9edb7233506448129c945843592b382bd714b --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/multi_tool.yaml @@ -0,0 +1,63 @@ +--- +version: 2 +interactions: +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 852 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323896-yilCh8sn1R8UFUbdxmGz\",\"object\":\"chat.completion\",\"created\":1773323896,\"model\":\"deepseek/deepseek-v3.2-20251201\",\"provider\":\"AtlasCloud\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll add and multiply the numbers 2 and 3 at the same time as required\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"11cf71f38f0b4894b68d75abb63dfbad\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"598d391f886f4aae9d12e1fe63701947\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}]}}],\"usage\":{\"prompt_tokens\":422,\"completion_tokens\":122,\"total_tokens\":544,\"cost\":0.00015608,\"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.00015608,\"upstream_inference_prompt_cost\":0.00010972,\"upstream_inference_completions_cost\":0.00004636},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 1.419623959s +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 1378 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 at the same time as required","tool_calls":[{"id":"11cf71f38f0b4894b68d75abb63dfbad","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"598d391f886f4aae9d12e1fe63701947","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"11cf71f38f0b4894b68d75abb63dfbad","role":"tool"},{"content":"6","tool_call_id":"598d391f886f4aae9d12e1fe63701947","role":"tool"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323901-yNEwfFD1Mu1e66ZJ7PVt\",\"object\":\"chat.completion\",\"created\":1773323901,\"model\":\"deepseek/deepseek-v3.2-20251201\",\"provider\":\"AtlasCloud\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"Results:\\n- Addition: 2 + 3 = 5\\n- Multiplication: 2 × 3 = 6\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":569,\"completion_tokens\":26,\"total_tokens\":595,\"cost\":0.00015782,\"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.00015782,\"upstream_inference_prompt_cost\":0.00014794,\"upstream_inference_completions_cost\":0.00000988},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 1.833652167s diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/multi_tool_streaming.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3c1d215e48b04ac9edd2da75315dbe873dddaf06 --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/multi_tool_streaming.yaml @@ -0,0 +1,165 @@ +--- +version: 2 +interactions: +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 889 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + body: |+ + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"I","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"'ll help","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" you add","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" and multiply","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" numbers ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"2 and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" 3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" simultaneously as","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" requested.\n\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"0b9b65cb86084440a3ea7f75a9f20104","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"5e95ae6f882c4547a01d7ed60da214f0","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"a\": 2, \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773323904-gGztCi17vPKdNVkryZCS","object":"chat.completion.chunk","created":1773323904,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[],"usage":{"prompt_tokens":416,"completion_tokens":123,"total_tokens":539,"cost":0.0001549,"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.0001549,"upstream_inference_prompt_cost":0.00010816,"upstream_inference_completions_cost":0.00004674},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 1.3461555s +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 1432 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll help you add and multiply the numbers 2 and 3 simultaneously as you requested.\n\n","tool_calls":[{"id":"0b9b65cb86084440a3ea7f75a9f20104","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"5e95ae6f882c4547a01d7ed60da214f0","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"0b9b65cb86084440a3ea7f75a9f20104","role":"tool"},{"content":"6","tool_call_id":"5e95ae6f882c4547a01d7ed60da214f0","role":"tool"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + body: |+ + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" results are","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":":\n-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"Addition**:","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" 2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" + ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"3 =","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" 5","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"\n-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" **Multiplication","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"**: ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"2 ×","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" 3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" = ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"6\n\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"So","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" when","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" working","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" with the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" numbers ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"2 and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" 3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":":\n-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" Their","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" sum is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" 5","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"\n-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" Their product","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" is ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"6","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} + + data: {"id":"gen-1773323909-d48dNrkwsHDs62ddmrgf","object":"chat.completion.chunk","created":1773323909,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[],"usage":{"prompt_tokens":563,"completion_tokens":56,"total_tokens":619,"cost":0.00016766,"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.00016766,"upstream_inference_prompt_cost":0.00014638,"upstream_inference_completions_cost":0.00002128},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 1.468291333s diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/simple.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/simple.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d1de1ab05ab2ab661a9ca5957df0acd49a159de5 --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/simple.yaml @@ -0,0 +1,33 @@ +--- +version: 2 +interactions: +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 197 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"usage":{"include":true}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323879-BNXjUOAjb0ekhuFzfdmG\",\"object\":\"chat.completion\",\"created\":1773323879,\"model\":\"deepseek/deepseek-v3.2-20251201\",\"provider\":\"AtlasCloud\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"Olá! \U0001F60A\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":13,\"completion_tokens\":6,\"total_tokens\":19,\"cost\":0.00000566,\"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.00000566,\"upstream_inference_prompt_cost\":0.00000338,\"upstream_inference_completions_cost\":0.00000228},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 2.374466917s diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/simple_streaming.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e37350e27891d00d678c83d24626b26f5afb9740 --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/simple_streaming.yaml @@ -0,0 +1,42 @@ +--- +version: 2 +interactions: +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 251 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"Say hi in Portuguese","role":"user"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"stream_options":{"include_usage":true},"usage":{"include":true},"stream":true}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + body: |+ + data: {"id":"gen-1773323881-sbeSbTHCeTso0VvT2Trm","object":"chat.completion.chunk","created":1773323881,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"Ol","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323881-sbeSbTHCeTso0VvT2Trm","object":"chat.completion.chunk","created":1773323881,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"á!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323881-sbeSbTHCeTso0VvT2Trm","object":"chat.completion.chunk","created":1773323881,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} + + data: {"id":"gen-1773323881-sbeSbTHCeTso0VvT2Trm","object":"chat.completion.chunk","created":1773323881,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[],"usage":{"prompt_tokens":13,"completion_tokens":3,"total_tokens":16,"cost":0.00000452,"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.00000452,"upstream_inference_prompt_cost":0.00000338,"upstream_inference_completions_cost":0.00000114},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 1.671443459s diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/tool.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/tool.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aab11aa1f1260be7c94bd70d2b088fedc9bf87c0 --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/tool.yaml @@ -0,0 +1,63 @@ +--- +version: 2 +interactions: +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 489 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323883-qj9Z9EU0tpfsgrYQKXNC\",\"object\":\"chat.completion\",\"created\":1773323884,\"model\":\"deepseek/deepseek-v3.2-20251201\",\"provider\":\"AtlasCloud\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll get the weather information for Florence, Italy for you.\\n\\n\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"349178e55f3844ab9d1caa689619277a\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":318,\"completion_tokens\":58,\"total_tokens\":376,\"cost\":0.00010472,\"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.00010472,\"upstream_inference_prompt_cost\":0.00008268,\"upstream_inference_completions_cost\":0.00002204},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 1.656624334s +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 825 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the weather information for Florence, Italy for you.\n\n","tool_calls":[{"id":"349178e55f3844ab9d1caa689619277a","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"349178e55f3844ab9d1caa689619277a","role":"tool"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + uncompressed: true + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323887-OoxGQKe5NN2dKyD4fppO\",\"object\":\"chat.completion\",\"created\":1773323887,\"model\":\"deepseek/deepseek-v3.2-20251201\",\"provider\":\"AtlasCloud\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The current weather in Florence, Italy is **40°C** (which is 104°F). That's quite hot! If you're planning to be there, make sure to stay hydrated and seek shade during the hottest parts of the day.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":395,\"completion_tokens\":51,\"total_tokens\":446,\"cost\":0.00012208,\"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.00012208,\"upstream_inference_prompt_cost\":0.0001027,\"upstream_inference_completions_cost\":0.00001938},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" + headers: + Content-Type: + - application/json + status: 200 OK + code: 200 + duration: 1.471653125s diff --git a/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/tool_streaming.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c98c502667eed0ee6b5820817000621b1f76a955 --- /dev/null +++ b/providertests/testdata/TestOpenRouterCommon/deepseek/deepseek-v3.2/tool_streaming.yaml @@ -0,0 +1,107 @@ +--- +version: 2 +interactions: +- id: 0 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 543 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + body: |+ + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"I","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"'ll get","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" the weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" information for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" Florence,","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" Italy for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" you.\n\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"0a373b5ec8014719aec1898f092698c4","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\": \"Florence\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773323890-5hlASQg7HIbNczB2sxfw","object":"chat.completion.chunk","created":1773323890,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[],"usage":{"prompt_tokens":318,"completion_tokens":56,"total_tokens":374,"cost":0.00010396,"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.00010396,"upstream_inference_prompt_cost":0.00008268,"upstream_inference_completions_cost":0.00002128},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 1.497798917s +- id: 1 + request: + proto: HTTP/1.1 + proto_major: 1 + proto_minor: 1 + content_length: 873 + host: "" + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the weather information for Florence, Italy for you.\n\n","tool_calls":[{"id":"0a373b5ec8014719aec1898f092698c4","function":{"arguments":"{\"location\": \"Florence\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"0a373b5ec8014719aec1898f092698c4","role":"tool"}],"model":"deepseek/deepseek-v3.2","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + headers: + Accept: + - application/json + Content-Type: + - application/json + User-Agent: + - OpenAI/Go 2.7.1 + url: https://openrouter.ai/api/v1/chat/completions + method: POST + response: + proto: HTTP/2.0 + proto_major: 2 + proto_minor: 0 + content_length: -1 + body: |+ + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" temperature in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" Florence,","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" Italy is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"40°","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"C.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} + + data: {"id":"gen-1773323894-rewl0HpIp9isI6kKd8cP","object":"chat.completion.chunk","created":1773323894,"model":"deepseek/deepseek-v3.2-20251201","provider":"AtlasCloud","choices":[],"usage":{"prompt_tokens":393,"completion_tokens":13,"total_tokens":406,"cost":0.00010712,"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.00010712,"upstream_inference_prompt_cost":0.00010218,"upstream_inference_completions_cost":0.00000494},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} + + data: [DONE] + + headers: + Content-Type: + - text/event-stream + status: 200 OK + code: 200 + duration: 1.430157167s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool.yaml index 9733106bca414fb173d715db19205f4d86c21f47..0c12e7ff7b7e93b86b805dd3d174e9a13e3b29a8 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,28 +24,28 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n{\"id\":\"gen-1758884893-RNaA0KwkX5DNRlXi1Q4O\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758884893,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"index\":0,\"id\":\"tool_0_add_TCy46s7l5XQ6Mfi91IsM\",\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"b\\\":3,\\\"a\\\":2}\"}},{\"index\":1,\"id\":\"tool_1_multiply_zdqptJA2dh857K7gsjKs\",\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"b\\\":3,\\\"a\\\":2}\"}}]}}],\"usage\":{\"prompt_tokens\":60,\"completion_tokens\":10,\"total_tokens\":70,\"cost\":0.000043,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000018,\"upstream_inference_completions_cost\":0.000025},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323563-vMWuE4lAdXXxYhoFBGsq\",\"object\":\"chat.completion\",\"created\":1773323563,\"model\":\"google/gemini-2.5-flash\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"tool_add_U8tpxxwjMfCfJFWUR70h\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"b\\\":3,\\\"a\\\":2}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"tool_multiply_YmffBFRJLXoCJxBdhkmH\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}]}}],\"usage\":{\"prompt_tokens\":61,\"completion_tokens\":10,\"total_tokens\":71,\"cost\":0.0000433,\"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.0000433,\"upstream_inference_prompt_cost\":0.0000183,\"upstream_inference_completions_cost\":0.000025},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 940.752083ms + duration: 2.678430958s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1296 + content_length: 1288 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"tool_0_add_TCy46s7l5XQ6Mfi91IsM","function":{"arguments":"{\"b\":3,\"a\":2}","name":"add"},"type":"function"},{"id":"tool_1_multiply_zdqptJA2dh857K7gsjKs","function":{"arguments":"{\"b\":3,\"a\":2}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"tool_0_add_TCy46s7l5XQ6Mfi91IsM","role":"tool"},{"content":"6","tool_call_id":"tool_1_multiply_zdqptJA2dh857K7gsjKs","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"tool_add_U8tpxxwjMfCfJFWUR70h","function":{"arguments":"{\"b\":3,\"a\":2}","name":"add"},"type":"function"},{"id":"tool_multiply_YmffBFRJLXoCJxBdhkmH","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"tool_add_U8tpxxwjMfCfJFWUR70h","role":"tool"},{"content":"6","tool_call_id":"tool_multiply_YmffBFRJLXoCJxBdhkmH","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n{\"id\":\"gen-1758884894-7bHlyhWUTzdBiRAUFya6\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758884894,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The sum of 2 and 3 is 5, and the product of 2 and 3 is 6.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":116,\"completion_tokens\":25,\"total_tokens\":141,\"cost\":0.0000973,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000348,\"upstream_inference_completions_cost\":0.0000625},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323565-qTc7olbcOYAvfIbW83iw\",\"object\":\"chat.completion\",\"created\":1773323565,\"model\":\"google/gemini-2.5-flash\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":\"I have added 2 and 3 to get 5, and multiplied 2 and 3 to get 6.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":110,\"completion_tokens\":25,\"total_tokens\":135,\"cost\":0.0000955,\"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.0000955,\"upstream_inference_prompt_cost\":0.000033,\"upstream_inference_completions_cost\":0.0000625},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 713.652834ms + duration: 2.042498792s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool_streaming.yaml index fb69ab0bf85abbb65873698da344430d0944ba22..933628e71ea325b91e2f1a0635cfb464a17cf475 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,9 +24,17 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884895-ZW7V1SBC3XRGQDgz6cog","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884895,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_add_3sQISwQkKIrHMDRRTqmB","type":"function","function":{"name":"add","arguments":"{\"b\":3,\"a\":2}"}},{"index":1,"id":"tool_1_multiply_nZSCK8smzKFKbdiORQio","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773323568-46sn6OjhgDHVFJLSGDFI","object":"chat.completion.chunk","created":1773323568,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"tool_add_KQuyjhzkSrDLHHP8RcOV","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884895-ZW7V1SBC3XRGQDgz6cog","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884895,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":57,"completion_tokens":10,"total_tokens":67,"cost":0.0000421,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000171,"upstream_inference_completions_cost":0.000025},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323568-46sn6OjhgDHVFJLSGDFI","object":"chat.completion.chunk","created":1773323568,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"b\":3,\"a\":2}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323568-46sn6OjhgDHVFJLSGDFI","object":"chat.completion.chunk","created":1773323568,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"tool_multiply_bdU7KY7e0zIp9S5WXO8k","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323568-46sn6OjhgDHVFJLSGDFI","object":"chat.completion.chunk","created":1773323568,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"b\":3,\"a\":2}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323568-46sn6OjhgDHVFJLSGDFI","object":"chat.completion.chunk","created":1773323568,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"STOP"}]} + + data: {"id":"gen-1773323568-46sn6OjhgDHVFJLSGDFI","object":"chat.completion.chunk","created":1773323568,"model":"google/gemini-2.5-flash","provider":"Google","choices":[],"usage":{"prompt_tokens":57,"completion_tokens":10,"total_tokens":67,"cost":0.0000421,"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.0000421,"upstream_inference_prompt_cost":0.0000171,"upstream_inference_completions_cost":0.000025},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -35,22 +43,22 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 878.667625ms + duration: 3.172039875s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1333 + content_length: 1325 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"tool_0_add_3sQISwQkKIrHMDRRTqmB","function":{"arguments":"{\"b\":3,\"a\":2}","name":"add"},"type":"function"},{"id":"tool_1_multiply_nZSCK8smzKFKbdiORQio","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"tool_0_add_3sQISwQkKIrHMDRRTqmB","role":"tool"},{"content":"6","tool_call_id":"tool_1_multiply_nZSCK8smzKFKbdiORQio","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"tool_add_KQuyjhzkSrDLHHP8RcOV","function":{"arguments":"{\"b\":3,\"a\":2}","name":"add"},"type":"function"},{"id":"tool_multiply_bdU7KY7e0zIp9S5WXO8k","function":{"arguments":"{\"b\":3,\"a\":2}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"tool_add_KQuyjhzkSrDLHHP8RcOV","role":"tool"},{"content":"6","tool_call_id":"tool_multiply_bdU7KY7e0zIp9S5WXO8k","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -59,13 +67,15 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884896-S4C9WkpsADy97egk3ecX","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884896,"choices":[{"index":0,"delta":{"role":"assistant","content":"The sum of","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323571-WfkXfBTnlPHhaiUMJm5S","object":"chat.completion.chunk","created":1773323571,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":"The sum of","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323571-WfkXfBTnlPHhaiUMJm5S","object":"chat.completion.chunk","created":1773323571,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":" 2 and 3 is 5.\nThe product of 2 and 3 is 6","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884896-S4C9WkpsADy97egk3ecX","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884896,"choices":[{"index":0,"delta":{"role":"assistant","content":" 2 and 3 is 5, and the product of 2 and 3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323571-WfkXfBTnlPHhaiUMJm5S","object":"chat.completion.chunk","created":1773323571,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884896-S4C9WkpsADy97egk3ecX","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884896,"choices":[{"index":0,"delta":{"role":"assistant","content":" is 6.","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773323571-WfkXfBTnlPHhaiUMJm5S","object":"chat.completion.chunk","created":1773323571,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"STOP"}]} - data: {"id":"gen-1758884896-S4C9WkpsADy97egk3ecX","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884896,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":111,"completion_tokens":25,"total_tokens":136,"cost":0.0000958,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000333,"upstream_inference_completions_cost":0.0000625},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323571-WfkXfBTnlPHhaiUMJm5S","object":"chat.completion.chunk","created":1773323571,"model":"google/gemini-2.5-flash","provider":"Google","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":25,"total_tokens":131,"cost":0.0000943,"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.0000943,"upstream_inference_prompt_cost":0.0000318,"upstream_inference_completions_cost":0.0000625},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -74,4 +84,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 652.719208ms + duration: 2.648272667s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple.yaml index b40ce56f7c3c2521a058b21328082c57187fad7b..7c6ee863d35cdd857ce322fbf97c891369f1822f 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n{\"id\":\"gen-1758884888-8cFWFhyuZpFJzRBAfJhE\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758884888,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":9,\"completion_tokens\":2,\"total_tokens\":11,\"cost\":0.0000077,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000027,\"upstream_inference_completions_cost\":0.000005},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323546-Lz9h2412HbWSXFNgDi4q\",\"object\":\"chat.completion\",\"created\":1773323546,\"model\":\"google/gemini-2.5-flash\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":9,\"completion_tokens\":2,\"total_tokens\":11,\"cost\":0.0000077,\"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.0000077,\"upstream_inference_prompt_cost\":0.0000027,\"upstream_inference_completions_cost\":0.000005},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 643.525875ms + duration: 2.217108958s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple_streaming.yaml index 7c8d18804b08376b49a7d74b5df3cfc2af2a6a9a..886e0594d81c4c9988d4b8ec35d83f277c15a00a 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,13 +24,13 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884889-wBMEuVgepAaRbPTJBSmM","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884889,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323549-Z7TPTY3OFTwi3FbsrkD7","object":"chat.completion.chunk","created":1773323549,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":"Olá","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884889-wBMEuVgepAaRbPTJBSmM","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884889,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá\" or \"Oi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323549-Z7TPTY3OFTwi3FbsrkD7","object":"chat.completion.chunk","created":1773323549,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884889-wBMEuVgepAaRbPTJBSmM","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884889,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773323549-Z7TPTY3OFTwi3FbsrkD7","object":"chat.completion.chunk","created":1773323549,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"STOP"}]} - data: {"id":"gen-1758884889-wBMEuVgepAaRbPTJBSmM","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884889,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":9,"completion_tokens":7,"total_tokens":16,"cost":0.0000202,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000027,"upstream_inference_completions_cost":0.0000175},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323549-Z7TPTY3OFTwi3FbsrkD7","object":"chat.completion.chunk","created":1773323549,"model":"google/gemini-2.5-flash","provider":"Google","choices":[],"usage":{"prompt_tokens":9,"completion_tokens":2,"total_tokens":11,"cost":0.0000077,"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.0000077,"upstream_inference_prompt_cost":0.0000027,"upstream_inference_completions_cost":0.000005},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -39,4 +39,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 969.074167ms + duration: 2.50132825s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool.yaml index b0131ae39dcbf437ef9793dd3ac691066991cc90..ef4b36c825e6e62d64bafbfb9b4c011e1cc400e0 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,28 +24,28 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n{\"id\":\"gen-1758884890-eb63mHbHPmNmDzud29uQ\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758884890,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"index\":0,\"id\":\"tool_0_weather_tpb31y4AAKTQomEE5Gds\",\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":28,\"completion_tokens\":5,\"total_tokens\":33,\"cost\":0.0000209,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000084,\"upstream_inference_completions_cost\":0.0000125},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323551-Z9fvSRyarJhiEckomsGU\",\"object\":\"chat.completion\",\"created\":1773323551,\"model\":\"google/gemini-2.5-flash\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"tool_weather_FPNgk4I4KZEjUevmNdlw\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":28,\"completion_tokens\":5,\"total_tokens\":33,\"cost\":0.0000209,\"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.0000209,\"upstream_inference_prompt_cost\":0.0000084,\"upstream_inference_completions_cost\":0.0000125},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 920.856208ms + duration: 2.649886792s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 753 + content_length: 749 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_0_weather_tpb31y4AAKTQomEE5Gds","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"tool_0_weather_tpb31y4AAKTQomEE5Gds","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_FPNgk4I4KZEjUevmNdlw","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"tool_weather_FPNgk4I4KZEjUevmNdlw","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n{\"id\":\"gen-1758884890-CHMiuxRWBS7OxuQFUsla\",\"provider\":\"Google\",\"model\":\"google/gemini-2.5-flash\",\"object\":\"chat.completion\",\"created\":1758884891,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The weather in Florence, Italy is 40 degrees Celsius.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":57,\"completion_tokens\":13,\"total_tokens\":70,\"cost\":0.0000496,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000171,\"upstream_inference_completions_cost\":0.0000325},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323554-NStMJTYcdirUtUc0NcNX\",\"object\":\"chat.completion\",\"created\":1773323554,\"model\":\"google/gemini-2.5-flash\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":\"The weather in Florence, Italy is 40 degrees Celsius.\\n\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":56,\"completion_tokens\":14,\"total_tokens\":70,\"cost\":0.0000518,\"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.0000518,\"upstream_inference_prompt_cost\":0.0000168,\"upstream_inference_completions_cost\":0.000035},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 739.272167ms + duration: 2.892622666s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool_streaming.yaml index 50d028a4b34941083bea783f91ad53d4d9a9afce..a746d18b20d3c17bd29b8f7e428a76f76a9d4b24 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-2.5-flash/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,9 +24,13 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884891-TdXi6e4P1LOAy1d2zvUP","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884891,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"tool_0_weather_gNpQBlUfofhGF4jueDU7","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773323557-bwTLEOraICpagWL6Uq07","object":"chat.completion.chunk","created":1773323557,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"tool_weather_13exAs9OnUCNuJ59R1nr","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884891-TdXi6e4P1LOAy1d2zvUP","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884891,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":28,"completion_tokens":5,"total_tokens":33,"cost":0.0000209,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000084,"upstream_inference_completions_cost":0.0000125},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323557-bwTLEOraICpagWL6Uq07","object":"chat.completion.chunk","created":1773323557,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323557-bwTLEOraICpagWL6Uq07","object":"chat.completion.chunk","created":1773323557,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"STOP"}]} + + data: {"id":"gen-1773323557-bwTLEOraICpagWL6Uq07","object":"chat.completion.chunk","created":1773323557,"model":"google/gemini-2.5-flash","provider":"Google","choices":[],"usage":{"prompt_tokens":28,"completion_tokens":5,"total_tokens":33,"cost":0.0000209,"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.0000209,"upstream_inference_prompt_cost":0.0000084,"upstream_inference_completions_cost":0.0000125},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -35,22 +39,22 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 760.496ms + duration: 2.693357792s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 807 + content_length: 803 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_0_weather_gNpQBlUfofhGF4jueDU7","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"tool_0_weather_gNpQBlUfofhGF4jueDU7","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_13exAs9OnUCNuJ59R1nr","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"tool_weather_13exAs9OnUCNuJ59R1nr","role":"tool"}],"model":"google/gemini-2.5-flash","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -59,11 +63,13 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884892-mxDweeTvpL2t8FqL5Y6k","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884892,"choices":[{"index":0,"delta":{"role":"assistant","content":"The weather in Florence, Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323560-bWQYXK8x3ujdxDOjLrPN","object":"chat.completion.chunk","created":1773323560,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":"The weather in Florence,Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323560-bWQYXK8x3ujdxDOjLrPN","object":"chat.completion.chunk","created":1773323560,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":" is 40 C.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884892-mxDweeTvpL2t8FqL5Y6k","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884892,"choices":[{"index":0,"delta":{"role":"assistant","content":" is 40 degrees Celsius.","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773323560-bWQYXK8x3ujdxDOjLrPN","object":"chat.completion.chunk","created":1773323560,"model":"google/gemini-2.5-flash","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"STOP"}]} - data: {"id":"gen-1758884892-mxDweeTvpL2t8FqL5Y6k","provider":"Google","model":"google/gemini-2.5-flash","object":"chat.completion.chunk","created":1758884892,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":55,"completion_tokens":13,"total_tokens":68,"cost":0.000049,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000165,"upstream_inference_completions_cost":0.0000325},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323560-bWQYXK8x3ujdxDOjLrPN","object":"chat.completion.chunk","created":1773323560,"model":"google/gemini-2.5-flash","provider":"Google","choices":[],"usage":{"prompt_tokens":56,"completion_tokens":12,"total_tokens":68,"cost":0.0000468,"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.0000468,"upstream_inference_prompt_cost":0.0000168,"upstream_inference_completions_cost":0.00003},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -72,4 +78,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 736.252583ms + duration: 2.10521125s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/multi_tool.yaml index dd06f30e1cb5920c14bbb78fec467605f71eae3b..dc5bbd55d0b182dd74a4166a84ba30c23ce8b1d0 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/multi_tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1763546723-krpNoMGltmXXMt7QEkBX\",\"provider\":\"Google\",\"model\":\"google/gemini-3-pro-preview\",\"object\":\"chat.completion\",\"created\":1763546723,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"**Contemplating Dual Operations**\\n\\nI'm now zeroing in on the core requirement: simultaneously executing addition and multiplication on the given numbers, 2 and 3. The key constraint is to invoke both functions in a single go. I'm focusing on the mechanics of achieving this concurrent tool usage.\\n\\n\\n**Refining Concurrent Tool Calls**\\n\\nCurrently, I'm working to consolidate the add and multiply functions into a single step. The task's essential characteristic is the simultaneous use of both tools on the provided inputs, which are 2 and 3. My next iteration will involve generating the necessary tool calls to achieve this concurrent operation.\\n\\n\\n\",\"tool_calls\":[{\"index\":0,\"id\":\"tool_add_Rr5wzukrmPeay1Ei7Ab0\",\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}},{\"index\":1,\"id\":\"tool_multiply_XXecV033QPQiOE0Pid5S\",\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"**Contemplating Dual Operations**\\n\\nI'm now zeroing in on the core requirement: simultaneously executing addition and multiplication on the given numbers, 2 and 3. The key constraint is to invoke both functions in a single go. I'm focusing on the mechanics of achieving this concurrent tool usage.\\n\\n\\n**Refining Concurrent Tool Calls**\\n\\nCurrently, I'm working to consolidate the add and multiply functions into a single step. The task's essential characteristic is the simultaneous use of both tools on the provided inputs, which are 2 and 3. My next iteration will involve generating the necessary tool calls to achieve this concurrent operation.\\n\\n\\n\",\"format\":\"google-gemini-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"CiQB4/H/XgkUpJU4QU+IXqZeUmdE5p7/0hlWhrR4hblxPtdT+FoKdgHj8f9eh5vsZhTaF6ubhhFu/tYEEcc2uRhpehbecLT49gx/k4uXNEMWcVIdnlyUmOWB5mUoL0TCRHLXcs/HdbUgt41TfJiLLFzsIJOu6WLLRD61pEKXNg8lbOqbNiy4QZxvpkO/VQlLtZ8I8AG6t7POSFnSbkcKgQEB4/H/Xhyqc6U/uyqEYFlwSKlzmYP4plvxiZjznGbdk2NT0Y5MDaX5uoswUPa5h/UUJIZmwjetqYrdlaIV/fKL0wYLkhwLz51xSwe69yKSxN1AitfEFr9damnf2jh+YFMUwvyqPqFsf8evKGTk+6+WkRnY0zgqSN0yYtisjd1ZbrEKlwEB4/H/XhaCkzS66UWyWnxYNwislAPQrh1thGB58ALOZYxbWJNrKoXEpt7auCwEDEnZjRV7hAFGX1F2F5oRbAmgeBy1HRmJmE7MmV4KzQlHQlwYGVPNxohvIFu50Jws53+NYzAhMD+UUdXyvwWstIptgJVeTcbuXnALvn4vKn/7AZJeK0NlqY7q7UBxw4dfuz3nDfGdBjhXCm0B4/H/XifuvCQ5OYGkaUmlT1nvCLsMJXtVldGe2kiFTfZ8793EUQ2a4WT9sFP3t9KYr8rgzndHYCLFKJF/lDCM0wCj5YJbWbEGsJGVw1LAAem8tni/PV6UNHYhbqjsINkibaXkIo4L2rpb3xWICiwB4/H/XhQxGpYF/1hitRT9RPbq3fdS67vM/tDkwalkD/0eZiDq089xuJx/FA==\",\"id\":\"tool_add_Rr5wzukrmPeay1Ei7Ab0\",\"format\":\"google-gemini-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":60,\"completion_tokens\":128,\"total_tokens\":188,\"cost\":0.001656,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00012,\"upstream_inference_completions_cost\":0.001536},\"completion_tokens_details\":{\"reasoning_tokens\":110,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324005-wJjeeAWkEZDz7VOVeFl8\",\"object\":\"chat.completion\",\"created\":1773324005,\"model\":\"google/gemini-3-pro-preview-20251117\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"**Contemplating Operations**\\n\\nI've decided to simultaneously invoke both the addition and multiplication tools. The inputs are clear: 2 and 3. I will make the calls and receive the combined results, as per instructions. It feels like a simple enough task.\\n\\n\\n**Constructing the Calls**\\n\\nI'm now formulating the tool calls. The `add` and `multiply` tools will both receive the same inputs: a = 2, and b = 3. I'm building out the calls as requested, ensuring they are correctly formatted. I will then send these tool calls in the output.\\n\\n\\n\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"tool_add_BBg7ltfK2mevaHnlNtro\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"tool_multiply_7JvrECM0fnB3wiILotc7\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"**Contemplating Operations**\\n\\nI've decided to simultaneously invoke both the addition and multiplication tools. The inputs are clear: 2 and 3. I will make the calls and receive the combined results, as per instructions. It feels like a simple enough task.\\n\\n\\n**Constructing the Calls**\\n\\nI'm now formulating the tool calls. The `add` and `multiply` tools will both receive the same inputs: a = 2, and b = 3. I'm building out the calls as requested, ensuring they are correctly formatted. I will then send these tool calls in the output.\\n\\n\\n\",\"format\":\"google-gemini-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"CiQBjz1rX4IdDk5hysBuPZydzU9+FNiryaovcmLVVkxqUahnO74KfwGPPWtfXwVIw6C/CsPqzV23ebxt1fLEk93J7ZuhI847mu84BDHQFZT5NqzQPTa8WFPbhzwGHsHiMJeRamvNyn6xN6VR94IvNaHs0NnCfg4vz2V4mVb1eNxDh7hKumA3jV0isZ/YgRr4hMrc9vscet8+A6L+vzbtjwilPg8zoXIKawGPPWtfmXfm2UvYgVN2ZSVdPubrbe2YBfVYI6e9aN3dSQ5W4NeV7tYxAAIR6l8KLm8hxICqF6fA66mRxHJBIisoeHqXycOJYlLBm7XEkY/m9oo+EOLjR4AxxfD80KSuSqd6JOvpqChndP7sCpcBAY89a18uzrdg3iTmpCsk/Mhlz/iLPY/6KJoyvsVYQ4gh5EAAuCglfiTgXdVl5CbwqimrvXP1brREeT11AjrTbBSUzzKb7vjx1oY7RvCzFQMw878Yk9SptJGdKmWzq+wHlTZ0D0ycf04e3CeAKno7U27pS5uRP6Z44LJ5fs6kGRDrLC5YH+sNZUgl4G4Qwgk/ZStjda9tXwqAAQGPPWtfFNHbpW51+brZJsLPFpO7ym2it/iq9f96sL5fA8ueJ+euPKqgvGLXPEDHeoFlf+j75lMTmUrbW/FEIGQ44MePKdF3rVP6TZaza1S+C1b7oRaG0aGAdwWEMIF1tLdoAaKdiPoi3y9GOJ140439tVDA1XjzoYfzZTLvrJWRCo4BAY89a1/LnFd4P0V06ucbrurakTj/3tOMtYRVApFhVwZN/kmJcxdhTjojzbFBUb1daWYw3LsJPZWyCVAgAhFfqhU0NvruK+gvkTUA/PCXIbA8tbbV+nNDqI+XLGrczRYlmmAuBFkeFSzeNys5BNnijN1AzLnMIxOY4TcOrmVtioVJbFJSiWkSDzeYjQN0hApSAY89a19QnvCiRryqXsOjH1V5IaINiFfa02fufqFJGjuvTCGbvBlsFB7bT9cABzArI6vXgMFzdb3JzjLL7kznff8BCFCEu3Ine0xijA+pgzXaSA==\",\"format\":\"google-gemini-v1\",\"id\":\"tool_add_BBg7ltfK2mevaHnlNtro\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":61,\"completion_tokens\":180,\"total_tokens\":241,\"cost\":0.002282,\"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.002282,\"upstream_inference_prompt_cost\":0.000122,\"upstream_inference_completions_cost\":0.00216},\"completion_tokens_details\":{\"reasoning_tokens\":162,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.777893792s + duration: 5.441428625s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 2966 + content_length: 2486 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"tool_add_Rr5wzukrmPeay1Ei7Ab0","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"tool_multiply_XXecV033QPQiOE0Pid5S","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"google-gemini-v1","index":0,"text":"**Contemplating Dual Operations**\n\nI''m now zeroing in on the core requirement: simultaneously executing addition and multiplication on the given numbers, 2 and 3. The key constraint is to invoke both functions in a single go. I''m focusing on the mechanics of achieving this concurrent tool usage.\n\n\n**Refining Concurrent Tool Calls**\n\nCurrently, I''m working to consolidate the add and multiply functions into a single step. The task''s essential characteristic is the simultaneous use of both tools on the provided inputs, which are 2 and 3. My next iteration will involve generating the necessary tool calls to achieve this concurrent operation.\n\n\n","type":"reasoning.text"},{"data":"CiQB4/H/XgkUpJU4QU+IXqZeUmdE5p7/0hlWhrR4hblxPtdT+FoKdgHj8f9eh5vsZhTaF6ubhhFu/tYEEcc2uRhpehbecLT49gx/k4uXNEMWcVIdnlyUmOWB5mUoL0TCRHLXcs/HdbUgt41TfJiLLFzsIJOu6WLLRD61pEKXNg8lbOqbNiy4QZxvpkO/VQlLtZ8I8AG6t7POSFnSbkcKgQEB4/H/Xhyqc6U/uyqEYFlwSKlzmYP4plvxiZjznGbdk2NT0Y5MDaX5uoswUPa5h/UUJIZmwjetqYrdlaIV/fKL0wYLkhwLz51xSwe69yKSxN1AitfEFr9damnf2jh+YFMUwvyqPqFsf8evKGTk+6+WkRnY0zgqSN0yYtisjd1ZbrEKlwEB4/H/XhaCkzS66UWyWnxYNwislAPQrh1thGB58ALOZYxbWJNrKoXEpt7auCwEDEnZjRV7hAFGX1F2F5oRbAmgeBy1HRmJmE7MmV4KzQlHQlwYGVPNxohvIFu50Jws53+NYzAhMD+UUdXyvwWstIptgJVeTcbuXnALvn4vKn/7AZJeK0NlqY7q7UBxw4dfuz3nDfGdBjhXCm0B4/H/XifuvCQ5OYGkaUmlT1nvCLsMJXtVldGe2kiFTfZ8793EUQ2a4WT9sFP3t9KYr8rgzndHYCLFKJF/lDCM0wCj5YJbWbEGsJGVw1LAAem8tni/PV6UNHYhbqjsINkibaXkIo4L2rpb3xWICiwB4/H/XhQxGpYF/1hitRT9RPbq3fdS67vM/tDkwalkD/0eZiDq089xuJx/FA==","format":"google-gemini-v1","id":"tool_add_Rr5wzukrmPeay1Ei7Ab0","index":0,"type":"reasoning.encrypted"}]},{"content":"5","tool_call_id":"tool_add_Rr5wzukrmPeay1Ei7Ab0","role":"tool"},{"content":"6","tool_call_id":"tool_multiply_XXecV033QPQiOE0Pid5S","role":"tool"}],"model":"google/gemini-3-pro-preview","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"tool_add_BBg7ltfK2mevaHnlNtro","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"tool_multiply_7JvrECM0fnB3wiILotc7","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"data":"CiQBjz1rX4IdDk5hysBuPZydzU9+FNiryaovcmLVVkxqUahnO74KfwGPPWtfXwVIw6C/CsPqzV23ebxt1fLEk93J7ZuhI847mu84BDHQFZT5NqzQPTa8WFPbhzwGHsHiMJeRamvNyn6xN6VR94IvNaHs0NnCfg4vz2V4mVb1eNxDh7hKumA3jV0isZ/YgRr4hMrc9vscet8+A6L+vzbtjwilPg8zoXIKawGPPWtfmXfm2UvYgVN2ZSVdPubrbe2YBfVYI6e9aN3dSQ5W4NeV7tYxAAIR6l8KLm8hxICqF6fA66mRxHJBIisoeHqXycOJYlLBm7XEkY/m9oo+EOLjR4AxxfD80KSuSqd6JOvpqChndP7sCpcBAY89a18uzrdg3iTmpCsk/Mhlz/iLPY/6KJoyvsVYQ4gh5EAAuCglfiTgXdVl5CbwqimrvXP1brREeT11AjrTbBSUzzKb7vjx1oY7RvCzFQMw878Yk9SptJGdKmWzq+wHlTZ0D0ycf04e3CeAKno7U27pS5uRP6Z44LJ5fs6kGRDrLC5YH+sNZUgl4G4Qwgk/ZStjda9tXwqAAQGPPWtfFNHbpW51+brZJsLPFpO7ym2it/iq9f96sL5fA8ueJ+euPKqgvGLXPEDHeoFlf+j75lMTmUrbW/FEIGQ44MePKdF3rVP6TZaza1S+C1b7oRaG0aGAdwWEMIF1tLdoAaKdiPoi3y9GOJ140439tVDA1XjzoYfzZTLvrJWRCo4BAY89a1/LnFd4P0V06ucbrurakTj/3tOMtYRVApFhVwZN/kmJcxdhTjojzbFBUb1daWYw3LsJPZWyCVAgAhFfqhU0NvruK+gvkTUA/PCXIbA8tbbV+nNDqI+XLGrczRYlmmAuBFkeFSzeNys5BNnijN1AzLnMIxOY4TcOrmVtioVJbFJSiWkSDzeYjQN0hApSAY89a19QnvCiRryqXsOjH1V5IaINiFfa02fufqFJGjuvTCGbvBlsFB7bT9cABzArI6vXgMFzdb3JzjLL7kznff8BCFCEu3Ine0xijA+pgzXaSA==","format":"google-gemini-v1","id":"tool_add_BBg7ltfK2mevaHnlNtro","index":0,"type":"reasoning.encrypted"}]},{"content":"5","tool_call_id":"tool_add_BBg7ltfK2mevaHnlNtro","role":"tool"},{"content":"6","tool_call_id":"tool_multiply_7JvrECM0fnB3wiILotc7","role":"tool"}],"model":"google/gemini-3-pro-preview","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1763546727-n3yus1LOuR5HXnN0YHRi\",\"provider\":\"Google AI Studio\",\"model\":\"google/gemini-3-pro-preview\",\"object\":\"chat.completion\",\"created\":1763546727,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The sum of 2 and 3 is 5, and the product of 2 and 3 is 6.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":246,\"completion_tokens\":25,\"total_tokens\":271,\"cost\":0.000792,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000492,\"upstream_inference_completions_cost\":0.0003},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324011-3Y83R1WkjwD2fLe7EZKf\",\"object\":\"chat.completion\",\"created\":1773324011,\"model\":\"google/gemini-3-pro-preview-20251117\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":\"The sum of 2 and 3 is 5, and the product of 2 and 3 is 6.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":109,\"completion_tokens\":25,\"total_tokens\":134,\"cost\":0.000518,\"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.000518,\"upstream_inference_prompt_cost\":0.000218,\"upstream_inference_completions_cost\":0.0003},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.828258792s + duration: 4.693649875s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/multi_tool_streaming.yaml index 83bd9cb9ff0e4354c2bd1ea1eafa11dc37b8d7c1..d26c88e8815a5bac8d73ee08da3918dcc336aeed 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/multi_tool_streaming.yaml @@ -24,13 +24,23 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1763546729-jK1aeMuI8GK43IJd8TkJ","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546729,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Calculating Simultaneously**\n\nI'm structuring the code to run both operations, addition and multiplication, concurrently. I'm focusing on ensuring the `add` and `multiply` functions are called in parallel, as instructed. My next step will be to verify the parallel execution works as intended and then check the output.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Calculating Simultaneously**\n\nI'm structuring the code to run both operations, addition and multiplication, concurrently. I'm focusing on ensuring the `add` and `multiply` functions are called in parallel, as instructed. My next step will be to verify the parallel execution works as intended and then check the output.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324016-ju6o6zsDAama1Oyl2svH","object":"chat.completion.chunk","created":1773324016,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Initiating Operations Concurrently**\n\nI've got the directive to execute both 'add' and 'multiply' operations on the provided numbers, 2 and 3. The system prompt is clear: both must be used. Now I am formulating the concurrent calls to 'add' and 'multiply', as requested.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Initiating Operations Concurrently**\n\nI've got the directive to execute both 'add' and 'multiply' operations on the provided numbers, 2 and 3. The system prompt is clear: both must be used. Now I am formulating the concurrent calls to 'add' and 'multiply', as requested.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546729-jK1aeMuI8GK43IJd8TkJ","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546729,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"reasoning":null,"reasoning_details":[{"id":"tool_add_UUaBEsZzO32E0mTPWBH0","type":"reasoning.encrypted","data":"CiQB4/H/XnAwaObJs/UHDkvpR2+9+jMNYdJYOEGoRvWFcj3rqWsKewHj8f9ec2BXB5/CHJY2tbAF2joRDykTYPX85xh1S7LSKBw/SpSri3Y8qUkQjdDpogRjUYFe4PWCuZXttjwMrQ7LbYZgLsbSWNnCo7ObETXAsb2PcGsPq2nR4sevZXoEA9ZWKZbFaxZ3r8ZOK9wV2MQm+WXbkaGZSMf2pAp4AePx/17Ii4UcjG/22OZT8kNkg2RI8OBuSDp9BHSmPswVuxRjJRWMi/HU9WGRnJi0vYixjChledG6apY+SzEwBqxDz+mHFY3MYGQmn4SUB379vKP8YdyiJdhgqjcB4Q6PtHJic06IMk5FCIueAvUP64Ij37RTTZufCooBAePx/17l/jZE4GbgvXhPqM3E3qtLqJ+WJ+cfTrmuXWyKKQVT4opjvNonxhs4Kwm0xudfVBIM6fFoPCclQx7+E4WD4+1eQqMHnU9mQWBMhfCRS4hliO9zZJrO3txN4uEF5JbaBXwHiX1yu4mvZ5OIkQWOM2xHqjY/TMq5qD+PSNQL0W26r9y8/Nhr","format":"google-gemini-v1","index":0}],"tool_calls":[{"index":0,"id":"tool_add_UUaBEsZzO32E0mTPWBH0","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":"tool_calls","native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324016-ju6o6zsDAama1Oyl2svH","object":"chat.completion.chunk","created":1773324016,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Constructing Tool Calls**\n\nI'm solidifying the implementation strategy. My current focus is generating a list containing the `add` and `multiply` function calls, both operating on the inputs 2 and 3, as I previously planned. That list is now ready for execution.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Constructing Tool Calls**\n\nI'm solidifying the implementation strategy. My current focus is generating a list containing the `add` and `multiply` function calls, both operating on the inputs 2 and 3, as I previously planned. That list is now ready for execution.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546729-jK1aeMuI8GK43IJd8TkJ","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546729,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"reasoning":null,"reasoning_details":[],"tool_calls":[{"index":1,"id":"tool_multiply_qxw1ym6Mwm8U9MPesjJJ","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773324016-ju6o6zsDAama1Oyl2svH","object":"chat.completion.chunk","created":1773324016,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"CiQBjz1rX8jwTvOiEkSdffMAbbZb3AAf8J6TRL+sv+cWElPrf1UKZwGPPWtfWNRRPkLCDBabDP5oo0WMzTrSFtbdqfv71+er3owJmWicmo4eIEWcKo18eDA4FrV4UvfwEU/bTdRZik97eIfZTzKLFj2pZMnFdF6mr/9R1YQ6QDK01Gab7ojW4nrSn6O+mLkKZAGPPWtfGne8v/7fOrodXKtnOK8O/KmqnZwQMoUNkP/Nxsy7f4vcegXjk421zmJ/9dNiCd2W/9AXGZkgCLYZoZESC9056TnLcfiwRMOH+JxTpOK9pbWcDPx5s8QJkVWUT+2Aq8sKrgEBjz1rX0DeTAqlLohJ1Nh4BFPPhmEtrrLKP39s++nYc+0k2CWDmI8XcvPsfXuIKGQFIG60fUn0CANPDjWtnWOI7CkwAe/iuzO0oul1sr8yebW0ucuN9JtPzhCKFLgCoydZ+YmiEqeA2m/+0UWfX687eNUODu2Zb4snWbZcx+vF0mS2rhzKpSktfgFJtc7z/A+/uPrsSCN8fIx0zH0bJuc2tMU03zr5XsBo5MtrO+AKYgGPPWtfx94NLyXU91eymKkmuKLgGkZ/tBK366wzvwLkopNlbJcoYDXBvZKE9ixmX+jyjP46RzftAmBusOOG8Z4TrGzUXld7fN+eAb5QIEKP7BegRq4KCco9wYqehjEuq+ZwCkIBjz1rX4NMJ6Fb+Vytwp7qSprS8/sBuNyrUT3ryumRgPlYFVhOTo6QEdjavg2ik1QvCHSX+PvIZHBqKoLAJ88znEg=","format":"google-gemini-v1","id":"tool_add_pBo1amaXosQZHph2sTIn","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546729-jK1aeMuI8GK43IJd8TkJ","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546729,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":57,"completion_tokens":83,"total_tokens":140,"cost":0.00111,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000114,"upstream_inference_completions_cost":0.000996},"completion_tokens_details":{"reasoning_tokens":65,"image_tokens":0}}} + data: {"id":"gen-1773324016-ju6o6zsDAama1Oyl2svH","object":"chat.completion.chunk","created":1773324016,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"tool_add_pBo1amaXosQZHph2sTIn","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324016-ju6o6zsDAama1Oyl2svH","object":"chat.completion.chunk","created":1773324016,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324016-ju6o6zsDAama1Oyl2svH","object":"chat.completion.chunk","created":1773324016,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"tool_multiply_4OlsV1nHAV6rIa96boyX","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324016-ju6o6zsDAama1Oyl2svH","object":"chat.completion.chunk","created":1773324016,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"b\":3,\"a\":2}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324016-ju6o6zsDAama1Oyl2svH","object":"chat.completion.chunk","created":1773324016,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"STOP"}]} + + data: {"id":"gen-1773324016-ju6o6zsDAama1Oyl2svH","object":"chat.completion.chunk","created":1773324016,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[],"usage":{"prompt_tokens":57,"completion_tokens":121,"total_tokens":178,"cost":0.001566,"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.001566,"upstream_inference_prompt_cost":0.000114,"upstream_inference_completions_cost":0.001452},"completion_tokens_details":{"reasoning_tokens":103,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -39,15 +49,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 4.1319125s + duration: 5.262496708s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 2438 + content_length: 2881 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"tool_add_UUaBEsZzO32E0mTPWBH0","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"tool_multiply_qxw1ym6Mwm8U9MPesjJJ","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"google-gemini-v1","index":0,"text":"**Calculating Simultaneously**\n\nI''m structuring the code to run both operations, addition and multiplication, concurrently. I''m focusing on ensuring the `add` and `multiply` functions are called in parallel, as instructed. My next step will be to verify the parallel execution works as intended and then check the output.\n\n\n","type":"reasoning.text"},{"data":"CiQB4/H/XnAwaObJs/UHDkvpR2+9+jMNYdJYOEGoRvWFcj3rqWsKewHj8f9ec2BXB5/CHJY2tbAF2joRDykTYPX85xh1S7LSKBw/SpSri3Y8qUkQjdDpogRjUYFe4PWCuZXttjwMrQ7LbYZgLsbSWNnCo7ObETXAsb2PcGsPq2nR4sevZXoEA9ZWKZbFaxZ3r8ZOK9wV2MQm+WXbkaGZSMf2pAp4AePx/17Ii4UcjG/22OZT8kNkg2RI8OBuSDp9BHSmPswVuxRjJRWMi/HU9WGRnJi0vYixjChledG6apY+SzEwBqxDz+mHFY3MYGQmn4SUB379vKP8YdyiJdhgqjcB4Q6PtHJic06IMk5FCIueAvUP64Ij37RTTZufCooBAePx/17l/jZE4GbgvXhPqM3E3qtLqJ+WJ+cfTrmuXWyKKQVT4opjvNonxhs4Kwm0xudfVBIM6fFoPCclQx7+E4WD4+1eQqMHnU9mQWBMhfCRS4hliO9zZJrO3txN4uEF5JbaBXwHiX1yu4mvZ5OIkQWOM2xHqjY/TMq5qD+PSNQL0W26r9y8/Nhr","format":"google-gemini-v1","id":"tool_add_UUaBEsZzO32E0mTPWBH0","index":0,"type":"reasoning.encrypted"}]},{"content":"5","tool_call_id":"tool_add_UUaBEsZzO32E0mTPWBH0","role":"tool"},{"content":"6","tool_call_id":"tool_multiply_qxw1ym6Mwm8U9MPesjJJ","role":"tool"}],"model":"google/gemini-3-pro-preview","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"tool_add_pBo1amaXosQZHph2sTIn","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"tool_multiply_4OlsV1nHAV6rIa96boyX","function":{"arguments":"{\"b\":3,\"a\":2}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"google-gemini-v1","index":0,"text":"**Initiating Operations Concurrently**\n\nI''ve got the directive to execute both ''add'' and ''multiply'' operations on the provided numbers, 2 and 3. The system prompt is clear: both must be used. Now I am formulating the concurrent calls to ''add'' and ''multiply'', as requested.\n\n\n**Constructing Tool Calls**\n\nI''m solidifying the implementation strategy. My current focus is generating a list containing the `add` and `multiply` function calls, both operating on the inputs 2 and 3, as I previously planned. That list is now ready for execution.\n\n\n","type":"reasoning.text"},{"data":"CiQBjz1rX8jwTvOiEkSdffMAbbZb3AAf8J6TRL+sv+cWElPrf1UKZwGPPWtfWNRRPkLCDBabDP5oo0WMzTrSFtbdqfv71+er3owJmWicmo4eIEWcKo18eDA4FrV4UvfwEU/bTdRZik97eIfZTzKLFj2pZMnFdF6mr/9R1YQ6QDK01Gab7ojW4nrSn6O+mLkKZAGPPWtfGne8v/7fOrodXKtnOK8O/KmqnZwQMoUNkP/Nxsy7f4vcegXjk421zmJ/9dNiCd2W/9AXGZkgCLYZoZESC9056TnLcfiwRMOH+JxTpOK9pbWcDPx5s8QJkVWUT+2Aq8sKrgEBjz1rX0DeTAqlLohJ1Nh4BFPPhmEtrrLKP39s++nYc+0k2CWDmI8XcvPsfXuIKGQFIG60fUn0CANPDjWtnWOI7CkwAe/iuzO0oul1sr8yebW0ucuN9JtPzhCKFLgCoydZ+YmiEqeA2m/+0UWfX687eNUODu2Zb4snWbZcx+vF0mS2rhzKpSktfgFJtc7z/A+/uPrsSCN8fIx0zH0bJuc2tMU03zr5XsBo5MtrO+AKYgGPPWtfx94NLyXU91eymKkmuKLgGkZ/tBK366wzvwLkopNlbJcoYDXBvZKE9ixmX+jyjP46RzftAmBusOOG8Z4TrGzUXld7fN+eAb5QIEKP7BegRq4KCco9wYqehjEuq+ZwCkIBjz1rX4NMJ6Fb+Vytwp7qSprS8/sBuNyrUT3ryumRgPlYFVhOTo6QEdjavg2ik1QvCHSX+PvIZHBqKoLAJ88znEg=","format":"google-gemini-v1","id":"tool_add_pBo1amaXosQZHph2sTIn","index":0,"type":"reasoning.encrypted"}]},{"content":"5","tool_call_id":"tool_add_pBo1amaXosQZHph2sTIn","role":"tool"},{"content":"6","tool_call_id":"tool_multiply_4OlsV1nHAV6rIa96boyX","role":"tool"}],"model":"google/gemini-3-pro-preview","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -63,13 +73,15 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1763546733-tGHMAwoxWJIfDs5dnbLf","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546733,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324023-7FoX7Fe6AT4zEtGIZMt7","object":"chat.completion.chunk","created":1773324023,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"The result","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324023-7FoX7Fe6AT4zEtGIZMt7","object":"chat.completion.chunk","created":1773324023,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":" of adding 2 and 3 is 5, and the result of multiplying ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546733-tGHMAwoxWJIfDs5dnbLf","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546733,"choices":[{"index":0,"delta":{"role":"assistant","content":" result of adding 2 and 3 is 5, and the result of multiplying","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324023-7FoX7Fe6AT4zEtGIZMt7","object":"chat.completion.chunk","created":1773324023,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"2 by 3 is 6.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546733-tGHMAwoxWJIfDs5dnbLf","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546733,"choices":[{"index":0,"delta":{"role":"assistant","content":" them is 6.","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773324023-7FoX7Fe6AT4zEtGIZMt7","object":"chat.completion.chunk","created":1773324023,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"STOP"}]} - data: {"id":"gen-1763546733-tGHMAwoxWJIfDs5dnbLf","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546733,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":108,"completion_tokens":23,"total_tokens":131,"cost":0.000492,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000216,"upstream_inference_completions_cost":0.000276},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324023-7FoX7Fe6AT4zEtGIZMt7","object":"chat.completion.chunk","created":1773324023,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[],"usage":{"prompt_tokens":106,"completion_tokens":27,"total_tokens":133,"cost":0.000536,"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.000536,"upstream_inference_prompt_cost":0.000212,"upstream_inference_completions_cost":0.000324},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -78,4 +90,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.800347541s + duration: 4.543200542s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/simple.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/simple.yaml index c7a954f6ee3247ecc439c21b9e8dc65c5a362417..8ac2b9f78e5f9f8e13c506e3d1b63a63b5a35070 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/simple.yaml @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1763546701-sBf8rH1mDRj14OloJK1h\",\"provider\":\"Google AI Studio\",\"model\":\"google/gemini-3-pro-preview\",\"object\":\"chat.completion\",\"created\":1763546701,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The most common way to say \\\"hi\\\" in Portuguese is:\\n\\n**Oi** (pronounced like *oy*)\\n\\nYou can also say **Olá** (pronounced *oh-lah*), which is closer to \\\"hello.\\\"\",\"refusal\":null,\"reasoning\":\"**Pinpointing the Phrase**\\n\\nI've zeroed in on the user's need: a Portuguese \\\"hi.\\\" My analysis quickly identified the target language. Now, I'm working to compile the appropriate phrase for various social settings. \\\"Oi\\\" seems to be the informal winner, but I'm checking for more formal options to make the final answer complete.\\n\\n\\n**Refining the Greetings**\\n\\nI'm now zeroing in on the best ways to present the information. The original query was for \\\"hi\\\" but I realized that Portuguese doesn't always distinguish as directly as English. \\\"Oi\\\" is the clearest equivalent, and I've included \\\"Olá\\\" as an alternative that is also common. I'm focusing on providing context with pronunciation for each word, and have decided to add a brief explanation to give the user even more helpful knowledge.\\n\\n\\n**Delivering the Greetings**\\n\\nI've determined that \\\"Oi\\\" is the most direct Portuguese translation of \\\"hi.\\\" Furthermore, I've incorporated the pronunciation key, noting \\\"Oi\\\" sounds like \\\"oy.\\\" For completeness, I've added \\\"Olá\\\" to provide an alternative for the user, similar to \\\"hello.\\\"\\n\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"**Pinpointing the Phrase**\\n\\nI've zeroed in on the user's need: a Portuguese \\\"hi.\\\" My analysis quickly identified the target language. Now, I'm working to compile the appropriate phrase for various social settings. \\\"Oi\\\" seems to be the informal winner, but I'm checking for more formal options to make the final answer complete.\\n\\n\\n**Refining the Greetings**\\n\\nI'm now zeroing in on the best ways to present the information. The original query was for \\\"hi\\\" but I realized that Portuguese doesn't always distinguish as directly as English. \\\"Oi\\\" is the clearest equivalent, and I've included \\\"Olá\\\" as an alternative that is also common. I'm focusing on providing context with pronunciation for each word, and have decided to add a brief explanation to give the user even more helpful knowledge.\\n\\n\\n**Delivering the Greetings**\\n\\nI've determined that \\\"Oi\\\" is the most direct Portuguese translation of \\\"hi.\\\" Furthermore, I've incorporated the pronunciation key, noting \\\"Oi\\\" sounds like \\\"oy.\\\" For completeness, I've added \\\"Olá\\\" to provide an alternative for the user, similar to \\\"hello.\\\"\\n\\n\\n\",\"format\":\"google-gemini-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"EoIOCv8NAdHtim/suOdn1ujhrFG3R8JW2tDAAtgDNqX7cm0DqHCcE8txaRuUWah/MAsJ4rXLjh/w2fxpCu3fJHQDzn1ke7Zw6XkJiLtd0TdkVsylaDopnvZAvCYN91iFa2yUxxCaqc7UQYl0/ITgP8wIC4nrctK8PaHNtKSGfEg/vHibO+JstyKy1sKGMa5YVbyng+jUFezJAMqRIsCMYJ+Ga/HPeWUcUa/fKbUFSrHkGkXxbpNZRj2QaBy6u1MtOWtqwwBr+jdfKeewMoEczbg7XSeUduj60FVks3aVqEGZr18V9tg69CGEcjic0I8onA6AMnTUdzthEZastOZZByKbPM1F8VjeEwrGctcgFMK8NtXnp3npULV9XFCLW6/1wqe6xjl27NG3+YqBI/CS5C4rm5j1qJFVH+JWrJDOh1BlEeVP0NgRyih9lYVsDueCtZaIKU1Rj8meOjN0cc3M52ZGdFMIxEZzseHV/dMpF9pgVVlc5kI80banUxQRwQRWdX419Dlj+JQZ3sBihzdPtaXK5BK6KNUjcHZsKAAeXlrImePWSy4Cp9RX4/q7RRlUmU+n8REG6EC2agtSltotyOBN9RDKLja1ODmg4cE8T6O/FSfTpbpKUMJfuqFG84/EglfEAXueededzlskAkLibN/Kt9xNAUz6pNsUOVhGN/8ORdXUU6GzAxuupw2YA8+sbmx4kDvGS/iSM1M5rpUB7tWvDBLymiYqjbNUb+6GZmIchWD0hbd9P0hwPCcTX2tzGMENPHyJrvGadi4QlKoCnuZlNiqwy2TcFfgdR4y1js14DqEcWOMF5G62GFwAdLdivbvsUWiY1S37GPKbZzzdxMKYKby4qwqluvTLELlOa60/yr05xQ36nyWQB3NhRIFg9drRrsOw+276iVYzbHAfARThi8dDwA+W8TQZ2wkM/HIVkLjh55hRai6cGaFkiui820NhmPkLbpmLsYsV+DPpHU7sX/zJSXbZqvfKhSFv+zScDAo2EvUFpEIXbFdJ1U/sJ4G9BAEkwFdlXXdKxQ6xWO669x5nHjcu7RcC0tzRAuewrO5s6/qA6Q6w7eB6lniAiCp/rTssJRbnI5sNu4yLcx+GudUVBHt8fGoIGJCumzYDPllhq5G1rSpmAQ5FKiN9pVfEnezVxg6NAszWQyP2mN5p9svdWDcd59CxEfnisafxWwj2OIaIzrq5sTluJTnlzEMuaNmIV7O0GjmDHwgOzyM1xzJ4lhsfZ2O+ejwOIHD9QuThKxUWIWJQt2edSdwmbDXofqDzCt1/MT0q7xMaGjvLXIMXmgp9HdFPKmStHueys/JP0dCIc6cIYDXeqcxqQ6py+Zk2R5Mn8t8Kxz47a6ScxDw1YAlYgaMPqhTTnLVmd1Y0/m6EmKcWRiEp6N/wr3pvGLeDQvqY6LkFiWpz4VNjnkQySWYciQoOz/PTtTZqlRMbNzDt0s4aebxqKKApmWXaoCV6ouGz8nPt/zL6pbPrdz8zPyv/tm40YTnzkJhgUO34aOWdkpPeuWVLdz80Ey1s3MImUq2gSJ0BA9RFDfl/jSHmTfaQ75sgKevBJAikomBlDbW7RFAMVKccxLsCaS3jgrA+K8EtX2y4I0aEp9NU/o/hx3zO82SPhpb4MfTSbQElRNPZiTA4jwyRIxRLXs/MFWWS2LbE5WiPkTdzFgyWSwHkN1ykVBYFbSPGCApLZKjMzbSp8x2HgLrziAuObhPgKR2+Pa/rNIbKJfM8ytENpPx8x2UFIwI2ZDRUz9rFJ+maDDRkQ0pmcPZepA74wvdce6+gsRTtJPbjv8hhqE/l1IfcCIn8SdzASXaKuSknV18XnmTBaGAXIk8YN6no7O1xUAy/x5C7xhJBDtUZtpYHek1cW5VAJYUs5BqhDXaGWAxhw277ybNA21Gl5MVmaf4P163qCmvNuapISCFWfDEYTbNTImZkJtg5KExI641U7JBmJ8XJNItVfVxT69fcTCglW665lFqkV6cmfVSudA8XySr0sMm/pfOIXCnBODPXd6QBR7MjY7uJwynM+ZZoly1K640K+70TIU4iTRIvP9hQ2m3R+F1kTdRGOLwqvfhyj2E24JgFcS6ZuVnan8llQp56jxHAchAX9VEl60RQmOzcECzOynKCZaZA3YH+72pYxDhu5WrK/mG4BmL3miYMsofIkXi/ZvYsMC3XjL+hYiL1tttt8E0eCWY73Wd2437jkM/4vMTrrJO99rqr4ERktB/FvChaiSFHHjPFQL3LAXgd0knyCqWC4yh6EPEYQuUfLI2YuGrIrpGjtecHBTvvcU/c2lVMWBvA2M/E4lX8dhKvv+5WcpfE1ZQ33f6mdLGbiWR8Z9jK2o8To/5cVAiD0jVmJ1aR2ZC9WH/oLw9+kbMSiamT\",\"format\":\"google-gemini-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":11,\"completion_tokens\":460,\"total_tokens\":471,\"cost\":0.005542,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000022,\"upstream_inference_completions_cost\":0.00552},\"completion_tokens_details\":{\"reasoning_tokens\":414,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323945-KH4iNGLeuzlTvaLsyi6w\",\"object\":\"chat.completion\",\"created\":1773323945,\"model\":\"google/gemini-3-pro-preview-20251117\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":\"You can say **\\\"Oi\\\"** (informal) or **\\\"Olá\\\"** (slightly more formal, like \\\"Hello\\\").\",\"refusal\":null,\"reasoning\":\"**Investigating Portuguese Greetings**\\n\\nI've homed in on the translation. It looks like \\\"Oi\\\" or \\\"Olá\\\" are the go-to options for \\\"hi\\\" in Portuguese. I'm noting \\\"Oi\\\" seems more casual than \\\"Olá,\\\" which is a key distinction to remember. Now, I'm considering contexts where one might be preferred over the other.\\n\\n\\n**Pinpointing Formalities in Usage**\\n\\nI'm now focusing on the formality aspects. I've noted that while \\\"Oi\\\" is indeed the simplest, providing \\\"Olá\\\" broadens the scope and adds nuance. Considering Brazilian versus European Portuguese, \\\"Oi\\\" is universally understood, and \\\"Olá\\\" is a safe bet in any setting. Time to refine the response to highlight this key distinction.\\n\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"**Investigating Portuguese Greetings**\\n\\nI've homed in on the translation. It looks like \\\"Oi\\\" or \\\"Olá\\\" are the go-to options for \\\"hi\\\" in Portuguese. I'm noting \\\"Oi\\\" seems more casual than \\\"Olá,\\\" which is a key distinction to remember. Now, I'm considering contexts where one might be preferred over the other.\\n\\n\\n**Pinpointing Formalities in Usage**\\n\\nI'm now focusing on the formality aspects. I've noted that while \\\"Oi\\\" is indeed the simplest, providing \\\"Olá\\\" broadens the scope and adds nuance. Considering Brazilian versus European Portuguese, \\\"Oi\\\" is universally understood, and \\\"Olá\\\" is a safe bet in any setting. Time to refine the response to highlight this key distinction.\\n\\n\\n\",\"format\":\"google-gemini-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"CikBjz1rXwsGfPyvpPTAObMA8wPY8uxtdh1qGpqVEC05KQjr6RE0517NrgpfAY89a1/C4BHmlOUe84daSc91J8qgaLcbiV66XMyz9B5X5ZzuSefPJFWink0sAEUhGKPhOd/UFJPd5vJn77FcANSfBJAPbXvQfPt1ur7ds7EKCdw1Uf2dEEYeFmTclhIKVAGPPWtfbVH+bCLa8my52HmrpFDVzvcO7b/PcesVlwo3SBlS7Eli0ZNEm7OND/wqwQhTPb3jSh/R2rtDuwdFVwh5oO0xhhQEFHHWE04G0q6lu7SKNgqKAQGPPWtfataiI310cD2pGmQZCqBsfRUiaaNglWcxoNrB4Y9D4VAEn0ij3q/FqKstF4qhqoBrIifdao3j9uezXb+orq27fi0z1wGg6PdtnOWPffTvSf0P+QgqjuXBct72DfnSigToi1Q3Tkl8f1/jN+yIzxoXG5aYb9tF+hpXpURZ8IPC7wI6ePkhfQqTAQGPPWtfiI8zBsiNninyAu6SpnEYl4ud3WcyIXD4EAMozlPb5L2gcWL4wMt3iydbR61Na07ptsL6ZhMAA2Epq96Nl/UURN+1TJQwJdjlXjKwYVTUnTuLwYABmkGLqBYU7KRgQ/1I/29y0X8A2siLzuQgLENUJ/dyrP45OFR3BKq1uqJ7K5pHtzx6z1RZtk7jy0QUbQr8AQGPPWtfloLRZXdGzWKCLT9hSa6ExEAr8HQo0Kv1wIYVA8D90I0BsHNBx1lj+a5IaU7YzzIxtAzRXE+JOwWvc+DRwBmHv/bauCVFlCaOuJp19a+KbfDijnGk2LXQF9WdnoskIXJA9b4EkW3TjloWpnD3rOC4mpDaWkKeux1rCZRy8Tgf2mW0sBaLBMklT/ND7M5VtrS8Smwkdk6RnW8NEBnbpBFuXNvjJyRb4UXgMegCXr10Hsd7ybib5oUniqRYRDTIetEHoEmkaRASouiq7zNUhtCrE+6jp3mInFEVVgpaeag1f2wWznjepOP49T70qNLFFdYDbTJIUmah/ArqAQGPPWtfM7rLtwJchAXUP/pquoVVVFxSRVXFAI/TYqHToe6D3seuE4r+4Uxxqj8Lor9ywF+mMmr4OnOHvWsJHgqBBdYOy9lHs+wMz/aWWoj1SUqbVAF0Bev4HkJRl8kDIVgfybmeFMb62puDxI1XIZCMgNYjgsVsvK/Srhg2rYvT8+eC6M8wCglEhga9KKgC5MvlHbwlLmccLSw78z0LIClZ87tsHGMLoLHt1QwHz92f0jj44evxCPyJaXhmQjQfKLiXhGkodiYAgLOvbM1NEqCnCJ0SPnJshzM++2VivCM/MA4MBn3ncHbyrgqeAgGPPWtfJbGNaMohwobhRZaiP9s7/0cPvfbwEr+uc8cdcsqigM8NLh7E1svZmXYmoJ97+TPjamGc+guxjbKJ5gs5IwG/nfCaP2j1CtXEnNY1MErs6FByHZypuLrSoLsldBSHOM6jYD+g2FJcsAvh9qBvfQpN3KVWOGh3oKCfITK4HsjVvpo1+CNJnsG0eLS38NsZqNr++RPCqkYvDGNrTjZpkj+5aK8+tRbvlUGet3z+2Fjq3p2EbrGTNltfJwQv72+LxJGlEkY4XbYQ1bpCrfTxpTokeAPfn4h5Gjp9WOyZFCeHaMWrzkCOGnVszILUWAmjnckNouleUKXVuDeQHEHdQKuFKaSQIwxLBGozhEbhhNGcgsN8HdTCGttsAaoKLAGPPWtfSyuI+pFjWeM4AomPtbYxXeuhNy3rReUxjnCWHfTqQjFeKqiduFa+\",\"format\":\"google-gemini-v1\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":9,\"completion_tokens\":293,\"total_tokens\":302,\"cost\":0.003534,\"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.003534,\"upstream_inference_prompt_cost\":0.000018,\"upstream_inference_completions_cost\":0.003516},\"completion_tokens_details\":{\"reasoning_tokens\":266,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.918398667s + duration: 5.605099625s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/simple_streaming.yaml index bca71ad4d6b2129040a330111079aee255308b85..1e8d6830449b38a584b5929509d76d7d74acf35c 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/simple_streaming.yaml @@ -24,15 +24,17 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1763546708-WlSEiEPr7nn7Uso3yUg7","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546708,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Considering the Greeting**\n\nI've narrowed it down to the essentials: \"Oi\" is the go-to informal greeting in Portuguese, and it's perfect for a casual \"hi.\" No need to overcomplicate things!\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Considering the Greeting**\n\nI've narrowed it down to the essentials: \"Oi\" is the go-to informal greeting in Portuguese, and it's perfect for a casual \"hi.\" No need to overcomplicate things!\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323953-YCRLdmUuB5yGRxQwfY8l","object":"chat.completion.chunk","created":1773323953,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Discovering Greetings in Portuguese**\n\nI've homed in on the core of the user's request: translating \"hi\" to Portuguese. So far, the process is straightforward; I've parsed the prompt, confirming that the user is seeking a Portuguese greeting. Now I'm meticulously generating a list of possible translations. *Oi* is definitely the most prevalent, and the informal tone is noted. What else is there?\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Discovering Greetings in Portuguese**\n\nI've homed in on the core of the user's request: translating \"hi\" to Portuguese. So far, the process is straightforward; I've parsed the prompt, confirming that the user is seeking a Portuguese greeting. Now I'm meticulously generating a list of possible translations. *Oi* is definitely the most prevalent, and the informal tone is noted. What else is there?\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546708-WlSEiEPr7nn7Uso3yUg7","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546708,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Refining the Response**\n\nI've decided to include both options: \"Oi\" for \"Hi\" and \"Olá\" for \"Hello.\" I've considered that context is key, but providing both will give a richer response, especially for learners. I've also verified the pronunciation for clarity.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Refining the Response**\n\nI've decided to include both options: \"Oi\" for \"Hi\" and \"Olá\" for \"Hello.\" I've considered that context is key, but providing both will give a richer response, especially for learners. I've also verified the pronunciation for clarity.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323953-YCRLdmUuB5yGRxQwfY8l","object":"chat.completion.chunk","created":1773323953,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Considering Cultural Context in Translations**\n\nI'm now integrating the cultural dimensions of the prompt. I've mapped the primary translations (*Oi* and *Olá*), and the next step is layering in considerations of formality and regional variances. I'm focusing on providing context; for instance, is there an advantage to using one greeting over another in a specific circumstance? The goal is to convey not just the words, but the nuances of how they're used.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Considering Cultural Context in Translations**\n\nI'm now integrating the cultural dimensions of the prompt. I've mapped the primary translations (*Oi* and *Olá*), and the next step is layering in considerations of formality and regional variances. I'm focusing on providing context; for instance, is there an advantage to using one greeting over another in a specific circumstance? The goal is to convey not just the words, but the nuances of how they're used.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546708-WlSEiEPr7nn7Uso3yUg7","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546708,"choices":[{"index":0,"delta":{"role":"assistant","content":"**Oi**\n\nYou can also say **Olá** (which is more like \"Hello\").","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323953-YCRLdmUuB5yGRxQwfY8l","object":"chat.completion.chunk","created":1773323953,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"You can say **\"Oi\"** (informal) or **\"Olá\"** (slightly more formal, but suitable for almost any situation).","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546708-WlSEiEPr7nn7Uso3yUg7","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546708,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"ErwJCrkJAdHtim8y6vZPaBmPFxd5WcUQDT37XvDgtHy40D9ssC7Q5sBYDgvpMpDHsKIr9sAd+1fDRUXMgbG7K2vqZu985V9uTI35JWXsj5xAuwToyGe1vRObteKgBxXeORFcBFPL5banYDBJTZ61ggeQGsw67asE5pJMGcxTprujlpCJlvbGoJ9FNJATG2qHMW6XouPgkDLmlwodUjGM2DrV5tBKqJX6DhlA1Ofc/+GdlPtxOeQFsgLBpjFH5E+gvqwpJT5UrC6niF+hcRZGzLADjiJwlNUsYswb60CuVwpXFZ3gf+Zt9d/AzyC8o3xXD9m9haNB1uy+/67YtmB6768175bV/r579EQyQLQVrOANQPP9zQTDqxGM35+zmF17ITgpLzy7wwzGjjEvqsE4qGcfbPV8wGPreIuUa4Ur3unuVxthjrCw53FOpwljSJyep/qH2ibynSYj/dqtsWADwlkJaHaWGJviMTPZnGtuk1HEQkbrZJR1V6+A9eu67DKfCvsmymy0ZAxFQ9doD9gDBsXuGcUQWeG16k3kKzU70CFJEFO3SMtH1g5+yK6kV+zlmdbZRH6Ci32cMBSCUjGKRkyfkHEXQQ1u3Xlxgch3ZVn+0DeER2hCE5JE1PG8dUUs0IuLDvm2ogPCzHyIW3MT/bpamjBrOnlvXmvOVCJxiRHFNX8e/R0ymn/sz1sa8OaI+dJ7MZWUuBWdpQky1Wx9UrqMgMSFeo3PB8BDOp33RHQ4t2Ttx8nnmVt8UvHlizzQm3Xhcm7osn4G+MORhhr2l70sJgTE+Ha1I5e4H2Ul6r084IPcfzfk/QJsg2a8leLudrrq4bi0eNhGhSFvnVgMckXoaAZrE/qIILsJW+TOuvd64/+322HiFg7AWzyrGkfo2Jam1CJRIPBGvjhoLe8NA0vBzD2159i1Bn1rWCgBsk06+usdl59K9Z3Eb/WsZ+TPM5UWNoIBGfvyDNIF6M7iun7dtECLcAMim9f2Gs5sp++MBzWITxrGy2IuIjGinmNCgSbJ0Y6tQi/vgo4LGWOJb0MwAG6jc4/0GdaT7dYz7tiHPyTSB9J2qQAgFbV2E7TVpLs4aVC71Kn+4KXULEt4DPR5XKAb66/y9QZciFGYU0cExkgbGZK5Yabpva/xYln/sEW2mLKVy6xDMrKxPcIBnAHumFL3BBkl1cwCSU2JjgeW47yLvId5oPn/odD98zjOrnE1tn9iUlP5zdmNqVEBE5DRw4GQ+BESrkhlI29cxRvpIR1E9ne2IntlYXYXZ3gltf4lf9CCeSHG3nDi0lmPTX7ucaR4zjLhvF/Stl/KjAEAcQGx+9kPCSYQgRyvXDEJasZB2Jeq0zwRVFuUaU8ZvMtiBE9qSZbAVOt4CgvZlUv88howGleHmoLQGFW9A505/cSoIRRct89KJaC0ZuUj88cEW1BAIKpZyZvARmmzjo2WegHqIMGPlpX71kRr7mecgW5rA2WQMRmfDw8IdSLcM1INhoexL7fc0zxMGuZjZZt/Wp19rACsI6XphlNi+LMh6dfqsAcjalxST7YYHk0kWn6PJ2Qqeexnes/3cuf9GRFJgJUx0OOqFmLFCSJVXwW4F4cIdrclVY6bk0bzp+fg","format":"google-gemini-v1","index":0}]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773323953-YCRLdmUuB5yGRxQwfY8l","object":"chat.completion.chunk","created":1773323953,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"CikBjz1rXzWbLe+Kp5V9HEz6zONyB+8lsCyQ3JFwB6LAFferupDkixSwZwpfAY89a18NaFyuCwQI5J1JbcCbdb1mCIKlD6SqZ80wKXXlkPO5v2Ri3T9EuhV4sXjEm2wU4yrwfl+8m2yXhX8QGmzR8h5ehp20DDGaAaAFkjJqDKJnufm4HXIYh1tE2kEKZgGPPWtfL/OUBSAweEOtJ1/PhwyHBnQUfjQH2/95OnoEAysBf+rgP52A10qbu1H0zvqzrS51YhVcHsNNVBJYZPvpbUWRKd8P+fUCfmMe9u/fCU5SCegCyLciL5cf8S079KtRBFhPgAqPAQGPPWtfvQFTkd1Zgi7cBYRJV68hE5AjtVRjBDLlc2rpJuKAzFoItsvQXDArzFJUfyq36wKv1J9o/ks4c4SNCZfmKTvu9hgYwZzeMXyXDKRVPY8ViGt0X0x74ADzf8qtntNYmhDhsn7AeyIUjMGBmaTDjwtxnVemEHxNtT4GCipJkkguD1sdVUpDexdhepqdCqEBAY89a19zuQ/BstuVpfucymYiYCwnvApm6YLEL3al/5vEkWrB/aFoqyDJi2EHWrBNZWWUPOlFA0mDrcDBW/vLueHEHO52U8bHWEGFV3Kna7yTalRX9Gy55D37fQrBDDzAFH7IATFAGFliXTLYcQGJbUaAUDO/Jtlo7Mgv9rFBo8+Qjs++h/4Ch7ytbjMSiB7Q/Vbr/0THl6z2QDwgA+GfeZsK0QEBjz1rX+yjloPA3E0pMfhcAqHG0mfI4y/O97ojOxbHLTrwz8cqpDe2uZ/+DPO5g5j1kozCtW2ZjnBiCcRmDNlsKfTKVI3EqRZHAGiAZCmZTlXnvCbdvIqYr45NuOTaGAtKJqbBnRgn697aqxV/VCGG7i8H0ph/eo0McK33TvhP9o/hg5QyeF6rzAIsPRXUknZHnoVAIQiYSLxCCX5tC8eL+Hz/rkF+pTbWt7JFAdyy/ok0JGgkYaTrUNaq7Ao6oVqcQN8tCey9R8ZyD2M0AUxrxwrcAQGPPWtf4ytHwYc+Je/mFwufvZ0I8qATM6FVGljWXqHA0tpJ/N1bx6DFeQLPAz8nOJPq1p6CZ/jBYRvZKGV/fqjs5NgRMTM+7ASCE61pQvpan+ZER9qa43Fv1LlORbzIUgg41BwzrP5KHyriLgdPfXKHV5f/zdLzfMmFDB7kwrvz5KtjJ5E5KaleDSY88x8xohyQyBeNb6c1AanPkTUR24EVGBFI6I4YS0gM9vRMAJvQidVM4JBEWx0k7uJ+L2ogzKmwz09tiraxDrfWwZi66da+MQ9p1jNsONUw5xMK7gEBjz1rXwph1CkfzOaBpycndaf+OXytzrGNftmYHe/MzLR6t2tnyJMalOF+AtNiG0hRG4Gy5IDWFNFC4KeTO+4bS4lreyLt5aebmO9dbMIpn3BNq62A+FgrL2by+GrMKmOActCg2ONwxseBJE5HsCPVejqCvbvEY/A+/3aImDp3Vi5QL0k2/JUoyFfsiidPVoM8dT9IfBXe5XilHQZQKG4AnvKvCQJvxhOmDV5WtHnQy0olUGQdZZVn8Da6JW+AvDY2tQfL6caPMMutp7l2cPjA/3kbATeLmUNsUQ8vW3ZH+gr8cw2nmRlzpmSZvXJmCmkBjz1rX1zS5oLLYHpfWJkmoPGQoTfKxoET2z3U9Aee3AmzPddYfU0iAOo1F3gvOSR0ztl4ph/ZbbSPLmGWHLsksjA72g4fFBk/6zsVP69SWbZKfqL3GdpYl4S+Ju1QVHUMp+95zCgTXCI=","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546708-WlSEiEPr7nn7Uso3yUg7","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546708,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":11,"completion_tokens":281,"total_tokens":292,"cost":0.003394,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000022,"upstream_inference_completions_cost":0.003372},"completion_tokens_details":{"reasoning_tokens":262,"image_tokens":0}}} + data: {"id":"gen-1773323953-YCRLdmUuB5yGRxQwfY8l","object":"chat.completion.chunk","created":1773323953,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"STOP"}]} + + data: {"id":"gen-1773323953-YCRLdmUuB5yGRxQwfY8l","object":"chat.completion.chunk","created":1773323953,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[],"usage":{"prompt_tokens":9,"completion_tokens":314,"total_tokens":323,"cost":0.003786,"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.003786,"upstream_inference_prompt_cost":0.000018,"upstream_inference_completions_cost":0.003768},"completion_tokens_details":{"reasoning_tokens":284,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -41,4 +43,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 2.670654208s + duration: 6.089984333s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/tool.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/tool.yaml index 81bfd4c5f4cf63ac621b74d549264dda115d39c0..02fe2bec3a498bc251d4e363196fb9e1d58e965b 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1763546712-oowOHbRdTatTsgOviYVp\",\"provider\":\"Google AI Studio\",\"model\":\"google/gemini-3-pro-preview\",\"object\":\"chat.completion\",\"created\":1763546712,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"**Investigating Weather Retrieval**\\n\\nI'm currently focused on the user's request for weather in Florence, Italy. My primary action is to evaluate available tools. The `get_weather` function looks promising, especially since it accepts a `location` parameter. I intend to use this function to provide the user with the information they need. I'm getting ready to use it!\\n\\n\\n**Evaluating Function Application**\\n\\nI've now attempted to apply the `get_weather` function with the specified location: 'Florence, Italy'. I'm expecting this will successfully retrieve the weather data the user is seeking. The next step is to process and present the received data.\\n\\n\\n\",\"tool_calls\":[{\"index\":0,\"id\":\"tool_weather_j0DpU01anCLITtFWepce\",\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"**Investigating Weather Retrieval**\\n\\nI'm currently focused on the user's request for weather in Florence, Italy. My primary action is to evaluate available tools. The `get_weather` function looks promising, especially since it accepts a `location` parameter. I intend to use this function to provide the user with the information they need. I'm getting ready to use it!\\n\\n\\n**Evaluating Function Application**\\n\\nI've now attempted to apply the `get_weather` function with the specified location: 'Florence, Italy'. I'm expecting this will successfully retrieve the weather data the user is seeking. The next step is to process and present the received data.\\n\\n\\n\",\"format\":\"google-gemini-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"EtgDCtUDAdHtim+owmT73Js7vjC7xHBLN2/s4c4jI3o7DgAlJut+e/0MVHbwVhm4Qs1QoUNwVqV2Ny2m7j7qWTwqjuSqma19OdaHD1U2PRkvsPLUV7H8J9XcFMsRZne3U9IEo6RnHXZk0ynhb9EEsdGPwzMD1vu3CNPyPsvbBapGQ5c+G9q0xD0mh7A43k8I4o4uHlHUftH+TGDdEk3veSoUhy3zRESdf1LEJowbsRakH7iaVgfyL44HjKBAkh3elryR1j+FZCDpoI13LofJ5fPUCp3GbzWgitkPHrdYIH0rjsYjJlZF2INPrbDiUd/qpTHY2xi3HwhM0UiYG/QB8vxkQ1oEC2LgRMsMB7dQaG9On3Ww+4n54vEoLdPoNaLi+ZKJlHEf4ukiEufyDPDG063qrXqrq1+rneO0W2Yk4uCH9cYzjTJYk5YurWLEX9vZaHucY0hIfzrhlh32d5JDGvwa6gue5bjase1MSPngiyEAQmTOI8Aw30jozWBlI36VyyKjLoo24tC181vOvLjCmwZX7DDFaxIGVlQzWNAnJm1StcpKrhFuqV/FocTe6hlYuTg9F5UqyVXGmfTTquXHE8jqhOybQ4+G7zKjHaEgXDc23ou19YenEtBx0g==\",\"id\":\"tool_weather_j0DpU01anCLITtFWepce\",\"format\":\"google-gemini-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":65,\"completion_tokens\":100,\"total_tokens\":165,\"cost\":0.00133,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00013,\"upstream_inference_completions_cost\":0.0012},\"completion_tokens_details\":{\"reasoning_tokens\":84,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323962-Rw07UNMeWA60q0rNXDzM\",\"object\":\"chat.completion\",\"created\":1773323962,\"model\":\"google/gemini-3-pro-preview-20251117\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"**Gathering Weather Data**\\n\\nI'm zeroing in on the best approach. My strategy is to employ the `weather` function to get the required weather details. Right now, I'm focused on extracting the location from the user's initial request. I'll need to feed the function \\\"Florence, Italy\\\" as the location.\\n\\n\\n**Defining The Function Call**\\n\\nI'm solidifying the implementation strategy. I plan to call the `weather` function now that I have the location. The next step will be formatting the function call with \\\"Florence, Italy\\\" properly input as the location.\\n\\n\\n\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"tool_weather_LHAdTONWsMosyZwDGBmQ\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence,Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"**Gathering Weather Data**\\n\\nI'm zeroing in on the best approach. My strategy is to employ the `weather` function to get the required weather details. Right now, I'm focused on extracting the location from the user's initial request. I'll need to feed the function \\\"Florence, Italy\\\" as the location.\\n\\n\\n**Defining The Function Call**\\n\\nI'm solidifying the implementation strategy. I plan to call the `weather` function now that I have the location. The next step will be formatting the function call with \\\"Florence, Italy\\\" properly input as the location.\\n\\n\\n\",\"format\":\"google-gemini-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"ClkBjz1rXxzgSFPYazsgAbVkNsxRfxt6rILuGXWuM905srXA5IqQHKYshHvdIQ4clY1SQSX9x7Zfqi+EIopTLVedHvJm/vuMzH8rJ6IK5lsgV7CYi3/hLyME5gprAY89a190CczLBN2BdlP2DpRaail2ts4NRlnoh9Ea/uT1Zx3OjkGaX1KmKQXdmyAyx0JPv8vAm6mBG7LT8kdBCCH5og9/wUmucf1YkhGH0LnK+BfmeyAkTQlinpMq9FS4wbl+Um3USz7DUX0KswEBjz1rX/VQvRaXzGVlq9MkoDfX5Zbjw23OcCOrKQDhFQhq9tT/0c7IEPHs2wsjVLrWnYdltTSfvX0z9ML0miKyTqQSLBdPh2WKWWmpdY/vdQ12rkAglUeIvTdINZKkY4mdoMKzDgvIFc2mdEUN7qfnYu/DBeLXr+FM0jjfOvDaVQjf6zfgUX6HS6u/d42j0XkLePkt56coejNz+8vfzW4UikY/FL9/i5HDSaN/aCAUnMHuPgpEAY89a18zrha3ifUOUwGIrCWFiaLNLRckJfRfAD6zeqthAAhv1p2oBCVbRtiSplusfcfZDq25CZ8pPGfp8hHv1JZ1Zh8=\",\"format\":\"google-gemini-v1\",\"id\":\"tool_weather_LHAdTONWsMosyZwDGBmQ\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":28,\"completion_tokens\":82,\"total_tokens\":110,\"cost\":0.00104,\"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.00104,\"upstream_inference_prompt_cost\":0.000056,\"upstream_inference_completions_cost\":0.000984},\"completion_tokens_details\":{\"reasoning_tokens\":73,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.57858475s + duration: 6.332650917s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 2274 + content_length: 1499 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_j0DpU01anCLITtFWepce","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"google-gemini-v1","index":0,"text":"**Investigating Weather Retrieval**\n\nI''m currently focused on the user''s request for weather in Florence, Italy. My primary action is to evaluate available tools. The `get_weather` function looks promising, especially since it accepts a `location` parameter. I intend to use this function to provide the user with the information they need. I''m getting ready to use it!\n\n\n**Evaluating Function Application**\n\nI''ve now attempted to apply the `get_weather` function with the specified location: ''Florence, Italy''. I''m expecting this will successfully retrieve the weather data the user is seeking. The next step is to process and present the received data.\n\n\n","type":"reasoning.text"},{"data":"EtgDCtUDAdHtim+owmT73Js7vjC7xHBLN2/s4c4jI3o7DgAlJut+e/0MVHbwVhm4Qs1QoUNwVqV2Ny2m7j7qWTwqjuSqma19OdaHD1U2PRkvsPLUV7H8J9XcFMsRZne3U9IEo6RnHXZk0ynhb9EEsdGPwzMD1vu3CNPyPsvbBapGQ5c+G9q0xD0mh7A43k8I4o4uHlHUftH+TGDdEk3veSoUhy3zRESdf1LEJowbsRakH7iaVgfyL44HjKBAkh3elryR1j+FZCDpoI13LofJ5fPUCp3GbzWgitkPHrdYIH0rjsYjJlZF2INPrbDiUd/qpTHY2xi3HwhM0UiYG/QB8vxkQ1oEC2LgRMsMB7dQaG9On3Ww+4n54vEoLdPoNaLi+ZKJlHEf4ukiEufyDPDG063qrXqrq1+rneO0W2Yk4uCH9cYzjTJYk5YurWLEX9vZaHucY0hIfzrhlh32d5JDGvwa6gue5bjase1MSPngiyEAQmTOI8Aw30jozWBlI36VyyKjLoo24tC181vOvLjCmwZX7DDFaxIGVlQzWNAnJm1StcpKrhFuqV/FocTe6hlYuTg9F5UqyVXGmfTTquXHE8jqhOybQ4+G7zKjHaEgXDc23ou19YenEtBx0g==","format":"google-gemini-v1","id":"tool_weather_j0DpU01anCLITtFWepce","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"tool_weather_j0DpU01anCLITtFWepce","role":"tool"}],"model":"google/gemini-3-pro-preview","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_LHAdTONWsMosyZwDGBmQ","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"data":"ClkBjz1rXxzgSFPYazsgAbVkNsxRfxt6rILuGXWuM905srXA5IqQHKYshHvdIQ4clY1SQSX9x7Zfqi+EIopTLVedHvJm/vuMzH8rJ6IK5lsgV7CYi3/hLyME5gprAY89a190CczLBN2BdlP2DpRaail2ts4NRlnoh9Ea/uT1Zx3OjkGaX1KmKQXdmyAyx0JPv8vAm6mBG7LT8kdBCCH5og9/wUmucf1YkhGH0LnK+BfmeyAkTQlinpMq9FS4wbl+Um3USz7DUX0KswEBjz1rX/VQvRaXzGVlq9MkoDfX5Zbjw23OcCOrKQDhFQhq9tT/0c7IEPHs2wsjVLrWnYdltTSfvX0z9ML0miKyTqQSLBdPh2WKWWmpdY/vdQ12rkAglUeIvTdINZKkY4mdoMKzDgvIFc2mdEUN7qfnYu/DBeLXr+FM0jjfOvDaVQjf6zfgUX6HS6u/d42j0XkLePkt56coejNz+8vfzW4UikY/FL9/i5HDSaN/aCAUnMHuPgpEAY89a18zrha3ifUOUwGIrCWFiaLNLRckJfRfAD6zeqthAAhv1p2oBCVbRtiSplusfcfZDq25CZ8pPGfp8hHv1JZ1Zh8=","format":"google-gemini-v1","id":"tool_weather_LHAdTONWsMosyZwDGBmQ","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"tool_weather_LHAdTONWsMosyZwDGBmQ","role":"tool"}],"model":"google/gemini-3-pro-preview","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1763546715-2isSMEAOtYZrJ9E3lrvA\",\"provider\":\"Google AI Studio\",\"model\":\"google/gemini-3-pro-preview\",\"object\":\"chat.completion\",\"created\":1763546715,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The weather in Florence, Italy is currently 40 degrees Celsius.\",\"refusal\":null,\"reasoning\":\"**Deliver the Answer**\\n\\nI've got the weather data for Florence - it's a scorching 40 degrees Celsius. Now, I'm crafting the response to the user, ensuring the temperature is clearly stated.\\n\\n\\n\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"**Deliver the Answer**\\n\\nI've got the weather data for Florence - it's a scorching 40 degrees Celsius. Now, I'm crafting the response to the user, ensuring the temperature is clearly stated.\\n\\n\\n\",\"format\":\"google-gemini-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"Eo4CCosCAdHtim/M+Wv8vjHlzGm/0BnHiNkdjJezGKNj1AC7oH5ExVuvQNPnY51uym511/C6HVjzEeN5C286hYJXgQf6G4uTuoo5azntFo9nK7wER9jf98Amtt/3A6KpQpLzVDwe3Lidp5nHgdUzpIws5IwliAX9VtD6ktPhiI8v4UkFXsRp4sv2bI4Zvf4ORogdHJDN2fcLCTnZXOSVEdw6sZ4OZNI+JGc4tUyCE5cuU0jFWq0R/2eS6qn5N9TkBIx61H+OeXFyZtxX5edxtAykhSHv+kDa81s+wiYuwneBrb0uknwmuqHR3TTxzcn813ELwMnOaORVujw47blm2urGBxS9q7xj62udCT0wMli8\",\"format\":\"google-gemini-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":193,\"completion_tokens\":55,\"total_tokens\":248,\"cost\":0.001046,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000386,\"upstream_inference_completions_cost\":0.00066},\"completion_tokens_details\":{\"reasoning_tokens\":41,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323968-FAAVX4K7Zias1hgmd27W\",\"object\":\"chat.completion\",\"created\":1773323968,\"model\":\"google/gemini-3-pro-preview-20251117\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":\"The weather in Florence, Italy is currently 40°C.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":52,\"completion_tokens\":14,\"total_tokens\":66,\"cost\":0.000272,\"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.000272,\"upstream_inference_prompt_cost\":0.000104,\"upstream_inference_completions_cost\":0.000168},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.627752916s + duration: 4.414599542s diff --git a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/tool_streaming.yaml index 4a017b561f99566702431e0a4e63d1476dfda701..c361dd0fe2345785a29b03808af6af2b28ba71c2 100644 --- a/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gemini-3-pro-preview/tool_streaming.yaml @@ -24,15 +24,17 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1763546718-VolgJ4S2Tix4gqNJ9Pn9","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546718,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Pinpointing the Weather**\n\nI've homed in on using the `weather` tool – a perfect match for the user's request! Now, I'm focusing on obtaining the necessary `location` parameter to make it work. I need to figure out how to parse \"Florence, Italy\" into a format the tool understands. I will need to get a location from a query using an available tool.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Pinpointing the Weather**\n\nI've homed in on using the `weather` tool – a perfect match for the user's request! Now, I'm focusing on obtaining the necessary `location` parameter to make it work. I need to figure out how to parse \"Florence, Italy\" into a format the tool understands. I will need to get a location from a query using an available tool.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323973-ijsbVGP7klYwXuHnZ7oB","object":"chat.completion.chunk","created":1773323973,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Analyzing the Request**\n\nI've homed in on the user's need: weather data for Florence, Italy. My primary action now is identifying a suitable function, which, based on its name, is `weather`. A key parameter, `location`, is also clear. I plan to use the `weather` function with \"Florence, Italy\" as the location.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Analyzing the Request**\n\nI've homed in on the user's need: weather data for Florence, Italy. My primary action now is identifying a suitable function, which, based on its name, is `weather`. A key parameter, `location`, is also clear. I plan to use the `weather` function with \"Florence, Italy\" as the location.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546718-VolgJ4S2Tix4gqNJ9Pn9","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546718,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Deciphering the Location**\n\nI've determined that the user's input directly provides the `location` needed by the weather tool. Specifically, \"Florence, Italy\" can be directly used as the `location` parameter. Thus, I'll execute the `weather` tool with `location='Florence, Italy'` as the argument.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Deciphering the Location**\n\nI've determined that the user's input directly provides the `location` needed by the weather tool. Specifically, \"Florence, Italy\" can be directly used as the `location` parameter. Thus, I'll execute the `weather` tool with `location='Florence, Italy'` as the argument.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323973-ijsbVGP7klYwXuHnZ7oB","object":"chat.completion.chunk","created":1773323973,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"CiQBjz1rXy/d6pcsxX2eeGAFJcWLwFKD8Fq7tzM4znpEy3uK6hkKcAGPPWtfdI2OUC5gBrFwuxgrbLbk84CqxKEqAPN0KZYOWFW3qoz1mSztFR+VVmJ4sdMXeAd0F5mAxvMcYzOGdgfmxAnygICxzhVEhnMiG2s+kCdESJ9gfqxZsDvVMS+HZq8hpfrjvwd7c/AYVxjdOYUKggEBjz1rXzlW5UTYY0QFoD2RsMgcdZ6TA3RCMoaED8q41ltANatdDbKN5OFS82APPTPbqvLl/3HrMh5zqIkZWzhLbDrR+jDznhGoWxgoobAk2HRV6cHyi35TMSvIziLWiGq2u9Etp1Uai2IVTDCmjiEsugdu156W4MXitiaGzPr8EhMpCooBAY89a1/mr6bY7W14FUhSese7Cw9/SlEuV2fcfx4xdINH6j7eP0PVqD295H01svPNvrIiFNY9/VA4/wR7StYvBt0GtTk3a7ScA+ZPydvE5E5QM0aUGvX6NGkAka1T55vwWFbnZKwy/vvxq9kZVUsWkIfvThQS1XIlZ5g9g/fOrQbo/Q0lqhka2MCc","format":"google-gemini-v1","id":"tool_weather_UjtAnUhPX2w8d0BXNCVK","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546718-VolgJ4S2Tix4gqNJ9Pn9","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546718,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"reasoning":null,"reasoning_details":[{"id":"tool_weather_ZdFohc8uRXpsZsX3K74b","type":"reasoning.encrypted","data":"EvUDCvIDAdHtim/YGUj5NcE2xF6SC6IYQg3S9nvktXv6CQcy76ZTZdJ+5dFMIlPCXqVXLIrccmk3PX5MWiEM0NB0t4Cie2azaqDdgGgAN2kCKpZuJRIbqFDLWNR+oa0r2D7ShyyrWyAbz6YTjgBHvj8KqduwdA3Ya/9BKE1cuuacK4Sq3kH+cKpLMPXA3m4cZ7s/n02lvHHn2koGbXppEj7BuYxwHdDXOhHKN0JggJ9xzHR1DjL81e3DB3I7FITdUSL5U/DRfTwAErqfuTXfYUlNB2X3YUYHZ1vU0uCSCeliiG/mzmotfHHhb7VuzGmgLquhkQGcHbwoOkqTFVbT7iNBFg6kPtNc5qukvyprufaT3FfEupXH1qBv0djPYLwGyPsTIwDYt4QVsDd7pNb4yDj/1MrO/acvaCfz2vhwglSnTC0GUndMwFYCV991EAcsnLbPWNZcuztCzt8tvMjgUJkSQrRGuXUFUre6JQzv4VHl54NxxpTP/pOaWdKldT/j8Y64sb1tQwXYq1qFdYgKzh+U0ig/l05ZIvq9Mzw+R8p4qoug9wGV1U1cvXDwCIrkhN+k/j7DzcAg6kRgpNM26bUpBWZ7t8jhFgUIv+HyXfrBN9V4Q0Jd2ifN4yW68JBhCNeTe3d+/OokV5V8Y1McC5Moi3HC1Roq","format":"google-gemini-v1","index":0}],"tool_calls":[{"index":0,"id":"tool_weather_ZdFohc8uRXpsZsX3K74b","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"}}]},"finish_reason":"tool_calls","native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323973-ijsbVGP7klYwXuHnZ7oB","object":"chat.completion.chunk","created":1773323973,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"tool_weather_UjtAnUhPX2w8d0BXNCVK","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546718-VolgJ4S2Tix4gqNJ9Pn9","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546718,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773323973-ijsbVGP7klYwXuHnZ7oB","object":"chat.completion.chunk","created":1773323973,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\":\"Florence, Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546718-VolgJ4S2Tix4gqNJ9Pn9","provider":"Google AI Studio","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546718,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":65,"completion_tokens":104,"total_tokens":169,"cost":0.001378,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00013,"upstream_inference_completions_cost":0.001248},"completion_tokens_details":{"reasoning_tokens":88,"image_tokens":0}}} + data: {"id":"gen-1773323973-ijsbVGP7klYwXuHnZ7oB","object":"chat.completion.chunk","created":1773323973,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"STOP"}]} + + data: {"id":"gen-1773323973-ijsbVGP7klYwXuHnZ7oB","object":"chat.completion.chunk","created":1773323973,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[],"usage":{"prompt_tokens":28,"completion_tokens":73,"total_tokens":101,"cost":0.000932,"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.000932,"upstream_inference_prompt_cost":0.000056,"upstream_inference_completions_cost":0.000876},"completion_tokens_details":{"reasoning_tokens":64,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -41,15 +43,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 3.000569167s + duration: 10.279697125s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 2368 + content_length: 1915 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_ZdFohc8uRXpsZsX3K74b","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"google-gemini-v1","index":0,"text":"**Pinpointing the Weather**\n\nI''ve homed in on using the `weather` tool – a perfect match for the user''s request! Now, I''m focusing on obtaining the necessary `location` parameter to make it work. I need to figure out how to parse \"Florence, Italy\" into a format the tool understands. I will need to get a location from a query using an available tool.\n\n\n**Deciphering the Location**\n\nI''ve determined that the user''s input directly provides the `location` needed by the weather tool. Specifically, \"Florence, Italy\" can be directly used as the `location` parameter. Thus, I''ll execute the `weather` tool with `location=''Florence, Italy''` as the argument.\n\n\n","type":"reasoning.text"},{"data":"EvUDCvIDAdHtim/YGUj5NcE2xF6SC6IYQg3S9nvktXv6CQcy76ZTZdJ+5dFMIlPCXqVXLIrccmk3PX5MWiEM0NB0t4Cie2azaqDdgGgAN2kCKpZuJRIbqFDLWNR+oa0r2D7ShyyrWyAbz6YTjgBHvj8KqduwdA3Ya/9BKE1cuuacK4Sq3kH+cKpLMPXA3m4cZ7s/n02lvHHn2koGbXppEj7BuYxwHdDXOhHKN0JggJ9xzHR1DjL81e3DB3I7FITdUSL5U/DRfTwAErqfuTXfYUlNB2X3YUYHZ1vU0uCSCeliiG/mzmotfHHhb7VuzGmgLquhkQGcHbwoOkqTFVbT7iNBFg6kPtNc5qukvyprufaT3FfEupXH1qBv0djPYLwGyPsTIwDYt4QVsDd7pNb4yDj/1MrO/acvaCfz2vhwglSnTC0GUndMwFYCV991EAcsnLbPWNZcuztCzt8tvMjgUJkSQrRGuXUFUre6JQzv4VHl54NxxpTP/pOaWdKldT/j8Y64sb1tQwXYq1qFdYgKzh+U0ig/l05ZIvq9Mzw+R8p4qoug9wGV1U1cvXDwCIrkhN+k/j7DzcAg6kRgpNM26bUpBWZ7t8jhFgUIv+HyXfrBN9V4Q0Jd2ifN4yW68JBhCNeTe3d+/OokV5V8Y1McC5Moi3HC1Roq","format":"google-gemini-v1","id":"tool_weather_ZdFohc8uRXpsZsX3K74b","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"tool_weather_ZdFohc8uRXpsZsX3K74b","role":"tool"}],"model":"google/gemini-3-pro-preview","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_UjtAnUhPX2w8d0BXNCVK","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"google-gemini-v1","index":0,"text":"**Analyzing the Request**\n\nI''ve homed in on the user''s need: weather data for Florence, Italy. My primary action now is identifying a suitable function, which, based on its name, is `weather`. A key parameter, `location`, is also clear. I plan to use the `weather` function with \"Florence, Italy\" as the location.\n\n\n","type":"reasoning.text"},{"data":"CiQBjz1rXy/d6pcsxX2eeGAFJcWLwFKD8Fq7tzM4znpEy3uK6hkKcAGPPWtfdI2OUC5gBrFwuxgrbLbk84CqxKEqAPN0KZYOWFW3qoz1mSztFR+VVmJ4sdMXeAd0F5mAxvMcYzOGdgfmxAnygICxzhVEhnMiG2s+kCdESJ9gfqxZsDvVMS+HZq8hpfrjvwd7c/AYVxjdOYUKggEBjz1rXzlW5UTYY0QFoD2RsMgcdZ6TA3RCMoaED8q41ltANatdDbKN5OFS82APPTPbqvLl/3HrMh5zqIkZWzhLbDrR+jDznhGoWxgoobAk2HRV6cHyi35TMSvIziLWiGq2u9Etp1Uai2IVTDCmjiEsugdu156W4MXitiaGzPr8EhMpCooBAY89a1/mr6bY7W14FUhSese7Cw9/SlEuV2fcfx4xdINH6j7eP0PVqD295H01svPNvrIiFNY9/VA4/wR7StYvBt0GtTk3a7ScA+ZPydvE5E5QM0aUGvX6NGkAka1T55vwWFbnZKwy/vvxq9kZVUsWkIfvThQS1XIlZ5g9g/fOrQbo/Q0lqhka2MCc","format":"google-gemini-v1","id":"tool_weather_UjtAnUhPX2w8d0BXNCVK","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"tool_weather_UjtAnUhPX2w8d0BXNCVK","role":"tool"}],"model":"google/gemini-3-pro-preview","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -65,11 +67,13 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1763546721-kbEZ3lLMWQc3gbgqRMRp","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546721,"choices":[{"index":0,"delta":{"role":"assistant","content":"The weather in Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323994-kEA21hVoQ2WnDw9kiW6h","object":"chat.completion.chunk","created":1773323994,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"The weather in Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323994-kEA21hVoQ2WnDw9kiW6h","object":"chat.completion.chunk","created":1773323994,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":", Italy is currently 40°C.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546721-kbEZ3lLMWQc3gbgqRMRp","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546721,"choices":[{"index":0,"delta":{"role":"assistant","content":", Italy is 40°C.","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773323994-kEA21hVoQ2WnDw9kiW6h","object":"chat.completion.chunk","created":1773323994,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"STOP"}]} - data: {"id":"gen-1763546721-kbEZ3lLMWQc3gbgqRMRp","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546721,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":56,"completion_tokens":13,"total_tokens":69,"cost":0.000268,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000112,"upstream_inference_completions_cost":0.000156},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323994-kEA21hVoQ2WnDw9kiW6h","object":"chat.completion.chunk","created":1773323994,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[],"usage":{"prompt_tokens":54,"completion_tokens":14,"total_tokens":68,"cost":0.000276,"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.000276,"upstream_inference_prompt_cost":0.000108,"upstream_inference_completions_cost":0.000168},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -78,4 +82,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.668490333s + duration: 10.188124458s diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool.yaml index 6f923c22cbc6c55e4c0a2f398c3517cdf2f5b175..6630b5be791ace0008fa12407237261d6de03aff 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054179-qLoGjMjTQwOC2zpt8yLb\",\"provider\":\"Z.AI\",\"model\":\"z-ai/glm-4.5\",\"object\":\"chat.completion\",\"created\":1761054179,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\nI'll both add and multiply the numbers 2 and 3 for you.\\n\",\"refusal\":null,\"reasoning\":\"\\nThe user is asking me to both add and multiply the numbers 2 and 3. I need to use both the add and multiply functions as requested. Let me call both functions with the parameters a=2 and b=3.\",\"tool_calls\":[{\"id\":\"call_37172aa3ef2a4e3d896c64a3\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}},{\"id\":\"call_d6b73be9f6344636b4c5b9ca\",\"index\":1,\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\nThe user is asking me to both add and multiply the numbers 2 and 3. I need to use both the add and multiply functions as requested. Let me call both functions with the parameters a=2 and b=3.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":286,\"completion_tokens\":109,\"total_tokens\":395,\"cost\":0.00027175,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":285,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00003195,\"upstream_inference_completions_cost\":0.0002398},\"completion_tokens_details\":{\"reasoning_tokens\":49,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324050-bCRL875FlM7GNKziqHnP\",\"object\":\"chat.completion\",\"created\":1773324050,\"model\":\"z-ai/glm-4.5\",\"provider\":\"Z.AI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll add and multiply the numbers 2 and 3 for you.\\n\",\"refusal\":null,\"reasoning\":\"\\nThe user wants me to both add and multiply the numbers 2 and 3. I have access to both the \\\"add\\\" and \\\"multiply\\\" functions, so I can call both of them with the parameters a=2 and b=3.\\n\\nLet me make both function calls:\\n1. add(2, 3)\\n2. multiply(2, 3)\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_58a4fee3fd9c40d0896a1bfb\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"call_3e6b9f76a2f74ed6baa5f12e\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\nThe user wants me to both add and multiply the numbers 2 and 3. I have access to both the \\\"add\\\" and \\\"multiply\\\" functions, so I can call both of them with the parameters a=2 and b=3.\\n\\nLet me make both function calls:\\n1. add(2, 3)\\n2. multiply(2, 3)\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":284,\"completion_tokens\":136,\"total_tokens\":420,\"cost\":0.00044853,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":43,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00044853,\"upstream_inference_prompt_cost\":0.00014933,\"upstream_inference_completions_cost\":0.0002992},\"completion_tokens_details\":{\"reasoning_tokens\":76,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 779.738958ms + duration: 3.177698625s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1619 + content_length: 1675 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"\nI''ll both add and multiply the numbers 2 and 3 for you.\n","tool_calls":[{"id":"call_37172aa3ef2a4e3d896c64a3","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_d6b73be9f6344636b4c5b9ca","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"\nThe user is asking me to both add and multiply the numbers 2 and 3. I need to use both the add and multiply functions as requested. Let me call both functions with the parameters a=2 and b=3.","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_37172aa3ef2a4e3d896c64a3","role":"tool"},{"content":"6","tool_call_id":"call_d6b73be9f6344636b4c5b9ca","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.\n","tool_calls":[{"id":"call_58a4fee3fd9c40d0896a1bfb","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_3e6b9f76a2f74ed6baa5f12e","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"\nThe user wants me to both add and multiply the numbers 2 and 3. I have access to both the \"add\" and \"multiply\" functions, so I can call both of them with the parameters a=2 and b=3.\n\nLet me make both function calls:\n1. add(2, 3)\n2. multiply(2, 3)","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_58a4fee3fd9c40d0896a1bfb","role":"tool"},{"content":"6","tool_call_id":"call_3e6b9f76a2f74ed6baa5f12e","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054183-s23tnwwmDM6FLYUTCiTH\",\"provider\":\"Z.AI\",\"model\":\"z-ai/glm-4.5\",\"object\":\"chat.completion\",\"created\":1761054183,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\nThe results for adding and multiplying 2 and 3 are:\\n\\n- **Addition**: 2 + 3 = 5\\n- **Multiplication**: 2 × 3 = 6\",\"refusal\":null,\"reasoning\":\"\\nThe user asked me to add and multiply the numbers 2 and 3. I used both functions as requested:\\n- Add: 2 + 3 = 5\\n- Multiply: 2 × 3 = 6\\n\\nI should present both results clearly to the user.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\nThe user asked me to add and multiply the numbers 2 and 3. I used both functions as requested:\\n- Add: 2 + 3 = 5\\n- Multiply: 2 × 3 = 6\\n\\nI should present both results clearly to the user.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":361,\"completion_tokens\":102,\"total_tokens\":463,\"cost\":0.00041993,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":43,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00019553,\"upstream_inference_completions_cost\":0.0002244},\"completion_tokens_details\":{\"reasoning_tokens\":51,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324055-s02kvCiNioyJGsJcrceq\",\"object\":\"chat.completion\",\"created\":1773324055,\"model\":\"z-ai/glm-4.5\",\"provider\":\"Z.AI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The results are:\\n- Adding 2 and 3: 5\\n- Multiplying 2 and 3: 6\",\"refusal\":null,\"reasoning\":\"\\nThe function calls have returned the results:\\n- Adding 2 and 3 gives 5\\n- Multiplying 2 and 3 gives 6\\n\\nI should present both results clearly to the user.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\nThe function calls have returned the results:\\n- Adding 2 and 3 gives 5\\n- Multiplying 2 and 3 gives 6\\n\\nI should present both results clearly to the user.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":433,\"completion_tokens\":72,\"total_tokens\":505,\"cost\":0.00021289,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":419,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00021289,\"upstream_inference_prompt_cost\":0.00005449,\"upstream_inference_completions_cost\":0.0001584},\"completion_tokens_details\":{\"reasoning_tokens\":42,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 603.16025ms + duration: 3.445616208s diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool_streaming.yaml index f7cd1c9d82313cd105e148d66d13f3cbf2c1e918..9a4fedc41c4507f851f87d1227546abddbdac101 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.5/multi_tool_streaming.yaml @@ -24,167 +24,213 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" wants","reasoning_details":[{"type":"reasoning.text","text":" wants","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" numbers","reasoning_details":[{"type":"reasoning.text","text":" numbers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" numbers","reasoning_details":[{"type":"reasoning.text","text":" numbers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.text","text":" with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" same","reasoning_details":[{"type":"reasoning.text","text":" same","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n\n","reasoning_details":[{"type":"reasoning.text","text":".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" same","reasoning_details":[{"type":"reasoning.text","text":" same","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" inputs","reasoning_details":[{"type":"reasoning.text","text":" inputs","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.text","text":":","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"=","reasoning_details":[{"type":"reasoning.text","text":"=","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.text","text":"I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'ll","reasoning_details":[{"type":"reasoning.text","text":"'ll","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.text","text":" call","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" call","reasoning_details":[{"type":"reasoning.text","text":" call","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_e4bee396c93d4f45be357034","index":0,"type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_9ece1ae129a14ac2875f398f","index":1,"type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1761054186-i7sVLSLSYe9xbfqthPh4","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054186,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":282,"completion_tokens":121,"total_tokens":403,"cost":0.00029771,"is_byok":false,"prompt_tokens_details":{"cached_tokens":281,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00003151,"upstream_inference_completions_cost":0.0002662},"completion_tokens_details":{"reasoning_tokens":57,"image_tokens":0}}} + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" these","reasoning_details":[{"type":"reasoning.text","text":" these","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","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-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"I","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"'ll","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" add","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" multiply","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" numbers","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":".\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_6a11b6c05ee447799771c928","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"call_4431af3675844706982c27ec","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773324058-dZa5em6CCB29zznhaofI","object":"chat.completion.chunk","created":1773324058,"model":"z-ai/glm-4.5","provider":"Novita","choices":[],"usage":{"prompt_tokens":280,"completion_tokens":143,"total_tokens":423,"cost":0.00035716,"is_byok":false,"prompt_tokens_details":{"cached_tokens":256,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00035716,"upstream_inference_prompt_cost":0.00004256,"upstream_inference_completions_cost":0.0003146},"completion_tokens_details":{"reasoning_tokens":82,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -193,15 +239,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 507.268375ms + duration: 1.14797225s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1671 + content_length: 1755 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"\nI''ll add and multiply the numbers 2 and 3 for you.\n","tool_calls":[{"id":"call_e4bee396c93d4f45be357034","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_9ece1ae129a14ac2875f398f","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user wants me to both add and multiply the numbers 2 and 3. I need to use both the add and multiply functions with the same parameters.\n\nFor add: a=2, b=3\nFor multiply: a=2, b=3\n\nI''ll call both functions.","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_e4bee396c93d4f45be357034","role":"tool"},{"content":"6","tool_call_id":"call_9ece1ae129a14ac2875f398f","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"\nI''ll add and multiply the numbers 2 and 3 for you.\n","tool_calls":[{"id":"call_6a11b6c05ee447799771c928","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_4431af3675844706982c27ec","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":" user is asking me to add and multiply the numbers 2 and 3. I need to use both the add function and the multiply function with the same inputs (2 and 3).\n\nFor the add function:\n- a = 2\n- b = 3\n\nFor the multiply function:\n- a = 2 \n- b = 3\n\nI''ll call both functions with these parameters.","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_6a11b6c05ee447799771c928","role":"tool"},{"content":"6","tool_call_id":"call_4431af3675844706982c27ec","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -217,193 +263,137 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked","reasoning_details":[{"type":"reasoning.text","text":" asked","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" numbers","reasoning_details":[{"type":"reasoning.text","text":" numbers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used","reasoning_details":[{"type":"reasoning.text","text":" used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.text","text":" add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" requested","reasoning_details":[{"type":"reasoning.text","text":" requested","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" results","reasoning_details":[{"type":"reasoning.text","text":" results","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" are","reasoning_details":[{"type":"reasoning.text","text":" are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" results","reasoning_details":[{"type":"reasoning.text","text":" results","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":\n","reasoning_details":[{"type":"reasoning.text","text":":\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" are","reasoning_details":[{"type":"reasoning.text","text":" are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Adding","reasoning_details":[{"type":"reasoning.text","text":" Adding","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Adding","reasoning_details":[{"type":"reasoning.text","text":" Adding","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" gives","reasoning_details":[{"type":"reasoning.text","text":" gives","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" gives","reasoning_details":[{"type":"reasoning.text","text":" gives","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"5","reasoning_details":[{"type":"reasoning.text","text":"5","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"5","reasoning_details":[{"type":"reasoning.text","text":"5","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Multip","reasoning_details":[{"type":"reasoning.text","text":" Multip","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"lying","reasoning_details":[{"type":"reasoning.text","text":"lying","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Multip","reasoning_details":[{"type":"reasoning.text","text":" Multip","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"lying","reasoning_details":[{"type":"reasoning.text","text":"lying","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.text","text":"2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" gives","reasoning_details":[{"type":"reasoning.text","text":" gives","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" gives","reasoning_details":[{"type":"reasoning.text","text":" gives","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"6","reasoning_details":[{"type":"reasoning.text","text":"6","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n","reasoning_details":[{"type":"reasoning.text","text":"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"6","reasoning_details":[{"type":"reasoning.text","text":"6","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.text","text":"I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" present","reasoning_details":[{"type":"reasoning.text","text":" present","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" present","reasoning_details":[{"type":"reasoning.text","text":" present","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" results","reasoning_details":[{"type":"reasoning.text","text":" results","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" these","reasoning_details":[{"type":"reasoning.text","text":" these","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clearly","reasoning_details":[{"type":"reasoning.text","text":" clearly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" results","reasoning_details":[{"type":"reasoning.text","text":" results","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" clearly","reasoning_details":[{"type":"reasoning.text","text":" clearly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","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-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" results","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" results","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" are","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" are","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":":\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":":\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"-","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" Adding","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" Adding","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":":","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":":","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"5","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"5","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"-","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" Multip","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" Multip","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"lying","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"lying","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":":","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":":","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"6","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"6","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1761054190-jWjwHKksdC9C7cTM6ypS","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054190,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":356,"completion_tokens":95,"total_tokens":451,"cost":0.00024865,"is_byok":false,"prompt_tokens_details":{"cached_tokens":355,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00003965,"upstream_inference_completions_cost":0.000209},"completion_tokens_details":{"reasoning_tokens":64,"image_tokens":0}}} + data: {"id":"gen-1773324062-5ihkwbIAUS4cXNmrgV8p","object":"chat.completion.chunk","created":1773324062,"model":"z-ai/glm-4.5","provider":"Novita","choices":[],"usage":{"prompt_tokens":435,"completion_tokens":68,"total_tokens":503,"cost":0.00027242,"is_byok":false,"prompt_tokens_details":{"cached_tokens":282,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00027242,"upstream_inference_prompt_cost":0.00012282,"upstream_inference_completions_cost":0.0001496},"completion_tokens_details":{"reasoning_tokens":37,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -412,4 +402,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 705.411167ms + duration: 1.413508667s diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.5/simple.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.5/simple.yaml index 41c62999c8acfa7689c5793fe9c9b6726b26ec4d..326ef7393d25f896b55e42b7c02f1bdb487cc1cf 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.5/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.5/simple.yaml @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054159-WMu3LlZsFNnSnGGMLRdI\",\"provider\":\"Z.AI\",\"model\":\"z-ai/glm-4.5\",\"object\":\"chat.completion\",\"created\":1761054159,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"In Portuguese, you can say \\\"hi\\\" as:\\n\\n\\\"Oi!\\\" (informal, commonly used among friends and in casual situations)\\n\\nor \\n\\n\\\"Olá!\\\" (more formal, but still commonly used in various contexts)\\n\\nBoth are common greetings in Portuguese-speaking countries like Brazil and Portugal.\",\"refusal\":null,\"reasoning\":\"\\nThe user is asking me to say \\\"hi\\\" in Portuguese. I'll provide the translation and maybe a brief explanation.\\n\\nIn Portuguese, \\\"hi\\\" is typically translated as \\\"oi\\\" (informal) or \\\"olá\\\" (more formal). Both are common greetings in Portuguese.\\n\\nI'll provide both options with a brief explanation of when each might be used.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\nThe user is asking me to say \\\"hi\\\" in Portuguese. I'll provide the translation and maybe a brief explanation.\\n\\nIn Portuguese, \\\"hi\\\" is typically translated as \\\"oi\\\" (informal) or \\\"olá\\\" (more formal). Both are common greetings in Portuguese.\\n\\nI'll provide both options with a brief explanation of when each might be used.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":16,\"completion_tokens\":135,\"total_tokens\":151,\"cost\":0.00030317,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":7,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00000617,\"upstream_inference_completions_cost\":0.000297},\"completion_tokens_details\":{\"reasoning_tokens\":84,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324029-JPnY5xkTVM6SreU2loOi\",\"object\":\"chat.completion\",\"created\":1773324029,\"model\":\"z-ai/glm-4.5\",\"provider\":\"Novita\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"\\nOlá! That's \\\"hi\\\" in Portuguese. \\n\\nIf you want to be more informal, you can also say \\\"Oi\\\" which is commonly used in Brazil.\",\"refusal\":null,\"reasoning\":\"The human is asking me to say \\\"hi\\\" in Portuguese. The Portuguese word for \\\"hi\\\" or \\\"hello\\\" is \\\"Olá\\\". I'll provide this translation and maybe add a bit more context about Portuguese greetings to be more helpful.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The human is asking me to say \\\"hi\\\" in Portuguese. The Portuguese word for \\\"hi\\\" or \\\"hello\\\" is \\\"Olá\\\". I'll provide this translation and maybe add a bit more context about Portuguese greetings to be more helpful.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":16,\"completion_tokens\":87,\"total_tokens\":103,\"cost\":0.00019659,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":9,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00019659,\"upstream_inference_prompt_cost\":0.00000519,\"upstream_inference_completions_cost\":0.0001914},\"completion_tokens_details\":{\"reasoning_tokens\":49,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 577.011208ms + duration: 2.388520208s diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.5/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.5/simple_streaming.yaml index 54fe1593e2627ce060d9b2e46902afc3fbb279d0..7734c83e167a13400cb46bba01ce0184fe16af4a 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.5/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.5/simple_streaming.yaml @@ -24,117 +24,175 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" person","reasoning_details":[{"type":"reasoning.text","text":" person","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.text","text":" me","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"hi","reasoning_details":[{"type":"reasoning.text","text":"hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" say","reasoning_details":[{"type":"reasoning.text","text":" say","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hi","reasoning_details":[{"type":"reasoning.text","text":"hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.text","text":" Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.text","text":" Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" common","reasoning_details":[{"type":"reasoning.text","text":" common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" greeting","reasoning_details":[{"type":"reasoning.text","text":" greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.text","text":" Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.text","text":" Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" word","reasoning_details":[{"type":"reasoning.text","text":" word","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Ol","reasoning_details":[{"type":"reasoning.text","text":"Ol","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hi","reasoning_details":[{"type":"reasoning.text","text":"hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" or","reasoning_details":[{"type":"reasoning.text","text":" or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hello","reasoning_details":[{"type":"reasoning.text","text":"hello","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" standard","reasoning_details":[{"type":"reasoning.text","text":" standard","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" friendly","reasoning_details":[{"type":"reasoning.text","text":" friendly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Ol","reasoning_details":[{"type":"reasoning.text","text":"Ol","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" greeting","reasoning_details":[{"type":"reasoning.text","text":" greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"á","reasoning_details":[{"type":"reasoning.text","text":"á","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\".","reasoning_details":[{"type":"reasoning.text","text":"\".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'ll","reasoning_details":[{"type":"reasoning.text","text":"'ll","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" used","reasoning_details":[{"type":"reasoning.text","text":" used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide","reasoning_details":[{"type":"reasoning.text","text":" provide","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" most","reasoning_details":[{"type":"reasoning.text","text":" most","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" translation","reasoning_details":[{"type":"reasoning.text","text":" translation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" situations","reasoning_details":[{"type":"reasoning.text","text":" situations","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" maybe","reasoning_details":[{"type":"reasoning.text","text":" maybe","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" give","reasoning_details":[{"type":"reasoning.text","text":" give","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" little","reasoning_details":[{"type":"reasoning.text","text":" little","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" additional","reasoning_details":[{"type":"reasoning.text","text":" additional","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Oi","reasoning_details":[{"type":"reasoning.text","text":"Oi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" context","reasoning_details":[{"type":"reasoning.text","text":" context","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" about","reasoning_details":[{"type":"reasoning.text","text":" about","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.text","text":" Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" greetings","reasoning_details":[{"type":"reasoning.text","text":" greetings","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" more","reasoning_details":[{"type":"reasoning.text","text":" more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" informal","reasoning_details":[{"type":"reasoning.text","text":" informal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"Hi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" similar","reasoning_details":[{"type":"reasoning.text","text":" similar","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":" Portuguese","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Hi","reasoning_details":[{"type":"reasoning.text","text":"Hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"á","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"!\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" English","reasoning_details":[{"type":"reasoning.text","text":" English","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1761054165-6sCbjZKZvMVLtzidgYHn","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054165,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":16,"completion_tokens":57,"total_tokens":73,"cost":0.00012765,"is_byok":false,"prompt_tokens_details":{"cached_tokens":15,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00000225,"upstream_inference_completions_cost":0.0001254},"completion_tokens_details":{"reasoning_tokens":52,"image_tokens":0}}} + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ality","reasoning_details":[{"type":"reasoning.text","text":"ality","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Ol","reasoning_details":[{"type":"reasoning.text","text":"Ol","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" universally","reasoning_details":[{"type":"reasoning.text","text":" universally","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" appropriate","reasoning_details":[{"type":"reasoning.text","text":" appropriate","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","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-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"Ol","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"á","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"stop"}]} + + data: {"id":"gen-1773324032-BB5Bz02Qyy8Wc5LPmWVO","object":"chat.completion.chunk","created":1773324032,"model":"z-ai/glm-4.5","provider":"Novita","choices":[],"usage":{"prompt_tokens":16,"completion_tokens":86,"total_tokens":102,"cost":0.00019145,"is_byok":false,"prompt_tokens_details":{"cached_tokens":15,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00019145,"upstream_inference_prompt_cost":0.00000225,"upstream_inference_completions_cost":0.0001892},"completion_tokens_details":{"reasoning_tokens":79,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -143,4 +201,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 474.603209ms + duration: 759.130333ms diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.5/tool.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.5/tool.yaml index 12545f2596976464130e7b4a136fc4a53d01e018..9a40311b26b50d5e8aa9a9d360e393f38445ddcc 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.5/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.5/tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054167-XemUqTQ3rOSB6BkEIie0\",\"provider\":\"Z.AI\",\"model\":\"z-ai/glm-4.5\",\"object\":\"chat.completion\",\"created\":1761054167,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\n\",\"refusal\":null,\"reasoning\":\"\\nThe user is asking for the weather in Florence, Italy. I need to use the weather function to get this information. The function requires a \\\"location\\\" parameter, and the user has provided \\\"Florence,Italy\\\" as the location. I should use this exact value as provided by the user.\",\"tool_calls\":[{\"id\":\"call_170e2d419d2a4aba8c2a2361\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence,Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\nThe user is asking for the weather in Florence, Italy. I need to use the weather function to get this information. The function requires a \\\"location\\\" parameter, and the user has provided \\\"Florence,Italy\\\" as the location. I should use this exact value as provided by the user.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":179,\"completion_tokens\":80,\"total_tokens\":259,\"cost\":0.00019618,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":178,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00002018,\"upstream_inference_completions_cost\":0.000176},\"completion_tokens_details\":{\"reasoning_tokens\":70,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324034-8wFcOZ85dhprBktxwDQI\",\"object\":\"chat.completion\",\"created\":1773324034,\"model\":\"z-ai/glm-4.5\",\"provider\":\"Z.AI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll check the weather in Florence, Italy for you.\\n\",\"refusal\":null,\"reasoning\":\"\\nThe user is asking for the weather in Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided \\\"Florence, Italy\\\" as the location. I should use this exact location string when calling the function.\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_a2a3ce77cc02433e93b5a5be\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\nThe user is asking for the weather in Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided \\\"Florence, Italy\\\" as the location. I should use this exact location string when calling the function.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":178,\"completion_tokens\":83,\"total_tokens\":261,\"cost\":0.00026833,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":43,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00026833,\"upstream_inference_prompt_cost\":0.00008573,\"upstream_inference_completions_cost\":0.0001826},\"completion_tokens_details\":{\"reasoning_tokens\":52,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 478.155834ms + duration: 5.335454333s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1113 + content_length: 1134 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\n","tool_calls":[{"id":"call_170e2d419d2a4aba8c2a2361","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"\nThe user is asking for the weather in Florence, Italy. I need to use the weather function to get this information. The function requires a \"location\" parameter, and the user has provided \"Florence,Italy\" as the location. I should use this exact value as provided by the user.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_170e2d419d2a4aba8c2a2361","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.\n","tool_calls":[{"id":"call_a2a3ce77cc02433e93b5a5be","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"\nThe user is asking for the weather in Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided \"Florence, Italy\" as the location. I should use this exact location string when calling the function.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_a2a3ce77cc02433e93b5a5be","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054170-tYneB8kzk2Td9F79B6lT\",\"provider\":\"Z.AI\",\"model\":\"z-ai/glm-4.5\",\"object\":\"chat.completion\",\"created\":1761054170,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\nThe current weather in Florence, Italy is 40°C (104°F). That's quite hot - typical summer weather for Florence, though on the warmer side. Make sure to stay hydrated and seek shade if you're planning to be outdoors!\",\"refusal\":null,\"reasoning\":\"\\nThe weather function returned \\\"40 C\\\" for Florence, Italy. This is quite hot - 40 degrees Celsius. I should provide this information to the user and perhaps add some context about what this temperature means.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\nThe weather function returned \\\"40 C\\\" for Florence, Italy. This is quite hot - 40 degrees Celsius. I should provide this information to the user and perhaps add some context about what this temperature means.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":207,\"completion_tokens\":95,\"total_tokens\":302,\"cost\":0.00031213,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":43,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00010313,\"upstream_inference_completions_cost\":0.000209},\"completion_tokens_details\":{\"reasoning_tokens\":53,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324040-z292tRfVyhCylAVz3rEa\",\"object\":\"chat.completion\",\"created\":1773324040,\"model\":\"z-ai/glm-4.5\",\"provider\":\"Z.AI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is 40°C, which is quite warm!\",\"refusal\":null,\"reasoning\":\"\\nThe weather function returned that the temperature in Florence, Italy is 40°C. This is quite hot! I should provide this information to the user in a clear and helpful way.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"\\nThe weather function returned that the temperature in Florence, Italy is 40°C. This is quite hot! I should provide this information to the user in a clear and helpful way.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":269,\"completion_tokens\":58,\"total_tokens\":327,\"cost\":0.0001616,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":260,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.0001616,\"upstream_inference_prompt_cost\":0.000034,\"upstream_inference_completions_cost\":0.0001276},\"completion_tokens_details\":{\"reasoning_tokens\":37,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 520.244083ms + duration: 2.773174916s diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.5/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.5/tool_streaming.yaml index cd39b36d89d68a4baf228f0875ea0df32c09d2e5..1747f24476960b3b93385973bf9b4590f0b5f922 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.5/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.5/tool_streaming.yaml @@ -24,133 +24,149 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.text","text":" need","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" access","reasoning_details":[{"type":"reasoning.text","text":" access","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" get","reasoning_details":[{"type":"reasoning.text","text":" get","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" requires","reasoning_details":[{"type":"reasoning.text","text":" requires","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" requires","reasoning_details":[{"type":"reasoning.text","text":" requires","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" has","reasoning_details":[{"type":"reasoning.text","text":" has","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"location","reasoning_details":[{"type":"reasoning.text","text":"location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Flo","reasoning_details":[{"type":"reasoning.text","text":"Flo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"rence","reasoning_details":[{"type":"reasoning.text","text":"rence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Italy","reasoning_details":[{"type":"reasoning.text","text":"Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" has","reasoning_details":[{"type":"reasoning.text","text":" has","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Flo","reasoning_details":[{"type":"reasoning.text","text":"Flo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"rence","reasoning_details":[{"type":"reasoning.text","text":"rence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Italy","reasoning_details":[{"type":"reasoning.text","text":"Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" value","reasoning_details":[{"type":"reasoning.text","text":" value","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" exact","reasoning_details":[{"type":"reasoning.text","text":" exact","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" value","reasoning_details":[{"type":"reasoning.text","text":" value","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"I","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"'ll","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" check","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_ef1950da96ab46b19bcb66e7","index":0,"type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054174-ERVrA11ylJ9lDokqJAho","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054174,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":179,"completion_tokens":79,"total_tokens":258,"cost":0.00019398,"is_byok":false,"prompt_tokens_details":{"cached_tokens":178,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002018,"upstream_inference_completions_cost":0.0001738},"completion_tokens_details":{"reasoning_tokens":71,"image_tokens":0}}} + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":".\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_41f85dbc4f6043e4998c612a","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773324043-x0rKWKEIG9euQGgS9Q64","object":"chat.completion.chunk","created":1773324043,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[],"usage":{"prompt_tokens":178,"completion_tokens":87,"total_tokens":265,"cost":0.00021147,"is_byok":false,"prompt_tokens_details":{"cached_tokens":177,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00021147,"upstream_inference_prompt_cost":0.00002007,"upstream_inference_completions_cost":0.0001914},"completion_tokens_details":{"reasoning_tokens":56,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -159,15 +175,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 459.606542ms + duration: 3.156603917s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1168 + content_length: 1202 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\n","tool_calls":[{"id":"call_ef1950da96ab46b19bcb66e7","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user is asking for the weather in Florence, Italy. I need to use the weather function to get this information. The function requires a \"location\" parameter, and the user has provided \"Florence,Italy\" as the location. I should use this exact value for the location parameter.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_ef1950da96ab46b19bcb66e7","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.\n","tool_calls":[{"id":"call_41f85dbc4f6043e4998c612a","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user is asking for the weather in Florence, Italy. I have access to a weather function that requires a location parameter. The user has provided \"Florence,Italy\" as the location. I should use this exact value as provided by the user for the location parameter.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_41f85dbc4f6043e4998c612a","role":"tool"}],"model":"z-ai/glm-4.5","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -183,167 +199,167 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n","reasoning_details":[{"type":"reasoning.text","text":"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" returned","reasoning_details":[{"type":"reasoning.text","text":" returned","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" returned","reasoning_details":[{"type":"reasoning.text","text":" returned","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" C","reasoning_details":[{"type":"reasoning.text","text":" C","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" C","reasoning_details":[{"type":"reasoning.text","text":" C","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This","reasoning_details":[{"type":"reasoning.text","text":" This","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" indicates","reasoning_details":[{"type":"reasoning.text","text":" indicates","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" degrees","reasoning_details":[{"type":"reasoning.text","text":" degrees","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Celsius","reasoning_details":[{"type":"reasoning.text","text":" Celsius","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" current","reasoning_details":[{"type":"reasoning.text","text":" current","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" temperature","reasoning_details":[{"type":"reasoning.text","text":" temperature","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" degrees","reasoning_details":[{"type":"reasoning.text","text":" degrees","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Celsius","reasoning_details":[{"type":"reasoning.text","text":" Celsius","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" quite","reasoning_details":[{"type":"reasoning.text","text":" quite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which","reasoning_details":[{"type":"reasoning.text","text":" which","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" hot","reasoning_details":[{"type":"reasoning.text","text":" hot","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" quite","reasoning_details":[{"type":"reasoning.text","text":" quite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" hot","reasoning_details":[{"type":"reasoning.text","text":" hot","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide","reasoning_details":[{"type":"reasoning.text","text":" provide","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" helpful","reasoning_details":[{"type":"reasoning.text","text":" helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clear","reasoning_details":[{"type":"reasoning.text","text":" clear","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","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-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" helpful","reasoning_details":[{"type":"reasoning.text","text":" helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" way","reasoning_details":[{"type":"reasoning.text","text":" way","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" currently","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"40","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"°C","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"104","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"°F","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":").","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" That","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"104","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"'s","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" quite","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":").","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" a","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" hot","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" day","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" Make","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" sure","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" Make","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" to","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" stay","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" hydrated","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" seek","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" shade","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" if","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" if","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"'re","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" out","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"'re","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":" outdoors","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":" about","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1761054177-nQgmeCHWiquyCxUw9BaT","provider":"Z.AI","model":"z-ai/glm-4.5","object":"chat.completion.chunk","created":1761054177,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":207,"completion_tokens":82,"total_tokens":289,"cost":0.00020366,"is_byok":false,"prompt_tokens_details":{"cached_tokens":206,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002326,"upstream_inference_completions_cost":0.0001804},"completion_tokens_details":{"reasoning_tokens":55,"image_tokens":0}}} + data: {"id":"gen-1773324046-3H5BZM5C70ATNICGsa3W","object":"chat.completion.chunk","created":1773324046,"model":"z-ai/glm-4.5","provider":"Z.AI","choices":[],"usage":{"prompt_tokens":273,"completion_tokens":83,"total_tokens":356,"cost":0.00032533,"is_byok":false,"prompt_tokens_details":{"cached_tokens":43,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00032533,"upstream_inference_prompt_cost":0.00014273,"upstream_inference_completions_cost":0.0001826},"completion_tokens_details":{"reasoning_tokens":42,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -352,4 +368,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 495.680958ms + duration: 4.408586333s diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.6/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.6/multi_tool.yaml index f58b5fd610432436b249ad922bb2c4e584caa805..bb07099fd5286df3a47ec54e5f6fc0ccccfacc10 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.6/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.6/multi_tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1761053358-loCOCIlvY0Hfh9vUwk5V\",\"provider\":\"GMICloud\",\"model\":\"z-ai/glm-4.6\",\"object\":\"chat.completion\",\"created\":1761053358,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\n\\nI'll add and multiply the numbers 2 and 3 for you.\\n\\n\",\"refusal\":null,\"reasoning\":\"The user wants me to add and multiply the numbers 2 and 3. According to the instructions, I need to use both the add and multiply functions at the same time. I'll call both functions with the parameters a=2 and b=3.\",\"tool_calls\":[{\"id\":\"call_9d2eafde5e5d46f49425180b\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"id\":\"call_b54420d479364a4583f49152\",\"index\":1,\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The user wants me to add and multiply the numbers 2 and 3. According to the instructions, I need to use both the add and multiply functions at the same time. I'll call both functions with the parameters a=2 and b=3.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":284,\"completion_tokens\":113,\"total_tokens\":397,\"cost\":0.0003964,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0001704,\"upstream_inference_completions_cost\":0.000226},\"completion_tokens_details\":{\"reasoning_tokens\":54,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324161-yjtNTefaJWjsI5zgag7U\",\"object\":\"chat.completion\",\"created\":1773324161,\"model\":\"z-ai/glm-4.6\",\"provider\":\"Novita\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll add and multiply the numbers 2 and 3 for you.\",\"refusal\":null,\"reasoning\":\"The user wants me to add and multiply the numbers 2 and 3. I have two functions available: add and multiply. I need to use both functions with the parameters a=2 and b=3 for each function.\\n\\nLet me call both functions:\\n- add(2, 3)\\n- multiply(2, 3)\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_3eff2456fc494463924f094a\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"call_40575b9277094086b33d1d42\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The user wants me to add and multiply the numbers 2 and 3. I have two functions available: add and multiply. I need to use both functions with the parameters a=2 and b=3 for each function.\\n\\nLet me call both functions:\\n- add(2, 3)\\n- multiply(2, 3)\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":279,\"completion_tokens\":115,\"total_tokens\":394,\"cost\":0.00038797,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":42,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00038797,\"upstream_inference_prompt_cost\":0.00013497,\"upstream_inference_completions_cost\":0.000253},\"completion_tokens_details\":{\"reasoning_tokens\":68,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 651.927459ms + duration: 1.011245708s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1646 + content_length: 1667 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"\n\nI''ll add and multiply the numbers 2 and 3 for you.\n\n","tool_calls":[{"id":"call_9d2eafde5e5d46f49425180b","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_b54420d479364a4583f49152","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user wants me to add and multiply the numbers 2 and 3. According to the instructions, I need to use both the add and multiply functions at the same time. I''ll call both functions with the parameters a=2 and b=3.","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_9d2eafde5e5d46f49425180b","role":"tool"},{"content":"6","tool_call_id":"call_b54420d479364a4583f49152","role":"tool"}],"model":"z-ai/glm-4.6","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"call_3eff2456fc494463924f094a","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_40575b9277094086b33d1d42","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user wants me to add and multiply the numbers 2 and 3. I have two functions available: add and multiply. I need to use both functions with the parameters a=2 and b=3 for each function.\n\nLet me call both functions:\n- add(2, 3)\n- multiply(2, 3)","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_3eff2456fc494463924f094a","role":"tool"},{"content":"6","tool_call_id":"call_40575b9277094086b33d1d42","role":"tool"}],"model":"z-ai/glm-4.6","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n{\"id\":\"gen-1761053360-O9EMjlG4IrqtLYXBYnri\",\"provider\":\"Novita\",\"model\":\"z-ai/glm-4.6\",\"object\":\"chat.completion\",\"created\":1761053360,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\nFor the numbers 2 and 3:\\n- **Addition**: 2 + 3 = 5\\n- **Multiplication**: 2 × 3 = 6\",\"refusal\":null,\"reasoning\":null}}],\"system_fingerprint\":\"\",\"usage\":{\"prompt_tokens\":364,\"completion_tokens\":38,\"total_tokens\":402,\"cost\":0.00028093,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":43,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00019733,\"upstream_inference_completions_cost\":0.0000836},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324165-M23dnD2Z2GRyI2JcJIDj\",\"object\":\"chat.completion\",\"created\":1773324165,\"model\":\"z-ai/glm-4.6\",\"provider\":\"Novita\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"Here are the results for the numbers 2 and 3:\\n\\n- **Addition**: 2 + 3 = 5\\n- **Multiplication**: 2 × 3 = 6\",\"refusal\":null,\"reasoning\":\"The results are:\\n- Addition: 2 + 3 = 5\\n- Multiplication: 2 × 3 = 6\\n\\nI should provide a clear summary to the user of both results.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The results are:\\n- Addition: 2 + 3 = 5\\n- Multiplication: 2 × 3 = 6\\n\\nI should provide a clear summary to the user of both results.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":402,\"completion_tokens\":84,\"total_tokens\":486,\"cost\":0.00023342,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":392,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00023342,\"upstream_inference_prompt_cost\":0.00004862,\"upstream_inference_completions_cost\":0.0001848},\"completion_tokens_details\":{\"reasoning_tokens\":42,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 763.302ms + duration: 3.195246417s diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.6/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.6/multi_tool_streaming.yaml index 9c962e8ceb2cb7369f8d63c871395130b9e6d326..21407bc70864b511f5fb3a7b9ceaf413e9949c68 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.6/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.6/multi_tool_streaming.yaml @@ -24,51 +24,167 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" help","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" numbers","reasoning_details":[{"type":"reasoning.text","text":" numbers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" using","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" both","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":" operations","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_a28119d9b7ad43278940407d","type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_656748576b7648529917bdb0","type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1761053362-Jlku9vGQnwNXMW4VZrIz","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053362,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":286,"completion_tokens":61,"total_tokens":347,"cost":0.00028473,"is_byok":false,"prompt_tokens_details":{"cached_tokens":43,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00015053,"upstream_inference_completions_cost":0.0001342},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" available","reasoning_details":[{"type":"reasoning.text","text":" available","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" always","reasoning_details":[{"type":"reasoning.text","text":" always","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" at","reasoning_details":[{"type":"reasoning.text","text":" at","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" same","reasoning_details":[{"type":"reasoning.text","text":" same","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" time","reasoning_details":[{"type":"reasoning.text","text":" time","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" call","reasoning_details":[{"type":"reasoning.text","text":" call","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" functions","reasoning_details":[{"type":"reasoning.text","text":" functions","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" parameters","reasoning_details":[{"type":"reasoning.text","text":" parameters","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" b","reasoning_details":[{"type":"reasoning.text","text":" b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","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-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"I","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"'ll","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" add","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" multiply","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" numbers","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_c02817b0e63e4f9db2208d62","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"call_0e54f1f590bd45b4a7972f5f","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773324169-R35AraloGop4RPqk2TgM","object":"chat.completion.chunk","created":1773324169,"model":"z-ai/glm-4.6","provider":"Novita","choices":[],"usage":{"prompt_tokens":275,"completion_tokens":107,"total_tokens":382,"cost":0.00027665,"is_byok":false,"prompt_tokens_details":{"cached_tokens":250,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00027665,"upstream_inference_prompt_cost":0.00004125,"upstream_inference_completions_cost":0.0002354},"completion_tokens_details":{"reasoning_tokens":60,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -77,15 +193,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 682.767666ms + duration: 1.016894958s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1394 + content_length: 1708 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"\nI''ll help you add and multiply the numbers 2 and 3 using both operations.\n","tool_calls":[{"id":"call_a28119d9b7ad43278940407d","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_656748576b7648529917bdb0","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_a28119d9b7ad43278940407d","role":"tool"},{"content":"6","tool_call_id":"call_656748576b7648529917bdb0","role":"tool"}],"model":"z-ai/glm-4.6","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"call_c02817b0e63e4f9db2208d62","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_0e54f1f590bd45b4a7972f5f","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":" user wants me to add and multiply the numbers 2 and 3. I have both the add and multiply functions available, and the instructions say to always use both add and multiply at the same time. So I need to call both functions with the parameters a=2 and b=3.","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_c02817b0e63e4f9db2208d62","role":"tool"},{"content":"6","tool_call_id":"call_0e54f1f590bd45b4a7972f5f","role":"tool"}],"model":"z-ai/glm-4.6","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -101,93 +217,139 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" returned","reasoning_details":[{"type":"reasoning.text","text":" returned","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"5","reasoning_details":[{"type":"reasoning.text","text":"5","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"5","reasoning_details":[{"type":"reasoning.text","text":"5","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.text","text":" multiply","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" returned","reasoning_details":[{"type":"reasoning.text","text":" returned","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"6","reasoning_details":[{"type":"reasoning.text","text":"6","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"Here","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" are","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.text","text":"3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" results","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" both","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"6","reasoning_details":[{"type":"reasoning.text","text":"6","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" operations","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" with","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Both","reasoning_details":[{"type":"reasoning.text","text":" Both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" calculations","reasoning_details":[{"type":"reasoning.text","text":" calculations","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" are","reasoning_details":[{"type":"reasoning.text","text":" are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" correct","reasoning_details":[{"type":"reasoning.text","text":" correct","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","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-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" results","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" are","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":":\n\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":":\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"**","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"Add","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"ition","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"Add","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":":**","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"**:","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" +","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" +","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" =","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" =","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"5","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"5","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"**","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"Multip","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"lication","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"Multiply","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":":**","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"**:","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"2","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" ×","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ×","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"3","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" =","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" =","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"6","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"6","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1761053364-vrvnS2l6PdsdIT3ZtQHo","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053364,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":363,"completion_tokens":43,"total_tokens":406,"cost":0.00029133,"is_byok":false,"prompt_tokens_details":{"cached_tokens":43,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00019673,"upstream_inference_completions_cost":0.0000946},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324172-Qio6Nbp2y2zBzBcW6fRM","object":"chat.completion.chunk","created":1773324172,"model":"z-ai/glm-4.6","provider":"Novita","choices":[],"usage":{"prompt_tokens":389,"completion_tokens":67,"total_tokens":456,"cost":0.00024079,"is_byok":false,"prompt_tokens_details":{"cached_tokens":274,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00024079,"upstream_inference_prompt_cost":0.00009339,"upstream_inference_completions_cost":0.0001474},"completion_tokens_details":{"reasoning_tokens":36,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -196,4 +358,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 789.47ms + duration: 963.181708ms diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.6/simple.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.6/simple.yaml index 7920774e4eb40e1836bf4607610cb49dd490892a..3f7be0ebe1dfa5953d3b27917695d4f8e389a0e9 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.6/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.6/simple.yaml @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761053318-uDEHOGKuMzvE8FP4FyMt\",\"provider\":\"GMICloud\",\"model\":\"z-ai/glm-4.6\",\"object\":\"chat.completion\",\"created\":1761053318,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\n\\nThe most common and informal way to say \\\"hi\\\" in Portuguese is:\\n\\n**Oi!**\\n\\nYou can also use:\\n\\n**Olá!** (This is like \\\"Hello\\\" and is slightly more formal but used in almost any situation).\\n\\nAnd, depending on the time of day, you can say:\\n\\n* **Bom dia** - Good morning\\n* **Boa tarde** - Good afternoon\\n* **Boa noite** - Good evening / Good night\",\"refusal\":null,\"reasoning\":\"1. **Analyze the user's request:** The user wants to know how to say \\\"hi\\\" in Portuguese. This is a very simple, direct translation request.\\n\\n2. **Identify the core task:** Translate the English word \\\"hi\\\" into Portuguese.\\n\\n3. **Brainstorm Portuguese greetings:**\\n * \\\"Oi\\\" - This is the most common and direct equivalent of \\\"Hi.\\\" It's informal, friendly, and used universally in Brazil and Portugal.\\n * \\\"Olá\\\" - This is the equivalent of \\\"Hello.\\\" It's slightly more formal than \\\"Oi\\\" but still very common. It's a safe and polite option in any situation.\\n * \\\"E aí?\\\" - This is more like \\\"What's up?\\\" or \\\"How's it going?\\\". Very informal, common among friends in Brazil. Less common in Portugal, where they might say \\\"Então?\\\" or \\\"Como está?\\\".\\n * \\\"Bom dia\\\" - \\\"Good morning.\\\" Used until noon/early afternoon.\\n * \\\"Boa tarde\\\" - \\\"Good afternoon.\\\" Used from noon until sunset.\\n * \\\"Boa noite\\\" - \\\"Good evening/night.\\\" Used from sunset onwards.\\n\\n4. **Structure the answer:** I need to provide the most direct answer first, then offer context and alternatives to be more helpful.\\n\\n * **Direct Answer:** Start with the most common and direct translation. \\\"Oi\\\" is perfect for this.\\n * **Add the slightly more formal option:** \\\"Olá\\\" is the next best choice. I should explain the subtle difference in formality.\\n * **Provide context:** Explain *when* to use each one.\\n * \\\"Oi\\\" = informal, like \\\"Hi.\\\"\\n * \\\"Olá\\\" = a bit more formal, like \\\"Hello,\\\" but still widely used.\\n * **Offer more options (for a comprehensive answer):** Include time-of-day greetings (\\\"Bom dia,\\\" \\\"Boa tarde,\\\" \\\"Boa noite\\\") as they are very common and useful. Explain what each one means and when to use it.\\n * **Add a regional/cultural note:** Mentioning that \\\"Oi\\\" is very common in Brazil is a good piece of information. While it's also understood and used in Portugal, \\\"Olá\\\" might be slightly more common as a default greeting there. Mentioning the Brazilian \\\"E aí?\\\" as a \\\"What's up?\\\" equivalent adds extra value.\\n * **Formatting:** Use bolding to make the Portuguese words stand out. Use bullet points or a clear structure to separate the different options and their explanations. This makes the information easy to digest.\\n\\n5. **Review and refine the answer:**\\n * Initial thought: Just say \\\"Oi.\\\"\\n * Better: \\\"Oi\\\" is the most common way to say \\\"hi.\\\"\\n * Even better: \\\"The most common way to say 'hi' is **Oi**.\\\" (Clear and direct).\\n * Even better still: \\\"The most common and informal way to say 'hi' in Portuguese is **Oi**.\\\" (Adds context about formality).\\n * Final plan:\\n 1. Start with \\\"**Oi**\\\" as the primary answer, explaining it's the direct equivalent of \\\"Hi\\\" and is informal.\\n 2. Follow up with \\\"**Olá**\\\" as the \\\"Hello\\\" equivalent, explaining it's slightly more formal but also very common.\\n 3. Add a section for time-of-day greetings: **Bom dia**, **Boa tarde**, **Boa noite**, with their English translations and usage times.\\n 4. Conclude with a friendly closing, maybe a simple \\\"Hope this helps!\\\" or something similar.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"1. **Analyze the user's request:** The user wants to know how to say \\\"hi\\\" in Portuguese. This is a very simple, direct translation request.\\n\\n2. **Identify the core task:** Translate the English word \\\"hi\\\" into Portuguese.\\n\\n3. **Brainstorm Portuguese greetings:**\\n * \\\"Oi\\\" - This is the most common and direct equivalent of \\\"Hi.\\\" It's informal, friendly, and used universally in Brazil and Portugal.\\n * \\\"Olá\\\" - This is the equivalent of \\\"Hello.\\\" It's slightly more formal than \\\"Oi\\\" but still very common. It's a safe and polite option in any situation.\\n * \\\"E aí?\\\" - This is more like \\\"What's up?\\\" or \\\"How's it going?\\\". Very informal, common among friends in Brazil. Less common in Portugal, where they might say \\\"Então?\\\" or \\\"Como está?\\\".\\n * \\\"Bom dia\\\" - \\\"Good morning.\\\" Used until noon/early afternoon.\\n * \\\"Boa tarde\\\" - \\\"Good afternoon.\\\" Used from noon until sunset.\\n * \\\"Boa noite\\\" - \\\"Good evening/night.\\\" Used from sunset onwards.\\n\\n4. **Structure the answer:** I need to provide the most direct answer first, then offer context and alternatives to be more helpful.\\n\\n * **Direct Answer:** Start with the most common and direct translation. \\\"Oi\\\" is perfect for this.\\n * **Add the slightly more formal option:** \\\"Olá\\\" is the next best choice. I should explain the subtle difference in formality.\\n * **Provide context:** Explain *when* to use each one.\\n * \\\"Oi\\\" = informal, like \\\"Hi.\\\"\\n * \\\"Olá\\\" = a bit more formal, like \\\"Hello,\\\" but still widely used.\\n * **Offer more options (for a comprehensive answer):** Include time-of-day greetings (\\\"Bom dia,\\\" \\\"Boa tarde,\\\" \\\"Boa noite\\\") as they are very common and useful. Explain what each one means and when to use it.\\n * **Add a regional/cultural note:** Mentioning that \\\"Oi\\\" is very common in Brazil is a good piece of information. While it's also understood and used in Portugal, \\\"Olá\\\" might be slightly more common as a default greeting there. Mentioning the Brazilian \\\"E aí?\\\" as a \\\"What's up?\\\" equivalent adds extra value.\\n * **Formatting:** Use bolding to make the Portuguese words stand out. Use bullet points or a clear structure to separate the different options and their explanations. This makes the information easy to digest.\\n\\n5. **Review and refine the answer:**\\n * Initial thought: Just say \\\"Oi.\\\"\\n * Better: \\\"Oi\\\" is the most common way to say \\\"hi.\\\"\\n * Even better: \\\"The most common way to say 'hi' is **Oi**.\\\" (Clear and direct).\\n * Even better still: \\\"The most common and informal way to say 'hi' in Portuguese is **Oi**.\\\" (Adds context about formality).\\n * Final plan:\\n 1. Start with \\\"**Oi**\\\" as the primary answer, explaining it's the direct equivalent of \\\"Hi\\\" and is informal.\\n 2. Follow up with \\\"**Olá**\\\" as the \\\"Hello\\\" equivalent, explaining it's slightly more formal but also very common.\\n 3. Add a section for time-of-day greetings: **Bom dia**, **Boa tarde**, **Boa noite**, with their English translations and usage times.\\n 4. Conclude with a friendly closing, maybe a simple \\\"Hope this helps!\\\" or something similar.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":16,\"completion_tokens\":883,\"total_tokens\":899,\"cost\":0.0017756,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000096,\"upstream_inference_completions_cost\":0.001766},\"completion_tokens_details\":{\"reasoning_tokens\":810,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324064-bCxdmtgLzZ9hRfv3kUJn\",\"object\":\"chat.completion\",\"created\":1773324064,\"model\":\"z-ai/glm-4.6\",\"provider\":\"AtlasCloud\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"Oi!\",\"refusal\":null,\"reasoning\":\"1. **Identify the user's request:** The user wants me to say \\\"hi\\\" in Portuguese.\\n\\n2. **Retrieve knowledge about Portuguese greetings:**\\n * \\\"Olá\\\" is the standard, slightly formal but versatile greeting (equivalent to \\\"Hello\\\").\\n * \\\"Oi\\\" is the informal, common greeting (equivalent to \\\"Hi\\\").\\n * \\\"Oi, tudo bem?\\\" (Hi, how are you?) is also very common.\\n\\n3. **Select the best response:** Since the user specifically asked to \\\"say hi\\\", \\\"Oi\\\" is the most direct translation. However, providing \\\"Olá\\\" as well adds value and covers different contexts.\\n\\n4. **Draft the response:**\\n * Option 1: \\\"Oi!\\\"\\n * Option 2: \\\"Olá!\\\"\\n * Option 3: \\\"Oi! or Olá!\\\"\\n\\n5. **Final Polish:** A simple, direct answer is usually best for this type of query.\\n\\n * \\\"Oi!\\\"\\n\\n (I could also add \\\"Olá\\\" for completeness).\\n\\n6. **Final Output Generation:** \\\"Oi!\\\" or \\\"Olá!\\\" are both correct. I will provide the most common informal one first, or just the standard one. Let's go with \\\"Oi!\\\" as it matches \\\"hi\\\" well, but maybe list both.\\n\\n * *Result:* \\\"Oi!\\\" (or \\\"Olá!\\\")\\n\\n Let's just give the most direct translation.\\n\\n \\\"Oi!\\\"\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"1. **Identify the user's request:** The user wants me to say \\\"hi\\\" in Portuguese.\\n\\n2. **Retrieve knowledge about Portuguese greetings:**\\n * \\\"Olá\\\" is the standard, slightly formal but versatile greeting (equivalent to \\\"Hello\\\").\\n * \\\"Oi\\\" is the informal, common greeting (equivalent to \\\"Hi\\\").\\n * \\\"Oi, tudo bem?\\\" (Hi, how are you?) is also very common.\\n\\n3. **Select the best response:** Since the user specifically asked to \\\"say hi\\\", \\\"Oi\\\" is the most direct translation. However, providing \\\"Olá\\\" as well adds value and covers different contexts.\\n\\n4. **Draft the response:**\\n * Option 1: \\\"Oi!\\\"\\n * Option 2: \\\"Olá!\\\"\\n * Option 3: \\\"Oi! or Olá!\\\"\\n\\n5. **Final Polish:** A simple, direct answer is usually best for this type of query.\\n\\n * \\\"Oi!\\\"\\n\\n (I could also add \\\"Olá\\\" for completeness).\\n\\n6. **Final Output Generation:** \\\"Oi!\\\" or \\\"Olá!\\\" are both correct. I will provide the most common informal one first, or just the standard one. Let's go with \\\"Oi!\\\" as it matches \\\"hi\\\" well, but maybe list both.\\n\\n * *Result:* \\\"Oi!\\\" (or \\\"Olá!\\\")\\n\\n Let's just give the most direct translation.\\n\\n \\\"Oi!\\\"\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":15,\"completion_tokens\":314,\"total_tokens\":329,\"cost\":0.00055296,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":4,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00055296,\"upstream_inference_prompt_cost\":0.0000066,\"upstream_inference_completions_cost\":0.00054636},\"completion_tokens_details\":{\"reasoning_tokens\":310,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 877.441834ms + duration: 1.620134375s diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.6/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.6/simple_streaming.yaml index d96d8961dc62b537fa3dd372b2acc39ffe3e8913..c59ef6630686969a66e2a79af292e6b6c5cac33f 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.6/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.6/simple_streaming.yaml @@ -24,1325 +24,1359 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"1","reasoning_details":[{"type":"reasoning.text","text":"1","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"1","reasoning_details":[{"type":"reasoning.text","text":"1","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". ","reasoning_details":[{"type":"reasoning.text","text":". ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **An","reasoning_details":[{"type":"reasoning.text","text":" **An","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"alyze the","reasoning_details":[{"type":"reasoning.text","text":"alyze the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"alyze the","reasoning_details":[{"type":"reasoning.text","text":"alyze the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" User","reasoning_details":[{"type":"reasoning.text","text":" User","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s request","reasoning_details":[{"type":"reasoning.text","text":"'s request","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'s Request","reasoning_details":[{"type":"reasoning.text","text":"'s Request","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":** The","reasoning_details":[{"type":"reasoning.text","text":":** The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user wants","reasoning_details":[{"type":"reasoning.text","text":" user wants","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user wants","reasoning_details":[{"type":"reasoning.text","text":" user wants","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to know","reasoning_details":[{"type":"reasoning.text","text":" to know","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to know","reasoning_details":[{"type":"reasoning.text","text":" to know","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" how to","reasoning_details":[{"type":"reasoning.text","text":" how to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" how to","reasoning_details":[{"type":"reasoning.text","text":" how to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" say \"","reasoning_details":[{"type":"reasoning.text","text":" say \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"hi\"","reasoning_details":[{"type":"reasoning.text","text":"hi\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hi\"","reasoning_details":[{"type":"reasoning.text","text":"hi\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in Portuguese","reasoning_details":[{"type":"reasoning.text","text":" in Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in Portuguese","reasoning_details":[{"type":"reasoning.text","text":" in Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". This","reasoning_details":[{"type":"reasoning.text","text":". This","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is a","reasoning_details":[{"type":"reasoning.text","text":" is a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" very simple","reasoning_details":[{"type":"reasoning.text","text":" very simple","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" very simple","reasoning_details":[{"type":"reasoning.text","text":" very simple","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":", direct","reasoning_details":[{"type":"reasoning.text","text":", direct","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":", direct","reasoning_details":[{"type":"reasoning.text","text":", direct","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" translation request","reasoning_details":[{"type":"reasoning.text","text":" translation request","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" translation request","reasoning_details":[{"type":"reasoning.text","text":" translation request","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n2","reasoning_details":[{"type":"reasoning.text","text":".\n\n2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n\n2","reasoning_details":[{"type":"reasoning.text","text":".\n\n2","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". ","reasoning_details":[{"type":"reasoning.text","text":". ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" **Ident","reasoning_details":[{"type":"reasoning.text","text":" **Ident","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **Ident","reasoning_details":[{"type":"reasoning.text","text":" **Ident","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ify the","reasoning_details":[{"type":"reasoning.text","text":"ify the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ify the","reasoning_details":[{"type":"reasoning.text","text":"ify the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" core task","reasoning_details":[{"type":"reasoning.text","text":" core task","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Core Task","reasoning_details":[{"type":"reasoning.text","text":" Core Task","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":** The","reasoning_details":[{"type":"reasoning.text","text":":** The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the Portuguese","reasoning_details":[{"type":"reasoning.text","text":" the Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" task is","reasoning_details":[{"type":"reasoning.text","text":" task is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" equivalent","reasoning_details":[{"type":"reasoning.text","text":" equivalent","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to provide","reasoning_details":[{"type":"reasoning.text","text":" to provide","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the Portuguese","reasoning_details":[{"type":"reasoning.text","text":" the Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"hi\".\n\n","reasoning_details":[{"type":"reasoning.text","text":"hi\".\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" equivalent","reasoning_details":[{"type":"reasoning.text","text":" equivalent","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3.","reasoning_details":[{"type":"reasoning.text","text":"3.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" of the","reasoning_details":[{"type":"reasoning.text","text":" of the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" English greeting","reasoning_details":[{"type":"reasoning.text","text":" English greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Brainstorm","reasoning_details":[{"type":"reasoning.text","text":"Brainstorm","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"hi","reasoning_details":[{"type":"reasoning.text","text":" \"hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.text","text":" Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\".\n\n3","reasoning_details":[{"type":"reasoning.text","text":"\".\n\n3","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" greetings","reasoning_details":[{"type":"reasoning.text","text":" greetings","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". ","reasoning_details":[{"type":"reasoning.text","text":". ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **Brain","reasoning_details":[{"type":"reasoning.text","text":" **Brain","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"storm Portuguese","reasoning_details":[{"type":"reasoning.text","text":"storm Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" G","reasoning_details":[{"type":"reasoning.text","text":" G","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"Ol","reasoning_details":[{"type":"reasoning.text","text":" \"Ol","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"reetings:","reasoning_details":[{"type":"reasoning.text","text":"reetings:","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n ","reasoning_details":[{"type":"reasoning.text","text":"**\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is the","reasoning_details":[{"type":"reasoning.text","text":" is the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" most direct","reasoning_details":[{"type":"reasoning.text","text":" most direct","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Oi","reasoning_details":[{"type":"reasoning.text","text":"Oi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and common","reasoning_details":[{"type":"reasoning.text","text":" and common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" -","reasoning_details":[{"type":"reasoning.text","text":"\" -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" translation of","reasoning_details":[{"type":"reasoning.text","text":" translation of","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This is","reasoning_details":[{"type":"reasoning.text","text":" This is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"hello","reasoning_details":[{"type":"reasoning.text","text":" \"hello","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the most","reasoning_details":[{"type":"reasoning.text","text":" the most","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" direct and","reasoning_details":[{"type":"reasoning.text","text":" direct and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"hi","reasoning_details":[{"type":"reasoning.text","text":" \"hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" common translation","reasoning_details":[{"type":"reasoning.text","text":" common translation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" of \"","reasoning_details":[{"type":"reasoning.text","text":" of \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s universally","reasoning_details":[{"type":"reasoning.text","text":"'s universally","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hi","reasoning_details":[{"type":"reasoning.text","text":"hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" understood in","reasoning_details":[{"type":"reasoning.text","text":" understood in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\". It","reasoning_details":[{"type":"reasoning.text","text":"\". It","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both","reasoning_details":[{"type":"reasoning.text","text":" both","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'s informal","reasoning_details":[{"type":"reasoning.text","text":"'s informal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portugal and","reasoning_details":[{"type":"reasoning.text","text":" Portugal and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":", friendly","reasoning_details":[{"type":"reasoning.text","text":", friendly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Brazil.","reasoning_details":[{"type":"reasoning.text","text":" Brazil.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":", and","reasoning_details":[{"type":"reasoning.text","text":", and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used everywhere","reasoning_details":[{"type":"reasoning.text","text":" used everywhere","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" neutral in","reasoning_details":[{"type":"reasoning.text","text":" neutral in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in Brazil","reasoning_details":[{"type":"reasoning.text","text":" in Brazil","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and Portugal","reasoning_details":[{"type":"reasoning.text","text":" and Portugal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ality.\n","reasoning_details":[{"type":"reasoning.text","text":"ality.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". It","reasoning_details":[{"type":"reasoning.text","text":". It","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'s the","reasoning_details":[{"type":"reasoning.text","text":"'s the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" perfect primary","reasoning_details":[{"type":"reasoning.text","text":" perfect primary","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Oi\"","reasoning_details":[{"type":"reasoning.text","text":"Oi\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" answer.\n","reasoning_details":[{"type":"reasoning.text","text":" answer.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is very","reasoning_details":[{"type":"reasoning.text","text":" is very","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" common,","reasoning_details":[{"type":"reasoning.text","text":" common,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Olá","reasoning_details":[{"type":"reasoning.text","text":"Olá","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" especially in","reasoning_details":[{"type":"reasoning.text","text":" especially in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" -","reasoning_details":[{"type":"reasoning.text","text":"\" -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Brazil.","reasoning_details":[{"type":"reasoning.text","text":" Brazil.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This is","reasoning_details":[{"type":"reasoning.text","text":" This is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the equivalent","reasoning_details":[{"type":"reasoning.text","text":" the equivalent","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" informal","reasoning_details":[{"type":"reasoning.text","text":" informal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" of \"","reasoning_details":[{"type":"reasoning.text","text":" of \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Hello\".","reasoning_details":[{"type":"reasoning.text","text":"Hello\".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" like a","reasoning_details":[{"type":"reasoning.text","text":" like a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" It's","reasoning_details":[{"type":"reasoning.text","text":" It's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" friendly","reasoning_details":[{"type":"reasoning.text","text":" friendly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" slightly more","reasoning_details":[{"type":"reasoning.text","text":" slightly more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"hi","reasoning_details":[{"type":"reasoning.text","text":" \"hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" formal than","reasoning_details":[{"type":"reasoning.text","text":" formal than","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"Oi","reasoning_details":[{"type":"reasoning.text","text":" \"Oi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"hey","reasoning_details":[{"type":"reasoning.text","text":" \"hey","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" but","reasoning_details":[{"type":"reasoning.text","text":"\" but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" still very","reasoning_details":[{"type":"reasoning.text","text":" still very","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s less","reasoning_details":[{"type":"reasoning.text","text":"'s less","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" common and","reasoning_details":[{"type":"reasoning.text","text":" common and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" common in","reasoning_details":[{"type":"reasoning.text","text":" common in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" perfectly acceptable","reasoning_details":[{"type":"reasoning.text","text":" perfectly acceptable","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portugal,","reasoning_details":[{"type":"reasoning.text","text":" Portugal,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in almost","reasoning_details":[{"type":"reasoning.text","text":" in almost","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" where it","reasoning_details":[{"type":"reasoning.text","text":" where it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" any situation.","reasoning_details":[{"type":"reasoning.text","text":" any situation.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" can sometimes","reasoning_details":[{"type":"reasoning.text","text":" can sometimes","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" It's","reasoning_details":[{"type":"reasoning.text","text":" It's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" sound a","reasoning_details":[{"type":"reasoning.text","text":" sound a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a great","reasoning_details":[{"type":"reasoning.text","text":" a great","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" bit too","reasoning_details":[{"type":"reasoning.text","text":" bit too","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" alternative to","reasoning_details":[{"type":"reasoning.text","text":" alternative to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" informal or","reasoning_details":[{"type":"reasoning.text","text":" informal or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide","reasoning_details":[{"type":"reasoning.text","text":" provide","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" even slightly","reasoning_details":[{"type":"reasoning.text","text":" even slightly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n ","reasoning_details":[{"type":"reasoning.text","text":".\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" dismissive","reasoning_details":[{"type":"reasoning.text","text":" dismissive","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" depending on","reasoning_details":[{"type":"reasoning.text","text":" depending on","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"E","reasoning_details":[{"type":"reasoning.text","text":" \"E","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the context","reasoning_details":[{"type":"reasoning.text","text":" the context","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" aí","reasoning_details":[{"type":"reasoning.text","text":" aí","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"?\"","reasoning_details":[{"type":"reasoning.text","text":"?\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" - This","reasoning_details":[{"type":"reasoning.text","text":" - This","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" still understood","reasoning_details":[{"type":"reasoning.text","text":" still understood","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is more","reasoning_details":[{"type":"reasoning.text","text":" is more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like \"","reasoning_details":[{"type":"reasoning.text","text":" like \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"What's","reasoning_details":[{"type":"reasoning.text","text":"What's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"B","reasoning_details":[{"type":"reasoning.text","text":" \"B","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" up?\" or","reasoning_details":[{"type":"reasoning.text","text":" up?\" or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"om dia","reasoning_details":[{"type":"reasoning.text","text":"om dia","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"Hey","reasoning_details":[{"type":"reasoning.text","text":" \"Hey","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" there?","reasoning_details":[{"type":"reasoning.text","text":" there?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"Good","reasoning_details":[{"type":"reasoning.text","text":" \"Good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\". It","reasoning_details":[{"type":"reasoning.text","text":"\". It","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" morning\".","reasoning_details":[{"type":"reasoning.text","text":" morning\".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'s very","reasoning_details":[{"type":"reasoning.text","text":"'s very","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Used","reasoning_details":[{"type":"reasoning.text","text":" Used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" informal,","reasoning_details":[{"type":"reasoning.text","text":" informal,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" until","reasoning_details":[{"type":"reasoning.text","text":" until","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" common in","reasoning_details":[{"type":"reasoning.text","text":" common in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" noon.\n","reasoning_details":[{"type":"reasoning.text","text":" noon.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Brazil.","reasoning_details":[{"type":"reasoning.text","text":" Brazil.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" It's","reasoning_details":[{"type":"reasoning.text","text":" It's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a good","reasoning_details":[{"type":"reasoning.text","text":" a good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Boa","reasoning_details":[{"type":"reasoning.text","text":"Boa","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" secondary option","reasoning_details":[{"type":"reasoning.text","text":" secondary option","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tarde\"","reasoning_details":[{"type":"reasoning.text","text":" tarde\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to show","reasoning_details":[{"type":"reasoning.text","text":" to show","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more nu","reasoning_details":[{"type":"reasoning.text","text":" more nu","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Good afternoon","reasoning_details":[{"type":"reasoning.text","text":"Good afternoon","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ance.\n","reasoning_details":[{"type":"reasoning.text","text":"ance.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\". Used","reasoning_details":[{"type":"reasoning.text","text":"\". Used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" from noon","reasoning_details":[{"type":"reasoning.text","text":" from noon","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" until sunset","reasoning_details":[{"type":"reasoning.text","text":" until sunset","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Tudo","reasoning_details":[{"type":"reasoning.text","text":"Tudo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"/d","reasoning_details":[{"type":"reasoning.text","text":"/d","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" bem?\"","reasoning_details":[{"type":"reasoning.text","text":" bem?\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ark","reasoning_details":[{"type":"reasoning.text","text":"ark","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" -","reasoning_details":[{"type":"reasoning.text","text":" -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This means","reasoning_details":[{"type":"reasoning.text","text":" This means","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"All","reasoning_details":[{"type":"reasoning.text","text":" \"All","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"Bo","reasoning_details":[{"type":"reasoning.text","text":" \"Bo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" good?\"","reasoning_details":[{"type":"reasoning.text","text":" good?\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"a noite","reasoning_details":[{"type":"reasoning.text","text":"a noite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" or \"","reasoning_details":[{"type":"reasoning.text","text":" or \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"How are","reasoning_details":[{"type":"reasoning.text","text":"How are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"Good","reasoning_details":[{"type":"reasoning.text","text":" \"Good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" you?\".","reasoning_details":[{"type":"reasoning.text","text":" you?\".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" evening\"","reasoning_details":[{"type":"reasoning.text","text":" evening\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" It's","reasoning_details":[{"type":"reasoning.text","text":" It's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" often used","reasoning_details":[{"type":"reasoning.text","text":" often used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Good night","reasoning_details":[{"type":"reasoning.text","text":"Good night","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\". Used","reasoning_details":[{"type":"reasoning.text","text":"\". Used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"as*","reasoning_details":[{"type":"reasoning.text","text":"as*","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" after dark","reasoning_details":[{"type":"reasoning.text","text":" after dark","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a greeting","reasoning_details":[{"type":"reasoning.text","text":" a greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":", similar","reasoning_details":[{"type":"reasoning.text","text":", similar","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be used","reasoning_details":[{"type":"reasoning.text","text":" be used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to \"","reasoning_details":[{"type":"reasoning.text","text":" to \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both as","reasoning_details":[{"type":"reasoning.text","text":" both as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"How's","reasoning_details":[{"type":"reasoning.text","text":"How's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a greeting","reasoning_details":[{"type":"reasoning.text","text":" a greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it going?","reasoning_details":[{"type":"reasoning.text","text":" it going?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and a","reasoning_details":[{"type":"reasoning.text","text":" and a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\". Another","reasoning_details":[{"type":"reasoning.text","text":"\". Another","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" farewell.\n","reasoning_details":[{"type":"reasoning.text","text":" farewell.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" good,","reasoning_details":[{"type":"reasoning.text","text":" good,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" slightly","reasoning_details":[{"type":"reasoning.text","text":" slightly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more advanced","reasoning_details":[{"type":"reasoning.text","text":" more advanced","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"E a","reasoning_details":[{"type":"reasoning.text","text":"E a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" option","reasoning_details":[{"type":"reasoning.text","text":" option","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n ","reasoning_details":[{"type":"reasoning.text","text":".\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"E ai","reasoning_details":[{"type":"reasoning.text","text":"E ai","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"B","reasoning_details":[{"type":"reasoning.text","text":" \"B","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"om dia","reasoning_details":[{"type":"reasoning.text","text":"om dia","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" /","reasoning_details":[{"type":"reasoning.text","text":"\" /","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"What's","reasoning_details":[{"type":"reasoning.text","text":"What's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"Bo","reasoning_details":[{"type":"reasoning.text","text":" \"Bo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" up?\"","reasoning_details":[{"type":"reasoning.text","text":" up?\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"a tarde","reasoning_details":[{"type":"reasoning.text","text":"a tarde","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Very informal","reasoning_details":[{"type":"reasoning.text","text":" Very informal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" /","reasoning_details":[{"type":"reasoning.text","text":"\" /","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":", common","reasoning_details":[{"type":"reasoning.text","text":", common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"Bo","reasoning_details":[{"type":"reasoning.text","text":" \"Bo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in Brazil","reasoning_details":[{"type":"reasoning.text","text":" in Brazil","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"a noite","reasoning_details":[{"type":"reasoning.text","text":"a noite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" -","reasoning_details":[{"type":"reasoning.text","text":"\" -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" These","reasoning_details":[{"type":"reasoning.text","text":" These","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" are \"","reasoning_details":[{"type":"reasoning.text","text":" are \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"udo bem","reasoning_details":[{"type":"reasoning.text","text":"udo bem","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Good morning\",","reasoning_details":[{"type":"reasoning.text","text":"Good morning\",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"Good","reasoning_details":[{"type":"reasoning.text","text":" \"Good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"How","reasoning_details":[{"type":"reasoning.text","text":" \"How","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" afternoon\",","reasoning_details":[{"type":"reasoning.text","text":" afternoon\",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" are","reasoning_details":[{"type":"reasoning.text","text":" are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and \"","reasoning_details":[{"type":"reasoning.text","text":" and \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" you?\"","reasoning_details":[{"type":"reasoning.text","text":" you?\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Good night","reasoning_details":[{"type":"reasoning.text","text":"Good night","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"/even","reasoning_details":[{"type":"reasoning.text","text":"/even","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ing\".","reasoning_details":[{"type":"reasoning.text","text":"ing\".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" everything well","reasoning_details":[{"type":"reasoning.text","text":" everything well","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" They are","reasoning_details":[{"type":"reasoning.text","text":" They are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" also","reasoning_details":[{"type":"reasoning.text","text":" also","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" used as","reasoning_details":[{"type":"reasoning.text","text":" used as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" greetings","reasoning_details":[{"type":"reasoning.text","text":" greetings","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a greeting","reasoning_details":[{"type":"reasoning.text","text":" a greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" itself,","reasoning_details":[{"type":"reasoning.text","text":" itself,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but they","reasoning_details":[{"type":"reasoning.text","text":" but they","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" are time","reasoning_details":[{"type":"reasoning.text","text":" are time","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"Hey","reasoning_details":[{"type":"reasoning.text","text":" \"Hey","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-specific","reasoning_details":[{"type":"reasoning.text","text":"-specific","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":", how","reasoning_details":[{"type":"reasoning.text","text":", how","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". While","reasoning_details":[{"type":"reasoning.text","text":". While","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" not a","reasoning_details":[{"type":"reasoning.text","text":" not a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" going?\"","reasoning_details":[{"type":"reasoning.text","text":" going?\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" direct translation","reasoning_details":[{"type":"reasoning.text","text":" direct translation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n4","reasoning_details":[{"type":"reasoning.text","text":".\n\n4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" of \"","reasoning_details":[{"type":"reasoning.text","text":" of \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hi\",","reasoning_details":[{"type":"reasoning.text","text":"hi\",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" **Structure","reasoning_details":[{"type":"reasoning.text","text":" **Structure","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" they are","reasoning_details":[{"type":"reasoning.text","text":" they are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" essential","reasoning_details":[{"type":"reasoning.text","text":" essential","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" greetings in","reasoning_details":[{"type":"reasoning.text","text":" greetings in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portuguese and","reasoning_details":[{"type":"reasoning.text","text":" Portuguese and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" provide the","reasoning_details":[{"type":"reasoning.text","text":" provide the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" worth mentioning","reasoning_details":[{"type":"reasoning.text","text":" worth mentioning","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" most common","reasoning_details":[{"type":"reasoning.text","text":" most common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and useful","reasoning_details":[{"type":"reasoning.text","text":" and useful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" answers","reasoning_details":[{"type":"reasoning.text","text":" answers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more","reasoning_details":[{"type":"reasoning.text","text":" more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" complete answer","reasoning_details":[{"type":"reasoning.text","text":" complete answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n\n4","reasoning_details":[{"type":"reasoning.text","text":".\n\n4","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" then add","reasoning_details":[{"type":"reasoning.text","text":" then add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". ","reasoning_details":[{"type":"reasoning.text","text":". ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **Structure","reasoning_details":[{"type":"reasoning.text","text":" **Structure","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and nu","reasoning_details":[{"type":"reasoning.text","text":" and nu","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the Answer","reasoning_details":[{"type":"reasoning.text","text":" the Answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ance.","reasoning_details":[{"type":"reasoning.text","text":"ance.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":** A","reasoning_details":[{"type":"reasoning.text","text":":** A","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" A good","reasoning_details":[{"type":"reasoning.text","text":" A good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" good answer","reasoning_details":[{"type":"reasoning.text","text":" good answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" structure would","reasoning_details":[{"type":"reasoning.text","text":" structure would","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should be","reasoning_details":[{"type":"reasoning.text","text":" should be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be:\n","reasoning_details":[{"type":"reasoning.text","text":" be:\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clear,","reasoning_details":[{"type":"reasoning.text","text":" clear,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" helpful","reasoning_details":[{"type":"reasoning.text","text":" helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Start","reasoning_details":[{"type":"reasoning.text","text":" Start","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":", and","reasoning_details":[{"type":"reasoning.text","text":", and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide context","reasoning_details":[{"type":"reasoning.text","text":" provide context","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" most direct","reasoning_details":[{"type":"reasoning.text","text":" most direct","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and universally","reasoning_details":[{"type":"reasoning.text","text":" and universally","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.text","text":" I'll","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" understood translation","reasoning_details":[{"type":"reasoning.text","text":" understood translation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" structure it","reasoning_details":[{"type":"reasoning.text","text":" structure it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like this","reasoning_details":[{"type":"reasoning.text","text":" like this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":\n\n ","reasoning_details":[{"type":"reasoning.text","text":":\n\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Offer","reasoning_details":[{"type":"reasoning.text","text":" Offer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **Direct","reasoning_details":[{"type":"reasoning.text","text":" **Direct","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" common","reasoning_details":[{"type":"reasoning.text","text":" common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Answer First","reasoning_details":[{"type":"reasoning.text","text":" Answer First","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":", slightly","reasoning_details":[{"type":"reasoning.text","text":", slightly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":** Start","reasoning_details":[{"type":"reasoning.text","text":":** Start","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" more informal","reasoning_details":[{"type":"reasoning.text","text":" more informal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with the","reasoning_details":[{"type":"reasoning.text","text":" with the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" alternative,","reasoning_details":[{"type":"reasoning.text","text":" alternative,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" most common","reasoning_details":[{"type":"reasoning.text","text":" most common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and explain","reasoning_details":[{"type":"reasoning.text","text":" and explain","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and direct","reasoning_details":[{"type":"reasoning.text","text":" and direct","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the regional","reasoning_details":[{"type":"reasoning.text","text":" the regional","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" translation.","reasoning_details":[{"type":"reasoning.text","text":" translation.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" difference (","reasoning_details":[{"type":"reasoning.text","text":" difference (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This immediately","reasoning_details":[{"type":"reasoning.text","text":" This immediately","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Brazil vs","reasoning_details":[{"type":"reasoning.text","text":"Brazil vs","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" satisfies the","reasoning_details":[{"type":"reasoning.text","text":" satisfies the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":". Portugal","reasoning_details":[{"type":"reasoning.text","text":". Portugal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user's","reasoning_details":[{"type":"reasoning.text","text":" user's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" request.","reasoning_details":[{"type":"reasoning.text","text":" request.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"Oi","reasoning_details":[{"type":"reasoning.text","text":" \"Oi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Provide the","reasoning_details":[{"type":"reasoning.text","text":" Provide the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!\" is","reasoning_details":[{"type":"reasoning.text","text":"!\" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" time-of","reasoning_details":[{"type":"reasoning.text","text":" time-of","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the best","reasoning_details":[{"type":"reasoning.text","text":" the best","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"-day greetings","reasoning_details":[{"type":"reasoning.text","text":"-day greetings","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" choice.\n","reasoning_details":[{"type":"reasoning.text","text":" choice.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" they are","reasoning_details":[{"type":"reasoning.text","text":" they are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **","reasoning_details":[{"type":"reasoning.text","text":" **","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" very","reasoning_details":[{"type":"reasoning.text","text":" very","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Provide a","reasoning_details":[{"type":"reasoning.text","text":"Provide a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" common and","reasoning_details":[{"type":"reasoning.text","text":" common and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" S","reasoning_details":[{"type":"reasoning.text","text":" S","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" polite","reasoning_details":[{"type":"reasoning.text","text":" polite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"lightly More","reasoning_details":[{"type":"reasoning.text","text":"lightly More","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Formal Alternative:**","reasoning_details":[{"type":"reasoning.text","text":" Formal Alternative:**","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Int","reasoning_details":[{"type":"reasoning.text","text":" Int","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Add a","reasoning_details":[{"type":"reasoning.text","text":" Add a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"roduce \"","reasoning_details":[{"type":"reasoning.text","text":"roduce \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" few","reasoning_details":[{"type":"reasoning.text","text":" few","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Olá","reasoning_details":[{"type":"reasoning.text","text":"Olá","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" more","reasoning_details":[{"type":"reasoning.text","text":" more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" informal options","reasoning_details":[{"type":"reasoning.text","text":" informal options","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for a","reasoning_details":[{"type":"reasoning.text","text":" for a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" more","reasoning_details":[{"type":"reasoning.text","text":" more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"Hello","reasoning_details":[{"type":"reasoning.text","text":" \"Hello","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" complete answer","reasoning_details":[{"type":"reasoning.text","text":" complete answer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" equivalent","reasoning_details":[{"type":"reasoning.text","text":"\" equivalent","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". Explain","reasoning_details":[{"type":"reasoning.text","text":". Explain","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the subtle","reasoning_details":[{"type":"reasoning.text","text":" the subtle","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Sum","reasoning_details":[{"type":"reasoning.text","text":" Sum","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" difference in","reasoning_details":[{"type":"reasoning.text","text":" difference in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"marize","reasoning_details":[{"type":"reasoning.text","text":"marize","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" formality","reasoning_details":[{"type":"reasoning.text","text":" formality","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". This","reasoning_details":[{"type":"reasoning.text","text":". This","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" give a","reasoning_details":[{"type":"reasoning.text","text":" give a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" adds value","reasoning_details":[{"type":"reasoning.text","text":" adds value","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" concluding tip","reasoning_details":[{"type":"reasoning.text","text":" concluding tip","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n ","reasoning_details":[{"type":"reasoning.text","text":".\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n\n5","reasoning_details":[{"type":"reasoning.text","text":".\n\n5","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **Add","reasoning_details":[{"type":"reasoning.text","text":" **Add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" **Draft","reasoning_details":[{"type":"reasoning.text","text":" **Draft","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" More","reasoning_details":[{"type":"reasoning.text","text":" More","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the response","reasoning_details":[{"type":"reasoning.text","text":" the response","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Casual","reasoning_details":[{"type":"reasoning.text","text":" Casual","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" (inc","reasoning_details":[{"type":"reasoning.text","text":" (inc","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"/Context","reasoning_details":[{"type":"reasoning.text","text":"/Context","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"orporating","reasoning_details":[{"type":"reasoning.text","text":"orporating","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ual Options","reasoning_details":[{"type":"reasoning.text","text":"ual Options","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the structure","reasoning_details":[{"type":"reasoning.text","text":" the structure","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":** Include","reasoning_details":[{"type":"reasoning.text","text":":** Include","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" greetings","reasoning_details":[{"type":"reasoning.text","text":" greetings","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like \"","reasoning_details":[{"type":"reasoning.text","text":" like \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"E a","reasoning_details":[{"type":"reasoning.text","text":"E a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Start","reasoning_details":[{"type":"reasoning.text","text":"Start","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"í?\"","reasoning_details":[{"type":"reasoning.text","text":"í?\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and \"","reasoning_details":[{"type":"reasoning.text","text":" and \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" main one","reasoning_details":[{"type":"reasoning.text","text":" main one","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Tudo","reasoning_details":[{"type":"reasoning.text","text":"Tudo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" bem?\".","reasoning_details":[{"type":"reasoning.text","text":" bem?\".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Olá","reasoning_details":[{"type":"reasoning.text","text":"Olá","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This shows","reasoning_details":[{"type":"reasoning.text","text":" This shows","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a deeper","reasoning_details":[{"type":"reasoning.text","text":" a deeper","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is the","reasoning_details":[{"type":"reasoning.text","text":" is the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" understanding of the","reasoning_details":[{"type":"reasoning.text","text":" understanding of the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" perfect","reasoning_details":[{"type":"reasoning.text","text":" perfect","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" language and","reasoning_details":[{"type":"reasoning.text","text":" language and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" starting point","reasoning_details":[{"type":"reasoning.text","text":" starting point","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" how people","reasoning_details":[{"type":"reasoning.text","text":" how people","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" actually speak","reasoning_details":[{"type":"reasoning.text","text":" actually speak","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". I","reasoning_details":[{"type":"reasoning.text","text":". I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" most","reasoning_details":[{"type":"reasoning.text","text":" most","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should explain","reasoning_details":[{"type":"reasoning.text","text":" should explain","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" what they","reasoning_details":[{"type":"reasoning.text","text":" what they","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" mean (\"","reasoning_details":[{"type":"reasoning.text","text":" mean (\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"What's","reasoning_details":[{"type":"reasoning.text","text":"What's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" hi in","reasoning_details":[{"type":"reasoning.text","text":" hi in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" up?\", \"","reasoning_details":[{"type":"reasoning.text","text":" up?\", \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portuguese\".","reasoning_details":[{"type":"reasoning.text","text":" Portuguese\".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"How are","reasoning_details":[{"type":"reasoning.text","text":"How are","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" you?","reasoning_details":[{"type":"reasoning.text","text":" you?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" add a","reasoning_details":[{"type":"reasoning.text","text":" add a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\").\n ","reasoning_details":[{"type":"reasoning.text","text":"\").\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" little note","reasoning_details":[{"type":"reasoning.text","text":" little note","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about its","reasoning_details":[{"type":"reasoning.text","text":" about its","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **M","reasoning_details":[{"type":"reasoning.text","text":" **M","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" pronunciation (","reasoning_details":[{"type":"reasoning.text","text":" pronunciation (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ention Time","reasoning_details":[{"type":"reasoning.text","text":"ention Time","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"oh-L","reasoning_details":[{"type":"reasoning.text","text":"oh-L","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-of","reasoning_details":[{"type":"reasoning.text","text":"-of","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"AH)","reasoning_details":[{"type":"reasoning.text","text":"AH)","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-Day Greetings","reasoning_details":[{"type":"reasoning.text","text":"-Day Greetings","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":** Include","reasoning_details":[{"type":"reasoning.text","text":":** Include","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" extra helpful","reasoning_details":[{"type":"reasoning.text","text":" extra helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"B","reasoning_details":[{"type":"reasoning.text","text":" \"B","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"om dia,\"","reasoning_details":[{"type":"reasoning.text","text":"om dia,\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"Bo","reasoning_details":[{"type":"reasoning.text","text":" \"Bo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"a tarde","reasoning_details":[{"type":"reasoning.text","text":"a tarde","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the informal","reasoning_details":[{"type":"reasoning.text","text":" the informal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",\" and","reasoning_details":[{"type":"reasoning.text","text":",\" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" alternative:**","reasoning_details":[{"type":"reasoning.text","text":" alternative:**","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"Bo","reasoning_details":[{"type":"reasoning.text","text":" \"Bo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"Oi","reasoning_details":[{"type":"reasoning.text","text":" \"Oi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"a noite","reasoning_details":[{"type":"reasoning.text","text":"a noite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\" This","reasoning_details":[{"type":"reasoning.text","text":".\" This","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is crucial","reasoning_details":[{"type":"reasoning.text","text":" is crucial","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" next logical","reasoning_details":[{"type":"reasoning.text","text":" next logical","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for anyone","reasoning_details":[{"type":"reasoning.text","text":" for anyone","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" step","reasoning_details":[{"type":"reasoning.text","text":" step","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" actually","reasoning_details":[{"type":"reasoning.text","text":" actually","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" trying to","reasoning_details":[{"type":"reasoning.text","text":" trying to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" must explain","reasoning_details":[{"type":"reasoning.text","text":" must explain","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" speak","reasoning_details":[{"type":"reasoning.text","text":" speak","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" its","reasoning_details":[{"type":"reasoning.text","text":" its","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portuguese.","reasoning_details":[{"type":"reasoning.text","text":" Portuguese.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.text","text":" I'll","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" translate","reasoning_details":[{"type":"reasoning.text","text":" translate","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" them and","reasoning_details":[{"type":"reasoning.text","text":" them and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is very","reasoning_details":[{"type":"reasoning.text","text":" is very","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" explain when","reasoning_details":[{"type":"reasoning.text","text":" explain when","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" common in","reasoning_details":[{"type":"reasoning.text","text":" common in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to use","reasoning_details":[{"type":"reasoning.text","text":" to use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Brazil and","reasoning_details":[{"type":"reasoning.text","text":" Brazil and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" them.\n","reasoning_details":[{"type":"reasoning.text","text":" them.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is like","reasoning_details":[{"type":"reasoning.text","text":" is like","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a friendly","reasoning_details":[{"type":"reasoning.text","text":" a friendly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **","reasoning_details":[{"type":"reasoning.text","text":" **","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" 'hey","reasoning_details":[{"type":"reasoning.text","text":" 'hey","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Add a","reasoning_details":[{"type":"reasoning.text","text":"Add a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Regional","reasoning_details":[{"type":"reasoning.text","text":" Regional","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Note (","reasoning_details":[{"type":"reasoning.text","text":" Note (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s less","reasoning_details":[{"type":"reasoning.text","text":"'s less","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Optional but","reasoning_details":[{"type":"reasoning.text","text":"Optional but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" common in","reasoning_details":[{"type":"reasoning.text","text":" common in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" good):","reasoning_details":[{"type":"reasoning.text","text":" good):","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portugal.\"","reasoning_details":[{"type":"reasoning.text","text":" Portugal.\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"** Brief","reasoning_details":[{"type":"reasoning.text","text":"** Brief","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" This is","reasoning_details":[{"type":"reasoning.text","text":" This is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ly mention","reasoning_details":[{"type":"reasoning.text","text":"ly mention","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a crucial","reasoning_details":[{"type":"reasoning.text","text":" a crucial","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that \"","reasoning_details":[{"type":"reasoning.text","text":" that \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" piece","reasoning_details":[{"type":"reasoning.text","text":" piece","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Oi\"","reasoning_details":[{"type":"reasoning.text","text":"Oi\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" of information","reasoning_details":[{"type":"reasoning.text","text":" of information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is extremely","reasoning_details":[{"type":"reasoning.text","text":" is extremely","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for a","reasoning_details":[{"type":"reasoning.text","text":" for a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" common in","reasoning_details":[{"type":"reasoning.text","text":" common in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" learner.\n\n","reasoning_details":[{"type":"reasoning.text","text":" learner.\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Brazil.","reasoning_details":[{"type":"reasoning.text","text":" Brazil.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" While also","reasoning_details":[{"type":"reasoning.text","text":" While also","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used in","reasoning_details":[{"type":"reasoning.text","text":" used in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Introduce","reasoning_details":[{"type":"reasoning.text","text":"Introduce","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portugal, \"","reasoning_details":[{"type":"reasoning.text","text":" Portugal, \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" time-of","reasoning_details":[{"type":"reasoning.text","text":" time-of","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Olá","reasoning_details":[{"type":"reasoning.text","text":"Olá","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"-day greetings","reasoning_details":[{"type":"reasoning.text","text":"-day greetings","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" might","reasoning_details":[{"type":"reasoning.text","text":"\" might","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":** These","reasoning_details":[{"type":"reasoning.text","text":":** These","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be slightly","reasoning_details":[{"type":"reasoning.text","text":" be slightly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" are essential","reasoning_details":[{"type":"reasoning.text","text":" are essential","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more common","reasoning_details":[{"type":"reasoning.text","text":" more common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for anyone","reasoning_details":[{"type":"reasoning.text","text":" for anyone","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as a","reasoning_details":[{"type":"reasoning.text","text":" as a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" wanting","reasoning_details":[{"type":"reasoning.text","text":" wanting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" general greeting","reasoning_details":[{"type":"reasoning.text","text":" general greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to sound","reasoning_details":[{"type":"reasoning.text","text":" to sound","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" there.","reasoning_details":[{"type":"reasoning.text","text":" there.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" natural.","reasoning_details":[{"type":"reasoning.text","text":" natural.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This adds","reasoning_details":[{"type":"reasoning.text","text":" This adds","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a layer","reasoning_details":[{"type":"reasoning.text","text":" a layer","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" list them","reasoning_details":[{"type":"reasoning.text","text":" list them","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" of expertise","reasoning_details":[{"type":"reasoning.text","text":" of expertise","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with their","reasoning_details":[{"type":"reasoning.text","text":" with their","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". (","reasoning_details":[{"type":"reasoning.text","text":". (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" English translations","reasoning_details":[{"type":"reasoning.text","text":" English translations","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Self","reasoning_details":[{"type":"reasoning.text","text":"Self","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and the","reasoning_details":[{"type":"reasoning.text","text":" and the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-correction","reasoning_details":[{"type":"reasoning.text","text":"-correction","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" time they","reasoning_details":[{"type":"reasoning.text","text":" time they","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":": Keep","reasoning_details":[{"type":"reasoning.text","text":": Keep","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" are used","reasoning_details":[{"type":"reasoning.text","text":" are used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" simple.","reasoning_details":[{"type":"reasoning.text","text":" simple.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Over","reasoning_details":[{"type":"reasoning.text","text":" Over","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"complic","reasoning_details":[{"type":"reasoning.text","text":"complic","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Bom","reasoning_details":[{"type":"reasoning.text","text":"Bom","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ating with","reasoning_details":[{"type":"reasoning.text","text":"ating with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" dia**","reasoning_details":[{"type":"reasoning.text","text":" dia**","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" deep","reasoning_details":[{"type":"reasoning.text","text":" deep","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" - Good","reasoning_details":[{"type":"reasoning.text","text":" - Good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" regional dialect","reasoning_details":[{"type":"reasoning.text","text":" regional dialect","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" morning (","reasoning_details":[{"type":"reasoning.text","text":" morning (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"s might","reasoning_details":[{"type":"reasoning.text","text":"s might","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"used","reasoning_details":[{"type":"reasoning.text","text":"used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" confuse a","reasoning_details":[{"type":"reasoning.text","text":" confuse a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" until around","reasoning_details":[{"type":"reasoning.text","text":" until around","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" beginner.","reasoning_details":[{"type":"reasoning.text","text":" beginner.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" noon)\n","reasoning_details":[{"type":"reasoning.text","text":" noon)\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" A simple","reasoning_details":[{"type":"reasoning.text","text":" A simple","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" mention","reasoning_details":[{"type":"reasoning.text","text":" mention","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is enough","reasoning_details":[{"type":"reasoning.text","text":" is enough","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Boa","reasoning_details":[{"type":"reasoning.text","text":"Boa","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":").\n ","reasoning_details":[{"type":"reasoning.text","text":").\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tarde**","reasoning_details":[{"type":"reasoning.text","text":" tarde**","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" - Good","reasoning_details":[{"type":"reasoning.text","text":" - Good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **Sum","reasoning_details":[{"type":"reasoning.text","text":" **Sum","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" afternoon (","reasoning_details":[{"type":"reasoning.text","text":" afternoon (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"marize/","reasoning_details":[{"type":"reasoning.text","text":"marize/","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"from","reasoning_details":[{"type":"reasoning.text","text":"from","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Con","reasoning_details":[{"type":"reasoning.text","text":"Con","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" noon","reasoning_details":[{"type":"reasoning.text","text":" noon","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"clude:**","reasoning_details":[{"type":"reasoning.text","text":"clude:**","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" until sunset","reasoning_details":[{"type":"reasoning.text","text":" until sunset","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" End with","reasoning_details":[{"type":"reasoning.text","text":" End with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a friendly","reasoning_details":[{"type":"reasoning.text","text":" a friendly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" closing,","reasoning_details":[{"type":"reasoning.text","text":" closing,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" **Bo","reasoning_details":[{"type":"reasoning.text","text":" **Bo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like \"","reasoning_details":[{"type":"reasoning.text","text":" like \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"a noite","reasoning_details":[{"type":"reasoning.text","text":"a noite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"So,","reasoning_details":[{"type":"reasoning.text","text":"So,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" you can","reasoning_details":[{"type":"reasoning.text","text":" you can","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Good evening","reasoning_details":[{"type":"reasoning.text","text":" Good evening","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'t","reasoning_details":[{"type":"reasoning.text","text":"'t","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" / Good","reasoning_details":[{"type":"reasoning.text","text":" / Good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" go wrong with","reasoning_details":[{"type":"reasoning.text","text":" go wrong with","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" night (","reasoning_details":[{"type":"reasoning.text","text":" night (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 'Oi","reasoning_details":[{"type":"reasoning.text","text":" 'Oi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"used after","reasoning_details":[{"type":"reasoning.text","text":"used after","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"' or","reasoning_details":[{"type":"reasoning.text","text":"' or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" dark)\n\n","reasoning_details":[{"type":"reasoning.text","text":" dark)\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 'Ol","reasoning_details":[{"type":"reasoning.text","text":" 'Ol","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"á'","reasoning_details":[{"type":"reasoning.text","text":"á'","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!\" to","reasoning_details":[{"type":"reasoning.text","text":"!\" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Add more","reasoning_details":[{"type":"reasoning.text","text":"Add more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" reinforce the","reasoning_details":[{"type":"reasoning.text","text":" reinforce the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" informal/","reasoning_details":[{"type":"reasoning.text","text":" informal/","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" main points","reasoning_details":[{"type":"reasoning.text","text":" main points","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"collo","reasoning_details":[{"type":"reasoning.text","text":"collo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and be","reasoning_details":[{"type":"reasoning.text","text":" and be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"quial","reasoning_details":[{"type":"reasoning.text","text":"quial","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" encouraging.\n\n","reasoning_details":[{"type":"reasoning.text","text":" encouraging.\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" options:**","reasoning_details":[{"type":"reasoning.text","text":" options:**","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"5.","reasoning_details":[{"type":"reasoning.text","text":"5.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" This shows","reasoning_details":[{"type":"reasoning.text","text":" This shows","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **","reasoning_details":[{"type":"reasoning.text","text":" **","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a deeper","reasoning_details":[{"type":"reasoning.text","text":" a deeper","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Draft the","reasoning_details":[{"type":"reasoning.text","text":"Draft the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" understanding and","reasoning_details":[{"type":"reasoning.text","text":" understanding and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" final","reasoning_details":[{"type":"reasoning.text","text":" final","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" gives the","reasoning_details":[{"type":"reasoning.text","text":" gives the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" response based","reasoning_details":[{"type":"reasoning.text","text":" response based","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user more","reasoning_details":[{"type":"reasoning.text","text":" user more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" on the","reasoning_details":[{"type":"reasoning.text","text":" on the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tools.\n","reasoning_details":[{"type":"reasoning.text","text":" tools.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" structure:","reasoning_details":[{"type":"reasoning.text","text":" structure:","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\n ","reasoning_details":[{"type":"reasoning.text","text":"**\n\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Tudo","reasoning_details":[{"type":"reasoning.text","text":"Tudo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *Start","reasoning_details":[{"type":"reasoning.text","text":" *Start","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" bem?","reasoning_details":[{"type":"reasoning.text","text":" bem?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with \"","reasoning_details":[{"type":"reasoning.text","text":" with \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Oi!\"","reasoning_details":[{"type":"reasoning.text","text":"Oi!\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"too","reasoning_details":[{"type":"reasoning.text","text":"too","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"* -","reasoning_details":[{"type":"reasoning.text","text":"* -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"-d","reasoning_details":[{"type":"reasoning.text","text":"-d","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"oo b","reasoning_details":[{"type":"reasoning.text","text":"oo b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" most common","reasoning_details":[{"type":"reasoning.text","text":" most common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"eng)","reasoning_details":[{"type":"reasoning.text","text":"eng)","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and direct","reasoning_details":[{"type":"reasoning.text","text":" and direct","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" way to","reasoning_details":[{"type":"reasoning.text","text":" way to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"How's","reasoning_details":[{"type":"reasoning.text","text":"How's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" say \"","reasoning_details":[{"type":"reasoning.text","text":" say \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it going","reasoning_details":[{"type":"reasoning.text","text":" it going","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hi\".\n","reasoning_details":[{"type":"reasoning.text","text":"hi\".\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" everything well","reasoning_details":[{"type":"reasoning.text","text":" everything well","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Add \"","reasoning_details":[{"type":"reasoning.text","text":"Add \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Olá","reasoning_details":[{"type":"reasoning.text","text":"Olá","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should mention","reasoning_details":[{"type":"reasoning.text","text":" should mention","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\"*","reasoning_details":[{"type":"reasoning.text","text":".\"*","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" - Explain","reasoning_details":[{"type":"reasoning.text","text":" - Explain","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" often used","reasoning_details":[{"type":"reasoning.text","text":" often used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it's","reasoning_details":[{"type":"reasoning.text","text":" it's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like \"","reasoning_details":[{"type":"reasoning.text","text":" like \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a greeting","reasoning_details":[{"type":"reasoning.text","text":" a greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Hello\",","reasoning_details":[{"type":"reasoning.text","text":"Hello\",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" itself.\n","reasoning_details":[{"type":"reasoning.text","text":" itself.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a bit","reasoning_details":[{"type":"reasoning.text","text":" a bit","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more formal","reasoning_details":[{"type":"reasoning.text","text":" more formal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but still","reasoning_details":[{"type":"reasoning.text","text":" but still","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"E a","reasoning_details":[{"type":"reasoning.text","text":"E a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" very common","reasoning_details":[{"type":"reasoning.text","text":" very common","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n ","reasoning_details":[{"type":"reasoning.text","text":".\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ee ah","reasoning_details":[{"type":"reasoning.text","text":"ee ah","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *Create","reasoning_details":[{"type":"reasoning.text","text":" *Create","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"-ee","reasoning_details":[{"type":"reasoning.text","text":"-ee","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a list","reasoning_details":[{"type":"reasoning.text","text":" a list","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" or","reasoning_details":[{"type":"reasoning.text","text":" or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" bullet","reasoning_details":[{"type":"reasoning.text","text":" bullet","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s up","reasoning_details":[{"type":"reasoning.text","text":"'s up","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" points for","reasoning_details":[{"type":"reasoning.text","text":" points for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clarity.*\n","reasoning_details":[{"type":"reasoning.text","text":" clarity.*\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should specify","reasoning_details":[{"type":"reasoning.text","text":" should specify","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" this is","reasoning_details":[{"type":"reasoning.text","text":" this is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **","reasoning_details":[{"type":"reasoning.text","text":" **","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" very informal","reasoning_details":[{"type":"reasoning.text","text":" very informal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Oi!","reasoning_details":[{"type":"reasoning.text","text":"Oi!","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and mostly","reasoning_details":[{"type":"reasoning.text","text":" and mostly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"** (","reasoning_details":[{"type":"reasoning.text","text":"** (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Brazilian","reasoning_details":[{"type":"reasoning.text","text":" Brazilian","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"oh","reasoning_details":[{"type":"reasoning.text","text":"oh","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ee) -","reasoning_details":[{"type":"reasoning.text","text":"ee) -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" **Create","reasoning_details":[{"type":"reasoning.text","text":" **Create","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The most","reasoning_details":[{"type":"reasoning.text","text":" The most","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a summary","reasoning_details":[{"type":"reasoning.text","text":" a summary","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" common,","reasoning_details":[{"type":"reasoning.text","text":" common,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"/recommend","reasoning_details":[{"type":"reasoning.text","text":"/recommend","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" informal \"","reasoning_details":[{"type":"reasoning.text","text":" informal \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ation:**","reasoning_details":[{"type":"reasoning.text","text":"ation:**","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hi","reasoning_details":[{"type":"reasoning.text","text":"hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\".\n ","reasoning_details":[{"type":"reasoning.text","text":"\".\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" concluding sentence","reasoning_details":[{"type":"reasoning.text","text":" concluding sentence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" helps tie","reasoning_details":[{"type":"reasoning.text","text":" helps tie","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **Ol","reasoning_details":[{"type":"reasoning.text","text":" **Ol","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it all","reasoning_details":[{"type":"reasoning.text","text":" it all","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"á.","reasoning_details":[{"type":"reasoning.text","text":"á.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" together.","reasoning_details":[{"type":"reasoning.text","text":" together.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"** (","reasoning_details":[{"type":"reasoning.text","text":"** (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Something like","reasoning_details":[{"type":"reasoning.text","text":" Something like","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"oh-L","reasoning_details":[{"type":"reasoning.text","text":"oh-L","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"AH)","reasoning_details":[{"type":"reasoning.text","text":"AH)","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"For a","reasoning_details":[{"type":"reasoning.text","text":"For a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" - The","reasoning_details":[{"type":"reasoning.text","text":" - The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" simple and","reasoning_details":[{"type":"reasoning.text","text":" simple and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" standard","reasoning_details":[{"type":"reasoning.text","text":" standard","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" universally","reasoning_details":[{"type":"reasoning.text","text":" universally","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"hello","reasoning_details":[{"type":"reasoning.text","text":" \"hello","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" understood","reasoning_details":[{"type":"reasoning.text","text":" understood","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\", a","reasoning_details":[{"type":"reasoning.text","text":"\", a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" 'hi","reasoning_details":[{"type":"reasoning.text","text":" 'hi","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" little","reasoning_details":[{"type":"reasoning.text","text":" little","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more formal","reasoning_details":[{"type":"reasoning.text","text":" more formal","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Ol","reasoning_details":[{"type":"reasoning.text","text":"Ol","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but","reasoning_details":[{"type":"reasoning.text","text":" but","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used","reasoning_details":[{"type":"reasoning.text","text":" used","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" everywhere.\n","reasoning_details":[{"type":"reasoning.text","text":" everywhere.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" your best","reasoning_details":[{"type":"reasoning.text","text":" your best","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" bet.\"\n\n","reasoning_details":[{"type":"reasoning.text","text":" bet.\"\n\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"6.","reasoning_details":[{"type":"reasoning.text","text":"6.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Add a","reasoning_details":[{"type":"reasoning.text","text":"Add a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" section for","reasoning_details":[{"type":"reasoning.text","text":" section for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Review and","reasoning_details":[{"type":"reasoning.text","text":"Review and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" other","reasoning_details":[{"type":"reasoning.text","text":" other","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" refine:**","reasoning_details":[{"type":"reasoning.text","text":" refine:**","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" common greetings","reasoning_details":[{"type":"reasoning.text","text":" common greetings","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Read through","reasoning_details":[{"type":"reasoning.text","text":" Read through","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".*\n ","reasoning_details":[{"type":"reasoning.text","text":".*\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the drafted","reasoning_details":[{"type":"reasoning.text","text":" the drafted","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **E","reasoning_details":[{"type":"reasoning.text","text":" **E","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Is it","reasoning_details":[{"type":"reasoning.text","text":" Is it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" aí?","reasoning_details":[{"type":"reasoning.text","text":" aí?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"** (","reasoning_details":[{"type":"reasoning.text","text":"** (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Is it","reasoning_details":[{"type":"reasoning.text","text":" Is it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"eh ah","reasoning_details":[{"type":"reasoning.text","text":"eh ah","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" accurate?","reasoning_details":[{"type":"reasoning.text","text":" accurate?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-EE?)","reasoning_details":[{"type":"reasoning.text","text":"-EE?)","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Is the","reasoning_details":[{"type":"reasoning.text","text":" Is the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" - \"","reasoning_details":[{"type":"reasoning.text","text":" - \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" formatting easy","reasoning_details":[{"type":"reasoning.text","text":" formatting easy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"What's","reasoning_details":[{"type":"reasoning.text","text":"What's","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to read","reasoning_details":[{"type":"reasoning.text","text":" to read","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" up?\"","reasoning_details":[{"type":"reasoning.text","text":" up?\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" (very","reasoning_details":[{"type":"reasoning.text","text":" (very","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" informal,","reasoning_details":[{"type":"reasoning.text","text":" informal,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Using","reasoning_details":[{"type":"reasoning.text","text":" Using","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" mostly","reasoning_details":[{"type":"reasoning.text","text":" mostly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" bold for","reasoning_details":[{"type":"reasoning.text","text":" bold for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in Brazil","reasoning_details":[{"type":"reasoning.text","text":" in Brazil","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the Portuguese","reasoning_details":[{"type":"reasoning.text","text":" the Portuguese","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":").\n ","reasoning_details":[{"type":"reasoning.text","text":").\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" words makes","reasoning_details":[{"type":"reasoning.text","text":" words makes","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" them stand","reasoning_details":[{"type":"reasoning.text","text":" them stand","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **T","reasoning_details":[{"type":"reasoning.text","text":" **T","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" out.\n","reasoning_details":[{"type":"reasoning.text","text":" out.\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"udo bem?","reasoning_details":[{"type":"reasoning.text","text":"udo bem?","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"** (","reasoning_details":[{"type":"reasoning.text","text":"** (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Adding","reasoning_details":[{"type":"reasoning.text","text":" Adding","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"TOO","reasoning_details":[{"type":"reasoning.text","text":"TOO","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-doo b","reasoning_details":[{"type":"reasoning.text","text":"-doo b","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" phon","reasoning_details":[{"type":"reasoning.text","text":" phon","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"eng?)","reasoning_details":[{"type":"reasoning.text","text":"eng?)","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"etic pronunciation","reasoning_details":[{"type":"reasoning.text","text":"etic pronunciation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" - \"","reasoning_details":[{"type":"reasoning.text","text":" - \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in parentheses","reasoning_details":[{"type":"reasoning.text","text":" in parentheses","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"All good","reasoning_details":[{"type":"reasoning.text","text":"All good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"?\" or","reasoning_details":[{"type":"reasoning.text","text":"?\" or","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" great value","reasoning_details":[{"type":"reasoning.text","text":" great value","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"How","reasoning_details":[{"type":"reasoning.text","text":" \"How","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"-add for","reasoning_details":[{"type":"reasoning.text","text":"-add for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" are you","reasoning_details":[{"type":"reasoning.text","text":" are you","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a language","reasoning_details":[{"type":"reasoning.text","text":" a language","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"?\" (","reasoning_details":[{"type":"reasoning.text","text":"?\" (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"used as","reasoning_details":[{"type":"reasoning.text","text":"used as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a greeting","reasoning_details":[{"type":"reasoning.text","text":" a greeting","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":").\n ","reasoning_details":[{"type":"reasoning.text","text":").\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" The explanations","reasoning_details":[{"type":"reasoning.text","text":" The explanations","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *Add","reasoning_details":[{"type":"reasoning.text","text":" *Add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" regional differences","reasoning_details":[{"type":"reasoning.text","text":" regional differences","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the time","reasoning_details":[{"type":"reasoning.text","text":" the time","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" (Brazil","reasoning_details":[{"type":"reasoning.text","text":" (Brazil","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-of-day","reasoning_details":[{"type":"reasoning.text","text":"-of-day","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" vs.","reasoning_details":[{"type":"reasoning.text","text":" vs.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" greetings.*\n","reasoning_details":[{"type":"reasoning.text","text":" greetings.*\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portugal)","reasoning_details":[{"type":"reasoning.text","text":" Portugal)","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and form","reasoning_details":[{"type":"reasoning.text","text":" and form","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **","reasoning_details":[{"type":"reasoning.text","text":" **","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ality levels","reasoning_details":[{"type":"reasoning.text","text":"ality levels","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Bom","reasoning_details":[{"type":"reasoning.text","text":"Bom","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" are key","reasoning_details":[{"type":"reasoning.text","text":" are key","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" dia**","reasoning_details":[{"type":"reasoning.text","text":" dia**","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" (bo","reasoning_details":[{"type":"reasoning.text","text":" (bo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hn","reasoning_details":[{"type":"reasoning.text","text":"hn","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" DEE-","reasoning_details":[{"type":"reasoning.text","text":" DEE-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" structure flows","reasoning_details":[{"type":"reasoning.text","text":" structure flows","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ah) -","reasoning_details":[{"type":"reasoning.text","text":"ah) -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" logically from","reasoning_details":[{"type":"reasoning.text","text":" logically from","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Good morning","reasoning_details":[{"type":"reasoning.text","text":" Good morning","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the most","reasoning_details":[{"type":"reasoning.text","text":" the most","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n ","reasoning_details":[{"type":"reasoning.text","text":"\n ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" * ","reasoning_details":[{"type":"reasoning.text","text":" * ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to more","reasoning_details":[{"type":"reasoning.text","text":" to more","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **Bo","reasoning_details":[{"type":"reasoning.text","text":" **Bo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" nuanced options","reasoning_details":[{"type":"reasoning.text","text":" nuanced options","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"a tarde","reasoning_details":[{"type":"reasoning.text","text":"a tarde","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"** (","reasoning_details":[{"type":"reasoning.text","text":"** (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" The draft","reasoning_details":[{"type":"reasoning.text","text":" The draft","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"boh","reasoning_details":[{"type":"reasoning.text","text":"boh","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" looks good","reasoning_details":[{"type":"reasoning.text","text":" looks good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-","reasoning_details":[{"type":"reasoning.text","text":"-","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ah","reasoning_details":[{"type":"reasoning.text","text":"ah","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s comprehensive","reasoning_details":[{"type":"reasoning.text","text":"'s comprehensive","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" TAR-d","reasoning_details":[{"type":"reasoning.text","text":" TAR-d","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"jee)","reasoning_details":[{"type":"reasoning.text","text":"jee)","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" overwhelming.","reasoning_details":[{"type":"reasoning.text","text":" overwhelming.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" - Good","reasoning_details":[{"type":"reasoning.text","text":" - Good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" It answers","reasoning_details":[{"type":"reasoning.text","text":" It answers","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" afternoon\n","reasoning_details":[{"type":"reasoning.text","text":" afternoon\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'s question","reasoning_details":[{"type":"reasoning.text","text":"'s question","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" **","reasoning_details":[{"type":"reasoning.text","text":" **","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" directly and","reasoning_details":[{"type":"reasoning.text","text":" directly and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Boa noite","reasoning_details":[{"type":"reasoning.text","text":"Boa noite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" provides","reasoning_details":[{"type":"reasoning.text","text":" provides","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"** (","reasoning_details":[{"type":"reasoning.text","text":"** (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" helpful","reasoning_details":[{"type":"reasoning.text","text":" helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"boh","reasoning_details":[{"type":"reasoning.text","text":"boh","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-ah","reasoning_details":[{"type":"reasoning.text","text":"-ah","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" relevant context","reasoning_details":[{"type":"reasoning.text","text":" relevant context","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" NOY","reasoning_details":[{"type":"reasoning.text","text":" NOY","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-tche","reasoning_details":[{"type":"reasoning.text","text":"-tche","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" final version","reasoning_details":[{"type":"reasoning.text","text":" final version","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"e) -","reasoning_details":[{"type":"reasoning.text","text":"e) -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","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-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Good evening","reasoning_details":[{"type":"reasoning.text","text":" Good evening","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ready.","reasoning_details":[{"type":"reasoning.text","text":" ready.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" / Good","reasoning_details":[{"type":"reasoning.text","text":" / Good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"Olá","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" night\n","reasoning_details":[{"type":"reasoning.text","text":" night\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"!\n\nHere","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" are the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" most common","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Add a","reasoning_details":[{"type":"reasoning.text","text":"Add a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" ways to","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" concluding sentence","reasoning_details":[{"type":"reasoning.text","text":" concluding sentence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" say \"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".* \"","reasoning_details":[{"type":"reasoning.text","text":".* \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"hi\"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"For","reasoning_details":[{"type":"reasoning.text","text":"For","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" in Portuguese","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a simple","reasoning_details":[{"type":"reasoning.text","text":" a simple","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":", depending","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" '","reasoning_details":[{"type":"reasoning.text","text":" '","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" on the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"hi',","reasoning_details":[{"type":"reasoning.text","text":"hi',","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" situation and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" '","reasoning_details":[{"type":"reasoning.text","text":" '","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" region:\n\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Oi!'","reasoning_details":[{"type":"reasoning.text","text":"Oi!'","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"###","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is your","reasoning_details":[{"type":"reasoning.text","text":" is your","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" The Most","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" best bet","reasoning_details":[{"type":"reasoning.text","text":" best bet","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Common &","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Universal\n\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" You","reasoning_details":[{"type":"reasoning.text","text":" You","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"* ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" can't","reasoning_details":[{"type":"reasoning.text","text":" can't","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" **Ol","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" go wrong","reasoning_details":[{"type":"reasoning.text","text":" go wrong","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"á!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with it","reasoning_details":[{"type":"reasoning.text","text":" with it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"** (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!\"\n","reasoning_details":[{"type":"reasoning.text","text":"!\"\n","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"oh-L","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"AH)\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" *","reasoning_details":[{"type":"reasoning.text","text":" *","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" This","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Review and","reasoning_details":[{"type":"reasoning.text","text":"Review and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" is the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Refine","reasoning_details":[{"type":"reasoning.text","text":" Refine","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" most","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":* Read","reasoning_details":[{"type":"reasoning.text","text":":* Read","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" direct translation","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" through the","reasoning_details":[{"type":"reasoning.text","text":" through the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" of \"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" drafted response","reasoning_details":[{"type":"reasoning.text","text":" drafted response","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"hello\"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". Is","reasoning_details":[{"type":"reasoning.text","text":". Is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" and is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it clear","reasoning_details":[{"type":"reasoning.text","text":" it clear","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" used everywhere","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"? Is","reasoning_details":[{"type":"reasoning.text","text":"? Is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the pronunciation","reasoning_details":[{"type":"reasoning.text","text":" the pronunciation","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" guide helpful","reasoning_details":[{"type":"reasoning.text","text":" guide helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" both Portugal","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"? (","reasoning_details":[{"type":"reasoning.text","text":"? (","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" and Brazil","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.text","text":"I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":". It","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'ll add","reasoning_details":[{"type":"reasoning.text","text":"'ll add","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"'s safe","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" simple","reasoning_details":[{"type":"reasoning.text","text":" simple","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" to","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" phonetic","reasoning_details":[{"type":"reasoning.text","text":" phonetic","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" use in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" spell","reasoning_details":[{"type":"reasoning.text","text":" spell","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" any situation","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ings).","reasoning_details":[{"type":"reasoning.text","text":"ings).","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":", formal","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Is the","reasoning_details":[{"type":"reasoning.text","text":" Is the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" or informal","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tone friendly","reasoning_details":[{"type":"reasoning.text","text":" tone friendly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":".\n\n###","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and helpful","reasoning_details":[{"type":"reasoning.text","text":" and helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Informal","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"? Yes","reasoning_details":[{"type":"reasoning.text","text":"? Yes","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" &","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":", this","reasoning_details":[{"type":"reasoning.text","text":", this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Friendly","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" looks good","reasoning_details":[{"type":"reasoning.text","text":" looks good","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" (especially","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". It","reasoning_details":[{"type":"reasoning.text","text":". It","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" in Brazil","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'s comprehensive","reasoning_details":[{"type":"reasoning.text","text":"'s comprehensive","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":")\n\n*","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but starts","reasoning_details":[{"type":"reasoning.text","text":" but starts","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with the","reasoning_details":[{"type":"reasoning.text","text":" with the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"Oi!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" simplest,","reasoning_details":[{"type":"reasoning.text","text":" simplest,","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"** (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" most direct","reasoning_details":[{"type":"reasoning.text","text":" most direct","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"oy)\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" answer.","reasoning_details":[{"type":"reasoning.text","text":" answer.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" This","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" is extremely","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi!\n\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" common in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"That's","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Brazil and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" the most","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" is like","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" common and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" a friendly","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" informal way","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" \"hey","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" to say","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"\" or","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"hi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" \"hi","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"\" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"\".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" Portuguese,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" It's","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" especially in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" less","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" Brazil.\n\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" common in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"Here","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Portugal,","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" are a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" where it","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" few other","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" can sound","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" options,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" a bit","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" from","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" too casual","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" most to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" or","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" least formal","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" even slightly","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":":\n\n*","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" abrupt","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" **","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" depending on","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" the context","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"** (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":".\n\n###","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"oh-L","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Time-of","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"AH)","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"-Day G","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" - This","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"reetings (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" is the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"Very Common","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" standard","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" &","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"hello","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Polite","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":")\n\nThese","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" and is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" are used","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" universally understood","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" just","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":". It","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" like in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" English and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" safe","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" are a","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" great way","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" polite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" to greet","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" choice for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" someone.\n\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" any situation","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"* ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n*","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" **B","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" **","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"om dia","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"E a","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"!**","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"í?","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" (b","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"** (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"ong DE","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"eh ah","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"E-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"-EE","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"ah)","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":") -","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" - Good","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" This is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" morning (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" a very","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"used until","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" informal","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" around noon","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" \"What","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":")\n*","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s up?\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" used","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"Boa","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" between","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" tarde!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" friends.\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"** (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"* ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"boh","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" **T","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"udo bem?","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"ah TAR","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"** (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"-d","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"TOO","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"jee)","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"-doo","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" - Good","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" beng)","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" afternoon (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" - Liter","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"from noon","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"ally \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" until sunset","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"All good","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":")\n*","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"?\", but","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" it's","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"Boa","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" used just","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" noite!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" like \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"** (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"How are","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"boh","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" you?\" as","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"-ah","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" a common","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" NOY","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" greeting.\n\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"-tche","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"You can","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"e)","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" also use","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" - Good","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" time","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" evening /","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"-of-day","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Good night","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" greetings:\n\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" (used","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"* ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" after dark","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" **B","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":")\n\n###","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"om dia**","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Other Casual","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" (bo","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" G","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"hn DE","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"reetings\n\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"E-","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"* ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"ah) -","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" **T","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" Good morning","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"udo bem","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n*","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"?**","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" **","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" (TO","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"Boa tarde","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"O-d","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"** (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"oo b","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"boh","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"eng)","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"-ah","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" - Liter","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" TAR-d","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"ally \"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"jee)","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"Everything","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" - Good","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" well?\",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" afternoon\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" it means","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"* ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" \"How","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" **Bo","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" are","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"a noite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" you?\"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"** (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" and is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"boh","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" very often","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"-ah","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" used as","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" NOY","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" a greeting","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"-tche","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" itself,","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"e)","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" like \"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" - Good","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"Hey,","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" evening /","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" how's","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" Good night","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" it going","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n\nFor","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"?\"\n*","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" a simple","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"E a","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" friendly \"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"í?","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"hi,\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"** (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" just","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"ee ah","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" go","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"-EE","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":" with **","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":") -","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"Oi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" \"What","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"!**","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"'s up","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"?\" This","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053335-cdlosZidwxAsuNA4lZIc","provider":"GMICloud","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053335,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":16,"completion_tokens":1261,"total_tokens":1277,"cost":0.0025316,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000096,"upstream_inference_completions_cost":0.002522},"completion_tokens_details":{"reasoning_tokens":1031,"image_tokens":0}}} + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" is very","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" informal and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" mostly used","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" in Brazil","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":".\n\nSo","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":", for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" a simple","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" and universally","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" understood \"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"hi,\"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" **Ol","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"á!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"** is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" your best","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" choice","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"stop"}]} + + data: {"id":"gen-1773324074-1zCKPpJMYk9TxRlHdbd9","object":"chat.completion.chunk","created":1773324074,"model":"z-ai/glm-4.6","provider":"DeepInfra","choices":[],"usage":{"prompt_tokens":16,"completion_tokens":1266,"total_tokens":1282,"cost":0.0022069199999944,"is_byok":false,"prompt_tokens_details":{"cached_tokens":8,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.0022069199999944,"upstream_inference_prompt_cost":0.0000040799999944,"upstream_inference_completions_cost":0.00220284},"completion_tokens_details":{"reasoning_tokens":986,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -1351,4 +1385,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 898.68ms + duration: 699.561417ms diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.6/tool.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.6/tool.yaml index 3563c59b3638c621bc0b9a0c8dd7eb9d8300c6bf..eab6d2a8acd960482beacde98b193791cb060f3b 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.6/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.6/tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n{\"id\":\"gen-1761053349-ax5pHFoyZLofGHsE7sE3\",\"provider\":\"BaseTen\",\"model\":\"z-ai/glm-4.6\",\"object\":\"chat.completion\",\"created\":1761053349,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\nI'll get the weather information for Florence, Italy for you.\\n\",\"refusal\":null,\"reasoning\":\"The user is asking for weather information for Florence, Italy. I have access to a weather function that can get weather information for a location. The function requires a \\\"location\\\" parameter, and the user has provided \\\"Florence, Italy\\\" as the location. I should use this exact location string.\",\"tool_calls\":[{\"index\":0,\"id\":\"chatcmpl-tool-71e392d95a264283ac9c107c8bfb4fa1\",\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence,Italy\\\"}\"}}]}}],\"system_fingerprint\":null,\"usage\":{\"prompt_tokens\":187,\"completion_tokens\":92,\"total_tokens\":279,\"cost\":0.0003146,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0001122,\"upstream_inference_completions_cost\":0.0002024},\"completion_tokens_details\":{\"reasoning_tokens\":74,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324149-N3s8BG5itSvZMPwWEtM6\",\"object\":\"chat.completion\",\"created\":1773324149,\"model\":\"z-ai/glm-4.6\",\"provider\":\"Novita\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll check the weather in Florence, Italy for you.\",\"refusal\":null,\"reasoning\":\"The user is asking for the weather in Florence, Italy. I have a weather function available that takes a location parameter. The user specified \\\"Florence, Italy\\\" as the location. I should use this exact value for the location parameter.\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_cba78c9d494846b6a2f483e5\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence,Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The user is asking for the weather in Florence, Italy. I have a weather function available that takes a location parameter. The user specified \\\"Florence, Italy\\\" as the location. I should use this exact value for the location parameter.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":173,\"completion_tokens\":74,\"total_tokens\":247,\"cost\":0.00023947,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":42,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00023947,\"upstream_inference_prompt_cost\":0.00007667,\"upstream_inference_completions_cost\":0.0001628},\"completion_tokens_details\":{\"reasoning_tokens\":48,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 482.884625ms + duration: 1.4189585s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 843 + content_length: 1117 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\nI''ll get the weather information for Florence, Italy for you.\n","tool_calls":[{"id":"chatcmpl-tool-71e392d95a264283ac9c107c8bfb4fa1","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"chatcmpl-tool-71e392d95a264283ac9c107c8bfb4fa1","role":"tool"}],"model":"z-ai/glm-4.6","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"call_cba78c9d494846b6a2f483e5","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user is asking for the weather in Florence, Italy. I have a weather function available that takes a location parameter. The user specified \"Florence, Italy\" as the location. I should use this exact value for the location parameter.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_cba78c9d494846b6a2f483e5","role":"tool"}],"model":"z-ai/glm-4.6","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761053351-jOaT5elsnmNlkQPC7t2C\",\"provider\":\"Mancer 2\",\"model\":\"z-ai/glm-4.6\",\"object\":\"chat.completion\",\"created\":1761053351,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\n\\nThe weather in Florence, Italy is currently 40°C (104°F). That's quite hot! Make sure to stay hydrated and seek shade if you're out and about.\",\"refusal\":null,\"reasoning\":\"The weather function returned \\\"40 C\\\" for Florence, Italy. This appears to be the temperature in Celsius. 40°C is quite hot - that's 104°F. I should provide this information to the user in a clear and helpful way.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The weather function returned \\\"40 C\\\" for Florence, Italy. This appears to be the temperature in Celsius. 40°C is quite hot - that's 104°F. I should provide this information to the user in a clear and helpful way.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":229,\"completion_tokens\":90,\"total_tokens\":319,\"cost\":0.000305,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00012595,\"upstream_inference_completions_cost\":0.00018},\"completion_tokens_details\":{\"reasoning_tokens\":55,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324152-TSI9nG10XvbpmMQcPXCz\",\"object\":\"chat.completion\",\"created\":1773324152,\"model\":\"z-ai/glm-4.6\",\"provider\":\"Novita\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The weather in Florence, Italy is currently 40°C (104°F). That's quite hot! Make sure to stay hydrated and seek shade if you're out and about.\",\"refusal\":null,\"reasoning\":\"The weather function returned a simple result of \\\"40 C\\\" which indicates it's 40 degrees Celsius in Florence, Italy. This is quite hot weather. I should provide this information to the user in a clear and helpful way.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The weather function returned a simple result of \\\"40 C\\\" which indicates it's 40 degrees Celsius in Florence, Italy. This is quite hot weather. I should provide this information to the user in a clear and helpful way.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":253,\"completion_tokens\":83,\"total_tokens\":336,\"cost\":0.00021395,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":245,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00021395,\"upstream_inference_prompt_cost\":0.00003135,\"upstream_inference_completions_cost\":0.0001826},\"completion_tokens_details\":{\"reasoning_tokens\":46,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 533.107209ms + duration: 3.273252709s diff --git a/providertests/testdata/TestOpenRouterCommon/glm-4.6/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/glm-4.6/tool_streaming.yaml index fea17226a1579d772a44e8d48b0ca160d023f7c1..79fc8568663eac4e1988c031af8689c76a4b3c83 100644 --- a/providertests/testdata/TestOpenRouterCommon/glm-4.6/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/glm-4.6/tool_streaming.yaml @@ -24,79 +24,149 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user is","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking for","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather information","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for Florence","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":", Italy","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". I","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have access","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to a","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather function","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that takes","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a location","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameter.","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The user","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" access","reasoning_details":[{"type":"reasoning.text","text":" access","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" has","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provided \"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Florence","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",Italy","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\" as","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the location","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" requires","reasoning_details":[{"type":"reasoning.text","text":" requires","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":". I","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should use","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this exact","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" value","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for the","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location parameter","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" has","reasoning_details":[{"type":"reasoning.text","text":" has","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":"","reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll get","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":" the weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Flo","reasoning_details":[{"type":"reasoning.text","text":"Flo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":" information for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"rence","reasoning_details":[{"type":"reasoning.text","text":"rence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence,","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Italy","reasoning_details":[{"type":"reasoning.text","text":"Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"chatcmpl-tool-bcdb2f683eff40b2b75cf69a8d7af3f9","type":"function","function":{"name":"weather","arguments":"{\"location\": \"Florence,Italy\"}"}}]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1761053354-0U4NE69ev42zmjB8DnYp","provider":"BaseTen","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053354,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":187,"completion_tokens":82,"total_tokens":269,"cost":0.0002926,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0001122,"upstream_inference_completions_cost":0.0001804},"completion_tokens_details":{"reasoning_tokens":62,"image_tokens":0}}} + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" specific","reasoning_details":[{"type":"reasoning.text","text":" specific","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" city","reasoning_details":[{"type":"reasoning.text","text":" city","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" country","reasoning_details":[{"type":"reasoning.text","text":" country","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" combination","reasoning_details":[{"type":"reasoning.text","text":" combination","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","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-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"I","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"'ll","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" check","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_09a987f7a0bc44488027c603","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773324156-sWc0TpyxPKNEWgVvpeXq","object":"chat.completion.chunk","created":1773324156,"model":"z-ai/glm-4.6","provider":"Novita","choices":[],"usage":{"prompt_tokens":173,"completion_tokens":82,"total_tokens":255,"cost":0.00020031,"is_byok":false,"prompt_tokens_details":{"cached_tokens":171,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00020031,"upstream_inference_prompt_cost":0.00001991,"upstream_inference_completions_cost":0.0001804},"completion_tokens_details":{"reasoning_tokens":56,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -105,15 +175,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 379.787791ms + duration: 1.381694708s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 897 + content_length: 1214 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"\nI''ll get the weather information for Florence, Italy for you.\n","tool_calls":[{"id":"chatcmpl-tool-bcdb2f683eff40b2b75cf69a8d7af3f9","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"chatcmpl-tool-bcdb2f683eff40b2b75cf69a8d7af3f9","role":"tool"}],"model":"z-ai/glm-4.6","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"call_09a987f7a0bc44488027c603","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":" user is asking for weather information for Florence, Italy. I have access to a weather function that requires a location parameter. The user has provided \"Florence,Italy\" as the location. I should use this exactly as provided since it''s a specific city and country combination.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_09a987f7a0bc44488027c603","role":"tool"}],"model":"z-ai/glm-4.6","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -129,167 +199,115 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" returned","reasoning_details":[{"type":"reasoning.text","text":" returned","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" result","reasoning_details":[{"type":"reasoning.text","text":" result","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" of","reasoning_details":[{"type":"reasoning.text","text":" of","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" C","reasoning_details":[{"type":"reasoning.text","text":" C","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This","reasoning_details":[{"type":"reasoning.text","text":" This","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" quite","reasoning_details":[{"type":"reasoning.text","text":" quite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" hot","reasoning_details":[{"type":"reasoning.text","text":" hot","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" -","reasoning_details":[{"type":"reasoning.text","text":" -","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" degrees","reasoning_details":[{"type":"reasoning.text","text":" degrees","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Celsius","reasoning_details":[{"type":"reasoning.text","text":" Celsius","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide","reasoning_details":[{"type":"reasoning.text","text":" provide","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" returned","reasoning_details":[{"type":"reasoning.text","text":" returned","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" temperature","reasoning_details":[{"type":"reasoning.text","text":" temperature","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.text","text":" in","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"°C","reasoning_details":[{"type":"reasoning.text","text":"°C","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clear","reasoning_details":[{"type":"reasoning.text","text":" clear","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.text","text":" and","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" helpful","reasoning_details":[{"type":"reasoning.text","text":" helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" way","reasoning_details":[{"type":"reasoning.text","text":" way","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" quite","reasoning_details":[{"type":"reasoning.text","text":" quite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" hot","reasoning_details":[{"type":"reasoning.text","text":" hot","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"104","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" helpful","reasoning_details":[{"type":"reasoning.text","text":" helpful","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":").","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","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-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" Make","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"40","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"°C","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" if","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"104","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"°F","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"'re","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"),","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" out","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" which","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":" about","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" quite","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" hot","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1761053355-0YaA5n5ayn7ILdkjK5hC","provider":"Mancer 2","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761053355,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":229,"completion_tokens":81,"total_tokens":310,"cost":0.0002875,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00012595,"upstream_inference_completions_cost":0.000162},"completion_tokens_details":{"reasoning_tokens":46,"image_tokens":0}}} + data: {"id":"gen-1773324159-zugvKZ6ejZK2AjypJXKY","object":"chat.completion.chunk","created":1773324159,"model":"z-ai/glm-4.6","provider":"Novita","choices":[],"usage":{"prompt_tokens":260,"completion_tokens":55,"total_tokens":315,"cost":0.00018832,"is_byok":false,"prompt_tokens_details":{"cached_tokens":172,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00018832,"upstream_inference_prompt_cost":0.00006732,"upstream_inference_completions_cost":0.000121},"completion_tokens_details":{"reasoning_tokens":33,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -298,4 +316,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 394.828458ms + duration: 1.741718916s diff --git a/providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool.yaml index d786f5599a30a05447ac0e2637f7960e8cc26fbd..5baa4f2cde82995e7305b4d9a4951d217f46af62 100644 --- a/providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054256-qNjLnEZH5TGQX6wRWdm5\",\"provider\":\"OpenAI\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion\",\"created\":1761054256,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"**Preparing to present results**\\n\\nI’m thinking we should present the results once the tool responds. Usually, they’ll come back fine, so we can focus on producing the outputs. I want to keep formatting light, maybe allowing bullet lists but staying concise overall. The user is specifically interested in the sum and product, so I need to make sure we extract that information clearly. Let’s get ready to call the parallel tool for this!\",\"tool_calls\":[{\"id\":\"call_nfjtVc7votxNeL9vtmslg8fI\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}},{\"id\":\"call_NnAs1Vwlp5n0aRXy7qPUiuUO\",\"index\":1,\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Preparing to present results**\\n\\nI’m thinking we should present the results once the tool responds. Usually, they’ll come back fine, so we can focus on producing the outputs. I want to keep formatting light, maybe allowing bullet lists but staying concise overall. The user is specifically interested in the sum and product, so I need to make sure we extract that information clearly. Let’s get ready to call the parallel tool for this!\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABo9443EZrFJ8d7iSNnTSGApMH69Swn59Payx4rS-LHMK3GbL7fVGTfAE3qqy5ArAV0YW4FW6LWv4kyK6euhCk8_D7ttOcWuGAO0QmbLfxAmfO2T-dQc_zKwr1P6MsRyVmoagCUNbkXcNWeJX-vgRBtqrzW32zUw5axDrF0y-h5Y6r2vkHt-FkRtCdwCJ5juwZnzkQLOdp4FofMWMlsJiMl0g1mnmsDymtKOLZ4cUugWauiwgpkUlRis0Ro70bVObA1MwYofIs0XaTCRA5Ztp-SO6J9neqel-nydRH5-D6WKpIpLiuE2oUCAdMLYUKkUcnHm3Q428wwqbUzoSfTxwGFg3JXzY8_wBPLLrJSTYzXTsxLOKXLBTFe6XfCzt8bnBTMD65hJOSxfA4N1zbJ8n_uG8Unb8Xt9OwTpqhOvSrLnVriqMg1pP9TjCJxBf0NXweWkdmG9WjnL2scnqsQjLOdclhBmESWScCqQpx0KB5ZKPYx_6yNsIGhl1Fxrxcj-1aNhgSnAeIGE05ZM6lVMYs0BV6aa_C_ZeVl_MyRguMp_6ilaG05VqxTYpGqSnbwlLkpG48_zOQAVtFxkD3Rb9CJJJIuORiGiTV1JBGR8S-vMStfTy-1f6vvfJjahAmJ7PiHfBJ9a8a3DMIiZaygOXnPrr_duMlk3FKdOX_N-7PByXwDfz6TS4sGsTnzQ3D1Q6hFpCq3wdzBlUPio1JRvRNLWp2VNGfrJp4tXsBUlsvVXR7kYsxRPsZdzA6RQzT2azx5OwIw6VGiCBwJmaNzq1DpvxlevjM_PgCDFkurTMNR6ip_CSEEgyFJBGwZ-UA56DimJZxZIPCiAQglMSc9HrPyHtREiVcJm6EYyA8hbtCYYbo59jJZwVO8uAJ4S9Ko8WgKy12YdFwoUzUSpc9m7ejvV-IjvZpeeEnKVEXpZQ6MWdx8HIpW708yi2qcY1E4P72anaXUzCkI5ycHjktiNV9A3pfMc6CmaQO-0tWiSjQNvHv0UG8DKGU8BVd_8kW9X7oouXJVZcGuNLeZA1GLwuUJgdT27yl93gd9VsjwLKHXmnTKsuj0CN_GwlXKtoLfCwvdud42U7ZVGij7pQDDEHUiHXw09zOx7r6tyHyT1zGCK-A2O_qeBq6G3FqgIevbD3IG4mhhs87R2SEkWjWK_6xI-bj8ILvKIaGR2Yo4QQZ_Dl_eW8bKpa6jV8DEY5OdRF4O6UmOS4YXcJ9imoVFQ-EZgkS1A-DTD-aYfjh07__H429Z9ISFMZXhA28NjPgQ1FkhTxUAtGgQW1uOWX7TxGzmAKlOxC1Xh4LliAtQhFTGuN-NGSYlIEpk9cAtmx96kHjN1PaoA0EE9JePuOJvA986qwwcg7_Twoj_WiXHrKvtXuq1WPYRzwr2whun70g4tlmxvZUeBiizg6GClzyhaeSBsDYdY239MyfH11QPIY7jJQP5VjuQSWrog09dZ-0fjoA2kVHfswgRY3PYNykni3v9eULwSN7cU-Y6o89lsJursd1oaUzqnVEVanwKaeFMFboyY-GPG5qsYpHelbqOgoM2iX4PacsVrhwNDESO_NgxrIA9LKL0k-x32JXLEg_SWvWP2HqQPOALoBdpjL5QbvDOOdHRj1hSiZpNhZP9QkUq2qY99ia_AbGcUC4cPXz0RzNfuGg8tdNrJMQQem-4aNSsiRFRW4NJGNqTCjH52AgAd5fU8eS-CRc6YVIOah0_LpscMXyouRrr0Yf3uyjnQx0IVZ-W7A8kNg6ankc3ipqjar02eFEG0thBRjkzyDQZXDUAFSBKxkzRtdhgtAkLz2HgdGg46207M7aed6BmZBWDbAnRLZmHbfIki4lqeU8bhO4bFy8WoeZpCcGfSIIuQl3y0dx3L6OCskhP5i5NK-kffLyGdQTZJv4pjSHDl3SmSNr_k-txP4b8Kf9s2QieVsCpbA12iXC21i9nTxWRlu9JTvDgq-Ss4QVjEXClKkAI26OgwmamAGODhejWJp_sOFWihc5cpQ0qbp-K_59k7VODgOU97ncdjb9yCA8GJccewcsfefwr1NDid4sW1G1wOLCJNOHIvYWLoAT3u-iX6hjAK7nzVPqIMM9X3iXG_ksXQiVuZ4Q7tADi9EGFfLpRoXyQ2ncPsXaJznJ6AiWNfYHy0ROwgn5GTbVa2jBflaAhwLUbYe1zyILp71jxY72wRMEuxbKoGpzHqdZiFR6V0WqVHR80DdWULM9_Q0wBOjUuFiWEIpcka9nTuLmiTOGnGhh1p5Gucyf6p16etqbzfg7ONOPtuwv0k-Bm2ZIfPpV65PDmmwCw74P_CwAydzOSE9n_SSW7ZBDtvDEH-QTYIvu185kIeGkJDLkz-P3evhLu7v9oJd4HHc4N7Nsi6pBSzyOuvUxCkDvonjSipK1C4zSS197fmiTbm1QWGNBX5vPm3FhFPgIcnZ8un4iw8Bcs6K00hxvt68tQmWzlqSLB3xz-PmRgxBA-FuEzktIBZ2E8F2X2ZPngua7X7A96WuqHUh_usG7ELeqv2VmXC2id1AXMSMzXkDU=\",\"id\":\"rs_059ba3bb134ec3cc0168f78e31f7a481938a88f8e8343ed302\",\"format\":\"openai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":58,\"completion_tokens\":312,\"total_tokens\":370,\"cost\":0.0031925,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000725,\"upstream_inference_completions_cost\":0.00312},\"completion_tokens_details\":{\"reasoning_tokens\":256,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323924-57QbnghbXm2GvzEpqDiv\",\"object\":\"chat.completion\",\"created\":1773323924,\"model\":\"openai/gpt-5-2025-08-07\",\"provider\":\"OpenAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"**Calculating sum and product**\\n\\nI need to respond to the user's request to add and multiply the numbers 2 and 3. The instructions clearly state that I should use both operations simultaneously, so I’ll utilize the multi_tool_use.parallel function. I’ll run the add tool with parameters {a: 2, b: 3} and the multiply tool with the same parameters. Once I get the results, I can present them concisely, saying “Sum: 5; Product: 6.”**Using parallel functions**\\n\\nI need to follow the instruction to always use both addition and multiplication at the same time. So, I'll use the parallel tool to ensure I'm running both operations together. It’s essential to stick to this guideline to provide what’s needed efficiently. Let me get that working correctly right away! This way, I can deliver the accurate results for the user's request seamlessly.\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_hxZ5lngdot9y8AfQa3spor2J\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"call_FfAnNULynr6w23E2ptBJNI0F\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Calculating sum and product**\\n\\nI need to respond to the user's request to add and multiply the numbers 2 and 3. The instructions clearly state that I should use both operations simultaneously, so I’ll utilize the multi_tool_use.parallel function. I’ll run the add tool with parameters {a: 2, b: 3} and the multiply tool with the same parameters. Once I get the results, I can present them concisely, saying “Sum: 5; Product: 6.”**Using parallel functions**\\n\\nI need to follow the instruction to always use both addition and multiplication at the same time. So, I'll use the parallel tool to ensure I'm running both operations together. It’s essential to stick to this guideline to provide what’s needed efficiently. Let me get that working correctly right away! This way, I can deliver the accurate results for the user's request seamlessly.\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABpssagkg5555BU8eWgG1B8tAi6UUzyAFkqDnJ-cnFqHhRmc2bzWuxec_8gFNw9WN3zAMM3jh1X_2iQgKVJ0JT1DMhGpYN31kr_kyzX6dAWM6OPkg4vLu2c_6j949t0KIvhMbt1ZWLp0Ny9rm8Fh4YZ-H3b38WK-Q_F5NITjM4TyaOA-JJWoWmYboD_kC4jmeyh47liqSK5eqomZEnuqlsr-pP4OSnuzotBO5mwD0odd1W7fc7iYvFBfXhCu1jirCoipPRXHX-aTXpH5jy8B7SAekt3qTcvgXZUGjotrYFcP971vV1BQRgGbdgN6yM83qcpAHJQO8tdLu6EkZvXfnukmTPw52JTRihsRnHPkUxFMsl742P7xs8A73lhCFq-XUOZzxZmTiMmAq0PS3EZuePAEYGq3rq0fJap9jIQB2KKcNxUNP-TT2yylBlByi1Ac1oSGdwD7dIwtX9C3Z0XHGeNv3cnYwcBzQHy2ko0uPmeD6p11rSZloZvxL-JzI7BYcGdFD_h946Dfwsfx2GLLRI3jzfF5n1NTzrUKulUyTusiESH0l6Gzu45xnKfa4PGBMV-kHEikv54yFl1CYUcciiva03E3IhsuLg0hWuT9mqXOJw30LU5E89B4KE1_n6n93eFo24gy3Y0Az90J3BLgXmlkwOsKlfSFrXwcODKEwoGTRVKS6qsLlBq7HvM-kDvfrJP64T2cUaPPD-5JOaOTeCChXTWDhOLWurvEcA3LIhL0ltZtaCW7OQwdCrBt1cSkvRqytAmN6QsAQYnrgrXaN-vm3ElKQPgLDcar03GBJhG1dL1-kLXp6INGfpDXsyMVV8hj0wYEEcQdOOQ4qAWRAA1c535WZNwx2EYCMKXX3Mx-H-xh6PEdnyAXgNMpWfUT0QHbEsUAd18CtkDsvz54kUyIps-msInHxQca0BwFN5ly8i0NCO51BlgMffx-LHbgfVkUvNF36kHiB0ueu-16KcP1d4u0aXH3IPJOBlI2A6s0EpUXO3zUFqDPd4T5j0X6j_cO4qopFWUd4KOZQyHoqQUcc0n1HuTIpP_kg0IqSt4WKagevkrFA0_kA3hWSnkgeWsurV412o6pUUffPR6fQ1GnvD1ZzNWARwZViWkzxahrfNIxfbwWnjVn27j3PLuqgExNGn9zfTNF1o3veIR_9OlUGet5f7sHBHRrw9Erw9GZtSoUs6OzlAYjOe6F03FxbNSz858FhjuChK8Qfhicy2jBmqTQ864bofMqLjMKd49tM19rLffSZkYSuP4sO_RNX1y5sah3ln09UkHucyu06UXI7sA3qcIobBQ_QgEBKn-_Z84tDH2F6K8lUOl49eV1C3Y3kquOI1jpD9SICXB4dhWsDSyNeMC24uiOOrf6de7zIBIRxw8H_Z8S9TrWJu8H7bc-ndkJHpMIc9Ywjz14HRjP-gBLyRnQxoawVZ68WWiL1Gj_6I_XLNw4BPvUYa2gBD0uToOwFCef3j_bWaZ6PMHo1qtIflQnxbws1UX4_mUh54CBq1damKvymlWJkqzmQggoD7JH-ym8fPoDCdDei8YfN4JVvLW16IuWJz_x_mAP5NcgPM8-P8caClDxQB1WHs4tKSURliL7-n6QKew_yAeOrav2PkscUHIOS0L8LEswSDtd2n92RfGbe9rSh7ct6s4bi9u1O2H5M3X0foTNtiamkFGii4N4jnQUxwF0-7xtdFUXQXOoiq-PVh3DFTy2BF75c6RjUeO1vBsZ6HE-HE_jQVnK7cefq6vw--ot4c0-QTY239_CUm5nSMZfzQHuaWs6NqCtkx9fWzstpFrZSr-hxHMUiaK7jlT9fO0GN-y6FuXL8D2SINANFs1ViSioYVskb5jgCOF_rvjHwRAx4uaJNP0ZevLdTCOzYIKVu67U2paHm7yEc6_YSVEGPmCErbDNnHU66PHoGc9uCPjpZgmNlwKVDS-tWQDcdfxpECy_bNmI2djLM6sanc2Xh-7S9fuP_jI9ShpGQLILIGIqItlIBxJLXn2Qm8IZpaMKQYdFLbA9D6NlGKSlIy4sxu073LcXrUVmIxTlfliUAuGP0E9I4xPXfmG8uK9628ysvvEMZzZIkyNPtCMsvbFWbmCjB5HAHgHCCsgP0NJaei44uFhmyYRhEvogsODUgv0eYS1N57bXKhVe0Gi6XATtk8XFGPmGJUNDS0yJ60VNV_xUr3vSdT5_Hl5DQCizA3WtVXIVs3gYJIA1CJQEfP8nvlN2JrODCOz\",\"format\":\"openai-responses-v1\",\"id\":\"rs_06113a4c35b40b110169b2c694f7608195bbc8eb5427d84429\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":113,\"completion_tokens\":286,\"total_tokens\":399,\"cost\":0.00300125,\"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.00300125,\"upstream_inference_prompt_cost\":0.00014125,\"upstream_inference_completions_cost\":0.00286},\"completion_tokens_details\":{\"reasoning_tokens\":192,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 830.848ms + duration: 525.318167ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 4523 + content_length: 3695 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_nfjtVc7votxNeL9vtmslg8fI","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_NnAs1Vwlp5n0aRXy7qPUiuUO","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"openai-responses-v1","index":0,"summary":"**Preparing to present results**\n\nI’m thinking we should present the results once the tool responds. Usually, they’ll come back fine, so we can focus on producing the outputs. I want to keep formatting light, maybe allowing bullet lists but staying concise overall. The user is specifically interested in the sum and product, so I need to make sure we extract that information clearly. Let’s get ready to call the parallel tool for this!","type":"reasoning.summary"},{"data":"gAAAAABo9443EZrFJ8d7iSNnTSGApMH69Swn59Payx4rS-LHMK3GbL7fVGTfAE3qqy5ArAV0YW4FW6LWv4kyK6euhCk8_D7ttOcWuGAO0QmbLfxAmfO2T-dQc_zKwr1P6MsRyVmoagCUNbkXcNWeJX-vgRBtqrzW32zUw5axDrF0y-h5Y6r2vkHt-FkRtCdwCJ5juwZnzkQLOdp4FofMWMlsJiMl0g1mnmsDymtKOLZ4cUugWauiwgpkUlRis0Ro70bVObA1MwYofIs0XaTCRA5Ztp-SO6J9neqel-nydRH5-D6WKpIpLiuE2oUCAdMLYUKkUcnHm3Q428wwqbUzoSfTxwGFg3JXzY8_wBPLLrJSTYzXTsxLOKXLBTFe6XfCzt8bnBTMD65hJOSxfA4N1zbJ8n_uG8Unb8Xt9OwTpqhOvSrLnVriqMg1pP9TjCJxBf0NXweWkdmG9WjnL2scnqsQjLOdclhBmESWScCqQpx0KB5ZKPYx_6yNsIGhl1Fxrxcj-1aNhgSnAeIGE05ZM6lVMYs0BV6aa_C_ZeVl_MyRguMp_6ilaG05VqxTYpGqSnbwlLkpG48_zOQAVtFxkD3Rb9CJJJIuORiGiTV1JBGR8S-vMStfTy-1f6vvfJjahAmJ7PiHfBJ9a8a3DMIiZaygOXnPrr_duMlk3FKdOX_N-7PByXwDfz6TS4sGsTnzQ3D1Q6hFpCq3wdzBlUPio1JRvRNLWp2VNGfrJp4tXsBUlsvVXR7kYsxRPsZdzA6RQzT2azx5OwIw6VGiCBwJmaNzq1DpvxlevjM_PgCDFkurTMNR6ip_CSEEgyFJBGwZ-UA56DimJZxZIPCiAQglMSc9HrPyHtREiVcJm6EYyA8hbtCYYbo59jJZwVO8uAJ4S9Ko8WgKy12YdFwoUzUSpc9m7ejvV-IjvZpeeEnKVEXpZQ6MWdx8HIpW708yi2qcY1E4P72anaXUzCkI5ycHjktiNV9A3pfMc6CmaQO-0tWiSjQNvHv0UG8DKGU8BVd_8kW9X7oouXJVZcGuNLeZA1GLwuUJgdT27yl93gd9VsjwLKHXmnTKsuj0CN_GwlXKtoLfCwvdud42U7ZVGij7pQDDEHUiHXw09zOx7r6tyHyT1zGCK-A2O_qeBq6G3FqgIevbD3IG4mhhs87R2SEkWjWK_6xI-bj8ILvKIaGR2Yo4QQZ_Dl_eW8bKpa6jV8DEY5OdRF4O6UmOS4YXcJ9imoVFQ-EZgkS1A-DTD-aYfjh07__H429Z9ISFMZXhA28NjPgQ1FkhTxUAtGgQW1uOWX7TxGzmAKlOxC1Xh4LliAtQhFTGuN-NGSYlIEpk9cAtmx96kHjN1PaoA0EE9JePuOJvA986qwwcg7_Twoj_WiXHrKvtXuq1WPYRzwr2whun70g4tlmxvZUeBiizg6GClzyhaeSBsDYdY239MyfH11QPIY7jJQP5VjuQSWrog09dZ-0fjoA2kVHfswgRY3PYNykni3v9eULwSN7cU-Y6o89lsJursd1oaUzqnVEVanwKaeFMFboyY-GPG5qsYpHelbqOgoM2iX4PacsVrhwNDESO_NgxrIA9LKL0k-x32JXLEg_SWvWP2HqQPOALoBdpjL5QbvDOOdHRj1hSiZpNhZP9QkUq2qY99ia_AbGcUC4cPXz0RzNfuGg8tdNrJMQQem-4aNSsiRFRW4NJGNqTCjH52AgAd5fU8eS-CRc6YVIOah0_LpscMXyouRrr0Yf3uyjnQx0IVZ-W7A8kNg6ankc3ipqjar02eFEG0thBRjkzyDQZXDUAFSBKxkzRtdhgtAkLz2HgdGg46207M7aed6BmZBWDbAnRLZmHbfIki4lqeU8bhO4bFy8WoeZpCcGfSIIuQl3y0dx3L6OCskhP5i5NK-kffLyGdQTZJv4pjSHDl3SmSNr_k-txP4b8Kf9s2QieVsCpbA12iXC21i9nTxWRlu9JTvDgq-Ss4QVjEXClKkAI26OgwmamAGODhejWJp_sOFWihc5cpQ0qbp-K_59k7VODgOU97ncdjb9yCA8GJccewcsfefwr1NDid4sW1G1wOLCJNOHIvYWLoAT3u-iX6hjAK7nzVPqIMM9X3iXG_ksXQiVuZ4Q7tADi9EGFfLpRoXyQ2ncPsXaJznJ6AiWNfYHy0ROwgn5GTbVa2jBflaAhwLUbYe1zyILp71jxY72wRMEuxbKoGpzHqdZiFR6V0WqVHR80DdWULM9_Q0wBOjUuFiWEIpcka9nTuLmiTOGnGhh1p5Gucyf6p16etqbzfg7ONOPtuwv0k-Bm2ZIfPpV65PDmmwCw74P_CwAydzOSE9n_SSW7ZBDtvDEH-QTYIvu185kIeGkJDLkz-P3evhLu7v9oJd4HHc4N7Nsi6pBSzyOuvUxCkDvonjSipK1C4zSS197fmiTbm1QWGNBX5vPm3FhFPgIcnZ8un4iw8Bcs6K00hxvt68tQmWzlqSLB3xz-PmRgxBA-FuEzktIBZ2E8F2X2ZPngua7X7A96WuqHUh_usG7ELeqv2VmXC2id1AXMSMzXkDU=","format":"openai-responses-v1","id":"rs_059ba3bb134ec3cc0168f78e31f7a481938a88f8e8343ed302","index":0,"type":"reasoning.encrypted"}]},{"content":"5","tool_call_id":"call_nfjtVc7votxNeL9vtmslg8fI","role":"tool"},{"content":"6","tool_call_id":"call_NnAs1Vwlp5n0aRXy7qPUiuUO","role":"tool"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_hxZ5lngdot9y8AfQa3spor2J","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_FfAnNULynr6w23E2ptBJNI0F","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"data":"gAAAAABpssagkg5555BU8eWgG1B8tAi6UUzyAFkqDnJ-cnFqHhRmc2bzWuxec_8gFNw9WN3zAMM3jh1X_2iQgKVJ0JT1DMhGpYN31kr_kyzX6dAWM6OPkg4vLu2c_6j949t0KIvhMbt1ZWLp0Ny9rm8Fh4YZ-H3b38WK-Q_F5NITjM4TyaOA-JJWoWmYboD_kC4jmeyh47liqSK5eqomZEnuqlsr-pP4OSnuzotBO5mwD0odd1W7fc7iYvFBfXhCu1jirCoipPRXHX-aTXpH5jy8B7SAekt3qTcvgXZUGjotrYFcP971vV1BQRgGbdgN6yM83qcpAHJQO8tdLu6EkZvXfnukmTPw52JTRihsRnHPkUxFMsl742P7xs8A73lhCFq-XUOZzxZmTiMmAq0PS3EZuePAEYGq3rq0fJap9jIQB2KKcNxUNP-TT2yylBlByi1Ac1oSGdwD7dIwtX9C3Z0XHGeNv3cnYwcBzQHy2ko0uPmeD6p11rSZloZvxL-JzI7BYcGdFD_h946Dfwsfx2GLLRI3jzfF5n1NTzrUKulUyTusiESH0l6Gzu45xnKfa4PGBMV-kHEikv54yFl1CYUcciiva03E3IhsuLg0hWuT9mqXOJw30LU5E89B4KE1_n6n93eFo24gy3Y0Az90J3BLgXmlkwOsKlfSFrXwcODKEwoGTRVKS6qsLlBq7HvM-kDvfrJP64T2cUaPPD-5JOaOTeCChXTWDhOLWurvEcA3LIhL0ltZtaCW7OQwdCrBt1cSkvRqytAmN6QsAQYnrgrXaN-vm3ElKQPgLDcar03GBJhG1dL1-kLXp6INGfpDXsyMVV8hj0wYEEcQdOOQ4qAWRAA1c535WZNwx2EYCMKXX3Mx-H-xh6PEdnyAXgNMpWfUT0QHbEsUAd18CtkDsvz54kUyIps-msInHxQca0BwFN5ly8i0NCO51BlgMffx-LHbgfVkUvNF36kHiB0ueu-16KcP1d4u0aXH3IPJOBlI2A6s0EpUXO3zUFqDPd4T5j0X6j_cO4qopFWUd4KOZQyHoqQUcc0n1HuTIpP_kg0IqSt4WKagevkrFA0_kA3hWSnkgeWsurV412o6pUUffPR6fQ1GnvD1ZzNWARwZViWkzxahrfNIxfbwWnjVn27j3PLuqgExNGn9zfTNF1o3veIR_9OlUGet5f7sHBHRrw9Erw9GZtSoUs6OzlAYjOe6F03FxbNSz858FhjuChK8Qfhicy2jBmqTQ864bofMqLjMKd49tM19rLffSZkYSuP4sO_RNX1y5sah3ln09UkHucyu06UXI7sA3qcIobBQ_QgEBKn-_Z84tDH2F6K8lUOl49eV1C3Y3kquOI1jpD9SICXB4dhWsDSyNeMC24uiOOrf6de7zIBIRxw8H_Z8S9TrWJu8H7bc-ndkJHpMIc9Ywjz14HRjP-gBLyRnQxoawVZ68WWiL1Gj_6I_XLNw4BPvUYa2gBD0uToOwFCef3j_bWaZ6PMHo1qtIflQnxbws1UX4_mUh54CBq1damKvymlWJkqzmQggoD7JH-ym8fPoDCdDei8YfN4JVvLW16IuWJz_x_mAP5NcgPM8-P8caClDxQB1WHs4tKSURliL7-n6QKew_yAeOrav2PkscUHIOS0L8LEswSDtd2n92RfGbe9rSh7ct6s4bi9u1O2H5M3X0foTNtiamkFGii4N4jnQUxwF0-7xtdFUXQXOoiq-PVh3DFTy2BF75c6RjUeO1vBsZ6HE-HE_jQVnK7cefq6vw--ot4c0-QTY239_CUm5nSMZfzQHuaWs6NqCtkx9fWzstpFrZSr-hxHMUiaK7jlT9fO0GN-y6FuXL8D2SINANFs1ViSioYVskb5jgCOF_rvjHwRAx4uaJNP0ZevLdTCOzYIKVu67U2paHm7yEc6_YSVEGPmCErbDNnHU66PHoGc9uCPjpZgmNlwKVDS-tWQDcdfxpECy_bNmI2djLM6sanc2Xh-7S9fuP_jI9ShpGQLILIGIqItlIBxJLXn2Qm8IZpaMKQYdFLbA9D6NlGKSlIy4sxu073LcXrUVmIxTlfliUAuGP0E9I4xPXfmG8uK9628ysvvEMZzZIkyNPtCMsvbFWbmCjB5HAHgHCCsgP0NJaei44uFhmyYRhEvogsODUgv0eYS1N57bXKhVe0Gi6XATtk8XFGPmGJUNDS0yJ60VNV_xUr3vSdT5_Hl5DQCizA3WtVXIVs3gYJIA1CJQEfP8nvlN2JrODCOz","format":"openai-responses-v1","id":"rs_06113a4c35b40b110169b2c694f7608195bbc8eb5427d84429","index":0,"type":"reasoning.encrypted"}]},{"content":"5","tool_call_id":"call_hxZ5lngdot9y8AfQa3spor2J","role":"tool"},{"content":"6","tool_call_id":"call_FfAnNULynr6w23E2ptBJNI0F","role":"tool"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n{\"id\":\"gen-1761054264-Y4ejQT0Sw5FGzgJjsWWy\",\"provider\":\"OpenAI\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion\",\"created\":1761054264,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"- Sum (2 + 3) = 5\\n- Product (2 × 3) = 6\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":442,\"completion_tokens\":27,\"total_tokens\":469,\"cost\":0.0008225,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0005525,\"upstream_inference_completions_cost\":0.00027},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n{\"id\":\"gen-1773323936-i11BOHKBlXfxaR0ey9BE\",\"object\":\"chat.completion\",\"created\":1773323936,\"model\":\"openai/gpt-5-2025-08-07\",\"provider\":\"OpenAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":\"Sum: 5\\nProduct: 6\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":403,\"completion_tokens\":13,\"total_tokens\":416,\"cost\":0.00063375,\"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.00063375,\"upstream_inference_prompt_cost\":0.00050375,\"upstream_inference_completions_cost\":0.00013},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 568.905458ms + duration: 445.651292ms diff --git a/providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool_streaming.yaml index 62259c1672d6046f1e8c0a2d7417bc354e63ce5e..71136e8a0fbd780dba1fbf8835f306372ff37293 100644 --- a/providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gpt-5/multi_tool_streaming.yaml @@ -24,45 +24,179 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"I'm","reasoning_details":[{"type":"reasoning.summary","summary":"I'm","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABo95AdNmqxM6HBeqh0dzQ-aNcv5qbGNYIt678-GeFu7z78caXKNcqwLKF1Dv9QhgL3kXBe-TWZ8l0pfCMr353vKhrLLj6SmwVm4uhKbEsNgwx0yGH6mn8fMmpftY29Sm-LiEIujKW_7NVZWSsCtLJYVDW8iS3r1j_LDDJqU6z6xKanbssHCfQeffAaxN2iTuADLUsqhTvNDJqWa6fNOrB2tzIxV3-iksbWPgss1czhUeljdLxUmapXaOcatf2K2RX2ZNWYPscs-XZBdTefLQ8aIn90i7kE2yf6V73sLcBpzy4JGxxrGQtPTc3zMTG7kXjO7xOAWjbiN__jQlcy57r5S7fVJ6hPtp5ow-KMjQ3Uhi98v8onA4wbDqZmmxji1sK4tJUn4ZB_1II-waOGaHFEWuUWbKKzv_dqbaE7wOs84410yD9o1NXJTPle4J29vwykRIrz--IKHL2cD4F4V0ZclWDIn_-hvauAeYDHZ7wrloTsIRDGdk74Z-DSCVd62XCdIgWdr-N7Vjx4CkyPS6aHwft99MZu9ZY0B0nD-I7DNwRcVFHjRtWYvS1snAeytWTVxmJguCMq90CYqwqj7BYu4v58Kx9xasJUlrdmRLuIWQ1DEHvAjWqLlRhBLA23Q-bUPwxvcVxRFdh30MaF66ZwZli6jo11LW3-NF7sQwDc3SptwdWuSFCVtBbTDYUwWHT2u0H4RWbqR8Yyhrm4ZiPYASQpBpELvomgSjyTD0qLeImvJ_PlRof5I9mBk1_DQcJABic8wndURR9c1visgJrBvdDSyhyOF5Y-spFH4N1q4PLMu7wjZOe9KrY115mPF3hnfXfw6K3FHqDxUx58VJjHtTxevIOCrun2mziervO3xOuqYDE21Qe1tSeaUpLTHynPVjSDgGpqcQrnUd35B_ggR-T8QBnf3kVYFxetQjpHxlehdR5jpNd6CWtXuiIgtoB5AQEKp4ysnm0u_fA16-wPAErwtSZ21Hjg65LtdSl8H2_qHQXTey3sHOi_wYrw5YISLci840Noaq6Hwj0sWRhVvu_e2cvM2gjR1tNJ51KHL7dMJplpOCbqdesOYCRMYE-LJtj_aqffFr2RDxJTXHrI_53poZbM6vNxINQ1f75F7c70R6zR3kLgAOE5Jd99pZMDwZoYVCdVPoHyPL3kVunWJRHIY3dQj4nx1gDaXzm_C2rIJG8UOcHSRoz3Y_7pJTvVmYlAC4RyzGEFAVv8VbBPoYKHK5hPt4mfLM4UdI2iaio5MQTqoGzIEHhLTHcj3Ic3Foy17_BPFiBIEjy6UMinU4SjCy77-GVhg3hRXhAn7sJOv4gMRH9z53T_yc6zhVXClpi0EyK7cWqNK2YYksQJ0zj6VqFnvAxDRDS2-6gjNxYGQ3Pzu72ldKtG_vsFHG8lTOCcr4XB1gVkMphxxWP8IUu4WjmfUrALolo1tN22AxQkloIL2eLsCFCBKIFCWCU5jd4TnzdK0mTQk1fUMxdGgrqeVfqfoYLuhEbk-mbAneAwUma9IY6FIdq_2nN6DEr3drMT1_9Q98otTgInkFYjIdzzlS3gtQdjr0Ql81Zi5uybafAIhiqvIUekTjmZpnI5mIjvSE1FDaaToBMYNOU0tW3LbcP66_fYMMBNX3UvdbSNdMXBpbD2BgDhkSJK0KMGOLBYjfPbUCi88Ef2H3C9l-r51YKhy5Tc_VLuuwtnfd4B7LDj0DM2eXRh120UiEfcjSYJH5h34nhlc9Oup8kcJaEgwVovbBUIVM-Z_nTMB936faBdVZHKFbtkGIKl30BV12X5j1eFZgOcDugkCnF50UY2jY3WNhC8ChewCjxACp8C4PuCqABPId07XaqrnSyEDg7UzUM7mIDufbghUavDpKK8rqnNcz-kCsKXzyAFrr4l5-2HDetBmUiRxToX5KVeVMv_IFiyQdWeL_MfoG57swdhPJMcEEb_0EfZzx37cipdUin6FH9ELsUDbn0GZKtahx6NuT2L0hZG3vha_afl-BCPyxqP4JsgnBNMTBeDRd7ERok=","id":"rs_051a5b528a0acc690168f7901bbfb881978e5d366d901f11b3","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" thinking","reasoning_details":[{"type":"reasoning.summary","summary":" thinking","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_mUCAklYTU3uGC65pRz7M7UbY","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"2,"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" provide","reasoning_details":[{"type":"reasoning.summary","summary":" provide","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" calls","reasoning_details":[{"type":"reasoning.summary","summary":" calls","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_y7BeX0S3uY40okx6MWg7dX2y","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"{"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" structured","reasoning_details":[{"type":"reasoning.summary","summary":" structured","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" manner","reasoning_details":[{"type":"reasoning.summary","summary":" manner","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"2,"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"\"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.summary","summary":" should","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" '","reasoning_details":[{"type":"reasoning.summary","summary":" '","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054747-aRXhxlwVNm3mtTObq3p8","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054747,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":56,"completion_tokens":183,"total_tokens":239,"cost":0.0019,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00007,"upstream_inference_completions_cost":0.00183},"completion_tokens_details":{"reasoning_tokens":128,"image_tokens":0}}} + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"comment","reasoning_details":[{"type":"reasoning.summary","summary":"comment","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ary","reasoning_details":[{"type":"reasoning.summary","summary":"ary","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"'","reasoning_details":[{"type":"reasoning.summary","summary":"'","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" channel","reasoning_details":[{"type":"reasoning.summary","summary":" channel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" calls","reasoning_details":[{"type":"reasoning.summary","summary":" calls","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" making","reasoning_details":[{"type":"reasoning.summary","summary":" making","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" sure","reasoning_details":[{"type":"reasoning.summary","summary":" sure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" keep","reasoning_details":[{"type":"reasoning.summary","summary":" keep","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" everything","reasoning_details":[{"type":"reasoning.summary","summary":" everything","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" clear","reasoning_details":[{"type":"reasoning.summary","summary":" clear","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" organized","reasoning_details":[{"type":"reasoning.summary","summary":" organized","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" After","reasoning_details":[{"type":"reasoning.summary","summary":" After","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" receive","reasoning_details":[{"type":"reasoning.summary","summary":" receive","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" responses","reasoning_details":[{"type":"reasoning.summary","summary":" responses","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" proceed","reasoning_details":[{"type":"reasoning.summary","summary":" proceed","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" give","reasoning_details":[{"type":"reasoning.summary","summary":" give","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" final","reasoning_details":[{"type":"reasoning.summary","summary":" final","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" output","reasoning_details":[{"type":"reasoning.summary","summary":" output","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" based","reasoning_details":[{"type":"reasoning.summary","summary":" based","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" on","reasoning_details":[{"type":"reasoning.summary","summary":" on","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" It","reasoning_details":[{"type":"reasoning.summary","summary":" It","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" seems","reasoning_details":[{"type":"reasoning.summary","summary":" seems","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" straightforward","reasoning_details":[{"type":"reasoning.summary","summary":" straightforward","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" but","reasoning_details":[{"type":"reasoning.summary","summary":" but","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" want","reasoning_details":[{"type":"reasoning.summary","summary":" want","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ensure","reasoning_details":[{"type":"reasoning.summary","summary":" ensure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I'm","reasoning_details":[{"type":"reasoning.summary","summary":" I'm","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" being","reasoning_details":[{"type":"reasoning.summary","summary":" being","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" thorough","reasoning_details":[{"type":"reasoning.summary","summary":" thorough","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" accurate","reasoning_details":[{"type":"reasoning.summary","summary":" accurate","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" throughout","reasoning_details":[{"type":"reasoning.summary","summary":" throughout","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" process","reasoning_details":[{"type":"reasoning.summary","summary":" process","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Let's","reasoning_details":[{"type":"reasoning.summary","summary":" Let's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" move","reasoning_details":[{"type":"reasoning.summary","summary":" move","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" forward","reasoning_details":[{"type":"reasoning.summary","summary":" forward","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABpssaoFNIlKEiZyENgHTOHPXHq383nE0KXHYhMv4F2lpE6JPq0EpU1UjvxSzZSKN8P4F4pOdkHxMuaarDe8eJ_6yeYfFdLq91dF5YCLVloeBfNHmc7OAvWyW2HdtiiXBKpLMIXG3mykfd2U4HsWrNgwm_Eze4Uv56CBCJjv1JX_ghxrWcqgzf_l2PxApxdqouxqiE0kM1ecEmyOe3dqjcYll2VJ6YnHDKd8ZtLvoFQhk_jJJ5mzHRdJcqKq8MXlSwxZgE08FHOrp8zX8l95WYqhhcsHhr43TlRrY3UlXpy1COfSzK2vtcw3OOpSvODqIsefwNhh_bEmaoVH2gEkGI4sy40WeFGAGI6LmDrhV1sdBNHcK4CO9LHuU6Fs1ikFzHpy__SrG5LGPEQNpeCV94HQQNyFrF1I6FnHm9Bs8yyFnyhUUAU6f-o25ndeE0ac8HL5qnbUc4kOAsLWqAwJrOJGn7IH1zy6bETbAFod6nLDlRmfvVRtJ4kkBdSMB8wTD7ypaD_f-G2OXnoSOpWh5FEUZuq7PgmawI9ZfAFPqCc737lCVVylyMsqmQswolV65_7qZeCYzSTAoJd60-6B3BqHQKSTocIzf-gsiLqBKCcAYImtgfivmu72l_22hvYMQygfdoJ_tDqWo1VNAPSUfOOPsR4O4V1KRUJA7R9H90xye9hONhVcdY1llUU45jmkjjR0jwBSk-s3B--ydlpesOMP5hGctDtTNvtkNeTM_0frrwbCmaSSPXMbRFv0kLsk_iePAVmoS2GOPktA2n0wQ6tcQ62rl29YZa7aRIFErUOnqBYpgZOum1xH_3tVKpG0lqBWrkVr7Zv1VsZohxQyltTwKWZrJ-2gMiYOOCRRYNO_d5KMNqOrRoyiw7_nnZDVeZoT7LKI6GnhjIbjRCMj0KCCQtApwirVulPaZCWynUxzP_Kef3-Jo0IQNoaiL5UXYkv6qcYYBScZlhS5FdKsTuyHlEjzITHVnqVbG1Zgmc7hsHCH0QwS2vkHlCkUM8dB0SvqAb-im0jN9jSsMT2hBXKQ9oZb5YK1paxN2b6Iz8lmRb5x8ZJQCQvu68b4q-jos-BiOqOqMRJIEP0t8joJTvFyM0ay4rPu2c3scKTDxk0tDRFMVpI9FLf7v-fBZdma8vy5uhXI3xzRpv5LwKbbyRycsFHbh-mebe0bZhxke1sMx4vpffFot-uiQKn1WUoGQiDcXviOqloTq07MpjOh8waCJCFdKd-t-1N1pDECCVirElSvGX2-ZzRHlvbX-yS0F6pqdOkcC-SMCi-YdiEA0VwM0wZnNYzoAWQFH37BB_cR6_J-Za1QQP5bh0dj2ljAOeCE06y3d8YS0peEeC2wAdIK4NfUz4xmGmJX3soxcMfLAUb0BDuXJuaLq-MxKfzp28NZZ2wDHMWTGJ_dbe3Rhrlf9tDCnQgiiHuGhDa01JfNJt2PNdzhxD4bsvjGxkeQZoLDSDZ2CE7HBsc_XuNHvg_dhQJr1Zh13oPpNKc_I_yD6-2A6dY-TPDcZFHusHnrMqeWB0BVEIJDyNf6XD_ETO-BEqIQZuTVETJPp5g-HEhW-5IgZJmsRBs4e6UhjA7lvfrr7GoGQFnkYoM84Ryo8fBKNVF3MGGDxhmonVRXbwiBGiB2v8k1BrLagjO-HXFL3vGRAwBVYB0FnytVNnKnTyWe7FsArPsNjh2pExVvrwrYQuwatiKDk6rVFUhZGsgUUjVl4IA5TIw5NXxJb7E107zgHPv4hKvK4I2EeA7ZzsKle7EoS4Dmnj0-H-TNWfZ_r-oHziY2J1U5XiGRCXq1NJ_al7ZNcUe1zwnFFhGXg4qLz78bSuOenjAoFZfG03SLX2dFNEzgW4fMTLbyy7161wxAjiEf01wqL2KfKLD33ql33BeAGdV0U5pjrNmayuwJez6FmJcdxEnkusL5DDMSuBe4PSRicTRWW4RK5ig3nFlziIL5Lcar_Xv_AVMt-xlbosiB7aCzo29-6nNTfUIVgayQYL-x6PBugqtsaM2mn46QS73kaXamrbEkHI9FTL-Tlv-UFAYUkefrwHMEwy8V6RzBJdPC4cGL9YwonBSRRsMQWMOlhLYE1WjNDeaZYLtMJEJXhHGmELamUf-cwOtvWJi715RdWrdJXoXMt6ZhhoGlM7JtURZK5ccLFmk7PswQ0yy2uX-iKYgM9P4XfuYba0ntNhfYJ-Pdj9gxnh0sK7z1JlhEHy-b6E08R3gkse4e0njgXGkX4kpW-cwPkDpFnzaYOUQnkbJywlaoXgeea7vOWj9enGrbxX6K6tdemckUBuu9HTKNQfAXxEAMoM3Yi3l6aRi6w==","format":"openai-responses-v1","id":"rs_0dc8a771bc4d29200169b2c6a26a248195aafcaec10e972cd4","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_FS6r3jejWrnsF9udNRMPiyfM","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"call_Rlgo1THqC0e9mGnzP18pESCO","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"completed"}]} + + data: {"id":"gen-1773323937-Uf9ExvZNih6kX1J3x2jT","object":"chat.completion.chunk","created":1773323937,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[],"usage":{"prompt_tokens":109,"completion_tokens":306,"total_tokens":415,"cost":0.00319625,"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.00319625,"upstream_inference_prompt_cost":0.00013625,"upstream_inference_completions_cost":0.00306},"completion_tokens_details":{"reasoning_tokens":192,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -71,15 +205,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 558.96825ms + duration: 417.723833ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 3520 + content_length: 4305 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_mUCAklYTU3uGC65pRz7M7UbY","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_y7BeX0S3uY40okx6MWg7dX2y","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"data":"gAAAAABo95AdNmqxM6HBeqh0dzQ-aNcv5qbGNYIt678-GeFu7z78caXKNcqwLKF1Dv9QhgL3kXBe-TWZ8l0pfCMr353vKhrLLj6SmwVm4uhKbEsNgwx0yGH6mn8fMmpftY29Sm-LiEIujKW_7NVZWSsCtLJYVDW8iS3r1j_LDDJqU6z6xKanbssHCfQeffAaxN2iTuADLUsqhTvNDJqWa6fNOrB2tzIxV3-iksbWPgss1czhUeljdLxUmapXaOcatf2K2RX2ZNWYPscs-XZBdTefLQ8aIn90i7kE2yf6V73sLcBpzy4JGxxrGQtPTc3zMTG7kXjO7xOAWjbiN__jQlcy57r5S7fVJ6hPtp5ow-KMjQ3Uhi98v8onA4wbDqZmmxji1sK4tJUn4ZB_1II-waOGaHFEWuUWbKKzv_dqbaE7wOs84410yD9o1NXJTPle4J29vwykRIrz--IKHL2cD4F4V0ZclWDIn_-hvauAeYDHZ7wrloTsIRDGdk74Z-DSCVd62XCdIgWdr-N7Vjx4CkyPS6aHwft99MZu9ZY0B0nD-I7DNwRcVFHjRtWYvS1snAeytWTVxmJguCMq90CYqwqj7BYu4v58Kx9xasJUlrdmRLuIWQ1DEHvAjWqLlRhBLA23Q-bUPwxvcVxRFdh30MaF66ZwZli6jo11LW3-NF7sQwDc3SptwdWuSFCVtBbTDYUwWHT2u0H4RWbqR8Yyhrm4ZiPYASQpBpELvomgSjyTD0qLeImvJ_PlRof5I9mBk1_DQcJABic8wndURR9c1visgJrBvdDSyhyOF5Y-spFH4N1q4PLMu7wjZOe9KrY115mPF3hnfXfw6K3FHqDxUx58VJjHtTxevIOCrun2mziervO3xOuqYDE21Qe1tSeaUpLTHynPVjSDgGpqcQrnUd35B_ggR-T8QBnf3kVYFxetQjpHxlehdR5jpNd6CWtXuiIgtoB5AQEKp4ysnm0u_fA16-wPAErwtSZ21Hjg65LtdSl8H2_qHQXTey3sHOi_wYrw5YISLci840Noaq6Hwj0sWRhVvu_e2cvM2gjR1tNJ51KHL7dMJplpOCbqdesOYCRMYE-LJtj_aqffFr2RDxJTXHrI_53poZbM6vNxINQ1f75F7c70R6zR3kLgAOE5Jd99pZMDwZoYVCdVPoHyPL3kVunWJRHIY3dQj4nx1gDaXzm_C2rIJG8UOcHSRoz3Y_7pJTvVmYlAC4RyzGEFAVv8VbBPoYKHK5hPt4mfLM4UdI2iaio5MQTqoGzIEHhLTHcj3Ic3Foy17_BPFiBIEjy6UMinU4SjCy77-GVhg3hRXhAn7sJOv4gMRH9z53T_yc6zhVXClpi0EyK7cWqNK2YYksQJ0zj6VqFnvAxDRDS2-6gjNxYGQ3Pzu72ldKtG_vsFHG8lTOCcr4XB1gVkMphxxWP8IUu4WjmfUrALolo1tN22AxQkloIL2eLsCFCBKIFCWCU5jd4TnzdK0mTQk1fUMxdGgrqeVfqfoYLuhEbk-mbAneAwUma9IY6FIdq_2nN6DEr3drMT1_9Q98otTgInkFYjIdzzlS3gtQdjr0Ql81Zi5uybafAIhiqvIUekTjmZpnI5mIjvSE1FDaaToBMYNOU0tW3LbcP66_fYMMBNX3UvdbSNdMXBpbD2BgDhkSJK0KMGOLBYjfPbUCi88Ef2H3C9l-r51YKhy5Tc_VLuuwtnfd4B7LDj0DM2eXRh120UiEfcjSYJH5h34nhlc9Oup8kcJaEgwVovbBUIVM-Z_nTMB936faBdVZHKFbtkGIKl30BV12X5j1eFZgOcDugkCnF50UY2jY3WNhC8ChewCjxACp8C4PuCqABPId07XaqrnSyEDg7UzUM7mIDufbghUavDpKK8rqnNcz-kCsKXzyAFrr4l5-2HDetBmUiRxToX5KVeVMv_IFiyQdWeL_MfoG57swdhPJMcEEb_0EfZzx37cipdUin6FH9ELsUDbn0GZKtahx6NuT2L0hZG3vha_afl-BCPyxqP4JsgnBNMTBeDRd7ERok=","format":"openai-responses-v1","id":"rs_051a5b528a0acc690168f7901bbfb881978e5d366d901f11b3","index":0,"type":"reasoning.encrypted"}]},{"content":"5","tool_call_id":"call_mUCAklYTU3uGC65pRz7M7UbY","role":"tool"},{"content":"6","tool_call_id":"call_y7BeX0S3uY40okx6MWg7dX2y","role":"tool"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_FS6r3jejWrnsF9udNRMPiyfM","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_Rlgo1THqC0e9mGnzP18pESCO","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"openai-responses-v1","index":0,"summary":"I''m thinking that I need to provide both calls in a structured manner. I should use the ''commentary'' channel for the tool calls, making sure to keep everything clear and organized. After I receive the tool responses, I''ll proceed to give a final output based on that information. It seems straightforward, but I want to ensure I''m being thorough and accurate throughout the process! Let''s move forward!","type":"reasoning.summary"},{"data":"gAAAAABpssaoFNIlKEiZyENgHTOHPXHq383nE0KXHYhMv4F2lpE6JPq0EpU1UjvxSzZSKN8P4F4pOdkHxMuaarDe8eJ_6yeYfFdLq91dF5YCLVloeBfNHmc7OAvWyW2HdtiiXBKpLMIXG3mykfd2U4HsWrNgwm_Eze4Uv56CBCJjv1JX_ghxrWcqgzf_l2PxApxdqouxqiE0kM1ecEmyOe3dqjcYll2VJ6YnHDKd8ZtLvoFQhk_jJJ5mzHRdJcqKq8MXlSwxZgE08FHOrp8zX8l95WYqhhcsHhr43TlRrY3UlXpy1COfSzK2vtcw3OOpSvODqIsefwNhh_bEmaoVH2gEkGI4sy40WeFGAGI6LmDrhV1sdBNHcK4CO9LHuU6Fs1ikFzHpy__SrG5LGPEQNpeCV94HQQNyFrF1I6FnHm9Bs8yyFnyhUUAU6f-o25ndeE0ac8HL5qnbUc4kOAsLWqAwJrOJGn7IH1zy6bETbAFod6nLDlRmfvVRtJ4kkBdSMB8wTD7ypaD_f-G2OXnoSOpWh5FEUZuq7PgmawI9ZfAFPqCc737lCVVylyMsqmQswolV65_7qZeCYzSTAoJd60-6B3BqHQKSTocIzf-gsiLqBKCcAYImtgfivmu72l_22hvYMQygfdoJ_tDqWo1VNAPSUfOOPsR4O4V1KRUJA7R9H90xye9hONhVcdY1llUU45jmkjjR0jwBSk-s3B--ydlpesOMP5hGctDtTNvtkNeTM_0frrwbCmaSSPXMbRFv0kLsk_iePAVmoS2GOPktA2n0wQ6tcQ62rl29YZa7aRIFErUOnqBYpgZOum1xH_3tVKpG0lqBWrkVr7Zv1VsZohxQyltTwKWZrJ-2gMiYOOCRRYNO_d5KMNqOrRoyiw7_nnZDVeZoT7LKI6GnhjIbjRCMj0KCCQtApwirVulPaZCWynUxzP_Kef3-Jo0IQNoaiL5UXYkv6qcYYBScZlhS5FdKsTuyHlEjzITHVnqVbG1Zgmc7hsHCH0QwS2vkHlCkUM8dB0SvqAb-im0jN9jSsMT2hBXKQ9oZb5YK1paxN2b6Iz8lmRb5x8ZJQCQvu68b4q-jos-BiOqOqMRJIEP0t8joJTvFyM0ay4rPu2c3scKTDxk0tDRFMVpI9FLf7v-fBZdma8vy5uhXI3xzRpv5LwKbbyRycsFHbh-mebe0bZhxke1sMx4vpffFot-uiQKn1WUoGQiDcXviOqloTq07MpjOh8waCJCFdKd-t-1N1pDECCVirElSvGX2-ZzRHlvbX-yS0F6pqdOkcC-SMCi-YdiEA0VwM0wZnNYzoAWQFH37BB_cR6_J-Za1QQP5bh0dj2ljAOeCE06y3d8YS0peEeC2wAdIK4NfUz4xmGmJX3soxcMfLAUb0BDuXJuaLq-MxKfzp28NZZ2wDHMWTGJ_dbe3Rhrlf9tDCnQgiiHuGhDa01JfNJt2PNdzhxD4bsvjGxkeQZoLDSDZ2CE7HBsc_XuNHvg_dhQJr1Zh13oPpNKc_I_yD6-2A6dY-TPDcZFHusHnrMqeWB0BVEIJDyNf6XD_ETO-BEqIQZuTVETJPp5g-HEhW-5IgZJmsRBs4e6UhjA7lvfrr7GoGQFnkYoM84Ryo8fBKNVF3MGGDxhmonVRXbwiBGiB2v8k1BrLagjO-HXFL3vGRAwBVYB0FnytVNnKnTyWe7FsArPsNjh2pExVvrwrYQuwatiKDk6rVFUhZGsgUUjVl4IA5TIw5NXxJb7E107zgHPv4hKvK4I2EeA7ZzsKle7EoS4Dmnj0-H-TNWfZ_r-oHziY2J1U5XiGRCXq1NJ_al7ZNcUe1zwnFFhGXg4qLz78bSuOenjAoFZfG03SLX2dFNEzgW4fMTLbyy7161wxAjiEf01wqL2KfKLD33ql33BeAGdV0U5pjrNmayuwJez6FmJcdxEnkusL5DDMSuBe4PSRicTRWW4RK5ig3nFlziIL5Lcar_Xv_AVMt-xlbosiB7aCzo29-6nNTfUIVgayQYL-x6PBugqtsaM2mn46QS73kaXamrbEkHI9FTL-Tlv-UFAYUkefrwHMEwy8V6RzBJdPC4cGL9YwonBSRRsMQWMOlhLYE1WjNDeaZYLtMJEJXhHGmELamUf-cwOtvWJi715RdWrdJXoXMt6ZhhoGlM7JtURZK5ccLFmk7PswQ0yy2uX-iKYgM9P4XfuYba0ntNhfYJ-Pdj9gxnh0sK7z1JlhEHy-b6E08R3gkse4e0njgXGkX4kpW-cwPkDpFnzaYOUQnkbJywlaoXgeea7vOWj9enGrbxX6K6tdemckUBuu9HTKNQfAXxEAMoM3Yi3l6aRi6w==","format":"openai-responses-v1","id":"rs_0dc8a771bc4d29200169b2c6a26a248195aafcaec10e972cd4","index":0,"type":"reasoning.encrypted"}]},{"content":"5","tool_call_id":"call_FS6r3jejWrnsF9udNRMPiyfM","role":"tool"},{"content":"6","tool_call_id":"call_Rlgo1THqC0e9mGnzP18pESCO","role":"tool"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -95,29 +229,27 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":"Sum"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"Sum","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":":"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":":","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":"5"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"5","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":"Product"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"Product","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":":"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":":","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":"6"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"6","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"completed"}]} - data: {"id":"gen-1761054750-4AMRsUTPcrRnu4eOcH2r","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054750,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":355,"completion_tokens":13,"total_tokens":368,"cost":0.00057375,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00044375,"upstream_inference_completions_cost":0.00013},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323944-nayzP6jtcNruMtsoftEW","object":"chat.completion.chunk","created":1773323944,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[],"usage":{"prompt_tokens":419,"completion_tokens":13,"total_tokens":432,"cost":0.00065375,"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.00065375,"upstream_inference_prompt_cost":0.00052375,"upstream_inference_completions_cost":0.00013},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -126,4 +258,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 738.942209ms + duration: 461.073125ms diff --git a/providertests/testdata/TestOpenRouterCommon/gpt-5/simple.yaml b/providertests/testdata/TestOpenRouterCommon/gpt-5/simple.yaml index 8fe6854c637c81ba04444c430bf9ed306edf817f..7d8847ba499487adc677d6235d76220d51c276c9 100644 --- a/providertests/testdata/TestOpenRouterCommon/gpt-5/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gpt-5/simple.yaml @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054225-FM4MnnS8EeJreVmGVKEj\",\"provider\":\"OpenAI\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion\",\"created\":1761054225,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Oi! (or Olá!)\",\"refusal\":null,\"reasoning\":\"**Providing Portuguese greetings**\\n\\nThe user simply asked me to say hi in Portuguese, so I need to provide that quickly. \\\"Olá\\\" is a great option, but I also think \\\"Oi!\\\" is good for a more informal Brazilian greeting. Since they didn't specify which variant, I'll stick to both. I'll just keep it concise and say: \\\"Olá!\\\" and \\\"Oi!\\\" without any extra formatting or details. No need to overthink it!\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Providing Portuguese greetings**\\n\\nThe user simply asked me to say hi in Portuguese, so I need to provide that quickly. \\\"Olá\\\" is a great option, but I also think \\\"Oi!\\\" is good for a more informal Brazilian greeting. Since they didn't specify which variant, I'll stick to both. I'll just keep it concise and say: \\\"Olá!\\\" and \\\"Oi!\\\" without any extra formatting or details. No need to overthink it!\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABo944VoAjtPbUJaTTYOF-zjSITgn7ry4YZ2VwmKUKxe-qvTKrrCC5caY3xmbBG4dhiy5ITWJ8T2zXWsVwnR4OQQzZsIovD8GgZgl1KkGj7NcUZPfS11eVr3nPVwT3nv-P6WEYkonYpnLPETjotNT0qX2NxV9YrhiVhtsBJ3ltzQEdfysCabqHlvy2t31nkOj_mj8efxW2fBRyP7ToNaG4kUo5tEn6p-mnxYrqXTaszy8zJcN0hN1CjnoRY-6JfV6mSar-O4-Q45UTkE6zBuMTJFKT8bTWBsPGYd1eldmn7ziZcE_zNHj7h2Ih7zrwv2w5TEWxYrvht28SNFSts0VSBTBikaiUQ-d_3w_qKwsQYTyKXPiPdeKI_9jIP8MFLIPRnbKWNCg3fmxgq_WzPbmMNlNev44JigGvkyO2ANV-pMmtnP8NcArhiJCcpBrZMPDT1A35HVq6ZIdBU1juH_WNDjbwDP-LdrweQ1enycJIk9ik4eUYXC-CaXOuv02wVNQyMt544gc9KN_9XdbuUlM_Q-tRoPIEAP92wPs-rnvW5v-0NqjjO9PcHR414IMcS3JeuVw3OZMxoSgYKViOYv5SYqJU4exwgKJDlyGwFQXp2Faphaft8CTgYpzs4-LAvbnxNdqO4-nAKHPi26EWxBGOffjCk6liFEjnLg2XdRP_lCIwwEtkjfAv_Otq5VLHiY7p0qbIVEC-5ev0VEtHfRKjwHt2N5u3l3C1LuuxRkzocQ29RHMG5z7Y6nST5d3z_8lTEUpC-b_emjCmhbU7dcTyaBddvL5_V2irAVWWKpSsRCFp6JbTa0bjBBAeH6TEnIP8sOF3Fpy01Y30-qNvOhqLo3U75b4HI6PFpVw9iYV4y42_MJ2M942ZkP_Q7ox8N3B2Gu9lAIZx2b4wrTHczwO-BdWVYv9q2eeMg2QmgOLw5ov3aJvnaiZCW40Fl7lLNpq696REn3yx1EoYcUwSTcVSQ6vPWAGLOQ5nW1rThEQ14OvYrpUeFv4KrqiO0Xtx5vO0Ao5GSIa5X49SQJAlQYSIwekU0_iGLwEGd1ry8Wtduy_1wLNuXz2iNrrg5hlrJ2qC47Vv2fs3QhrEPgj1Q3JeEa4U-GNbxakPJE8s0bjxVja-so72cLHayCO7YBAYvsSRJdqHtGf-Aq3SqXiPsWPtvCNCG0ldHINRIO3Rkx5MCDLE2IqrzBzheYtU0MUUFsyN6m_sBRelBKFTvl4168uNq9utOdlMbBuBzdvjElbABQaoDuyM3bHnVMBJAOoMARi1vrKmi_spWtHU7S_31etK-lPZDbWXZrdKsgkEmVD0ucDcMEoR8ypemcA315tpAeNPVl1Tc0K0O3ggVWIhzKmtPMWhmVw4H4Qw-vKS0zzacK77DdBAoXwO4a70cIUh_ItlbTV067hlq4BZji7fX0aXUt2VMbfPOoTX7ccxXPiLFX1Jt_VTmRmjLAfiq-ZqqD0N3duB_DDIWLsGysQzaqRrzH-k6F_5FuEhLANyVb4HWFXI-B3ZsFMNVQWwEOkVEheuuCtjFBCPsrEAhrH1EYpG4hNddCg==\",\"id\":\"rs_0fdd854964fd6c5b0168f78e11988881959023afc34ee76949\",\"format\":\"openai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":19,\"completion_tokens\":77,\"total_tokens\":96,\"cost\":0.00079375,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00002375,\"upstream_inference_completions_cost\":0.00077},\"completion_tokens_details\":{\"reasoning_tokens\":64,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323600-awq6lubEG3tK29VIkL3s\",\"object\":\"chat.completion\",\"created\":1773323600,\"model\":\"openai/gpt-5-2025-08-07\",\"provider\":\"OpenAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":\"**Responding in Portuguese**\\n\\nThe user simply asked me to say hi in Portuguese, so I think the best response is \\\"Olá!\\\" I could also add \\\"Oi!\\\" as a more informal option, but since the request was straightforward, I'll stick to \\\"Olá!\\\" to keep it concise. I want to make sure there's no heavy formatting, just a simple greeting. So, I’ll go with \\\"Olá!\\\" as my final answer.\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Responding in Portuguese**\\n\\nThe user simply asked me to say hi in Portuguese, so I think the best response is \\\"Olá!\\\" I could also add \\\"Oi!\\\" as a more informal option, but since the request was straightforward, I'll stick to \\\"Olá!\\\" to keep it concise. I want to make sure there's no heavy formatting, just a simple greeting. So, I’ll go with \\\"Olá!\\\" as my final answer.\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABpssVT43b81-E6eaCubaAeFehL0rKD79C0SUicenKmTFXsOxNtLHayLnxEKx9nE8JigUY10ihErZBmdf__vn9qI6RCP2kFdA27XXX6UTeWrYUiiDdcPOkL21sblG0HUCYS9nObSELuhv4GBTG0kYqIyP66nLFlu4EDcWGj5vUIPs9pbss6elkOBW-rwpNpyAN_cBQbWHkbJrOdZF_gtEYUaVfUR9I9w4PofBZoHYGu0kVi7H0oY5PCRN_9u_FgzhLZdBn49UXEtMeeT3AsYEZRpTl-05sYzJlWmSTZoTYYu-Xs8YzAnlz2cAscU_B0ZHrkH18qiQRs57kUAnwDxCIQ6dmpqwDjuK5cytdAZDmuYGt_lYJZ_Pf3jkWqbts1fcF17u0R-Bb6cGuwp5f38BfNkkv227CDWTMxrXCN4IBI8o2QFXF7GUXnFSePSMKXbufi9CBBAoMADf9uvO7xYLkFGRlKlyE-AotC1iis9AX7zwIlQYbdPenks0Pv-fhfTCsQE1BodXmnzdBVqpdnCBaLj19KavUZT2PO3PFsSvsNpLhxPKz4LtmRBh62pkD3A6co8-c70498DEv4nPihCqns48O-OPks0Xii0-gH87njjAT47J6jbZ7WOOcbruzetE1h_3jSI_6Okc6oDx3RFW2oi1lm11m8CF2uKxGCmUFBRgDjiDYlbtU2WexopkvTUe32zn97ThJALdZfPjLMUGobGm1ZrXO68i1-1CrG6U9XITNu6xjgJax_XbRZYXpd3qz1cTqpLjm05QzU0u0KM82vcIMFx02Ea23mlqx9VcHxz5TYDJMY005Nn6Zg_sd1x0lxobW-3bJixpEWlii-eUrl3OU_BDzVFR8bAdZYJj6tlVDRqr4F9jC2jFo1R9dTGbx5meBqjGSM2yZ_A11-ENw1rTx1OAhlGOBeixOcjDQB30Gzk4MmjbaeFnv77U_NpYCA7-o18Ydoq3g245WT75CbB-do5tB4D7nOOPkHhvH_a3kNfrkYtYyjzea-bohVq702Xxwc6thK7ws5x6IW5tMzX42Fl56vaAr6qsTD44ckxAt3QJC7glEOge4jO9e5A-a1pvBBjjNIA2-YRVf-KhKeYKmGrtz22j4tvlKy9ldkmL9Rtkjtcv21QjcfoD_HguymTtmuxxLL7R-BYUIwRz8OUeDpnrrCq0J1ojE_wJBAyxOB3Ngmoo4SMrpqpndUysRgi5TDf9AZeni6vT7fKyHE_d4M2aacnqVdyc2RDxR1ODIKgna0Yo7p2jd_eglWoITN3X2Jx6AGvdZFz_XiK3VKQLVQxuvJyIBk2mPdJQ9UoWe-w3g56LOnFjCnKonMQhNSx4ZDaTLly6benk6ia13ef7e7dw==\",\"format\":\"openai-responses-v1\",\"id\":\"rs_096cf456662aacbc0169b2c5508b80819394f5df5d3da98e69\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":19,\"completion_tokens\":104,\"total_tokens\":123,\"cost\":0.00106375,\"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.00106375,\"upstream_inference_prompt_cost\":0.00002375,\"upstream_inference_completions_cost\":0.00104},\"completion_tokens_details\":{\"reasoning_tokens\":64,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 525.739417ms + duration: 490.3535ms diff --git a/providertests/testdata/TestOpenRouterCommon/gpt-5/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/gpt-5/simple_streaming.yaml index b814784ff19d3a79eb30cc803124f1fb6549664a..e885dc038f64f244769e3ba236590c58f60b5a7c 100644 --- a/providertests/testdata/TestOpenRouterCommon/gpt-5/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gpt-5/simple_streaming.yaml @@ -24,199 +24,163 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Respond","reasoning_details":[{"type":"reasoning.summary","summary":"**Respond","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Respond","reasoning_details":[{"type":"reasoning.summary","summary":"**Respond","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ing","reasoning_details":[{"type":"reasoning.summary","summary":"ing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ing","reasoning_details":[{"type":"reasoning.summary","summary":"ing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.summary","summary":" Portuguese","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.summary","summary":" Portuguese","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**\n\nThe","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nThe","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nThe","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nThe","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" wants","reasoning_details":[{"type":"reasoning.summary","summary":" wants","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" me","reasoning_details":[{"type":"reasoning.summary","summary":" me","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" me","reasoning_details":[{"type":"reasoning.summary","summary":" me","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" say","reasoning_details":[{"type":"reasoning.summary","summary":" say","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" simply","reasoning_details":[{"type":"reasoning.summary","summary":" simply","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" hi","reasoning_details":[{"type":"reasoning.summary","summary":" hi","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" say","reasoning_details":[{"type":"reasoning.summary","summary":" say","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" hi","reasoning_details":[{"type":"reasoning.summary","summary":" hi","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.summary","summary":" Portuguese","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.summary","summary":" Portuguese","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" which","reasoning_details":[{"type":"reasoning.summary","summary":" which","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.summary","summary":" is","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" straightforward","reasoning_details":[{"type":"reasoning.summary","summary":" straightforward","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" think","reasoning_details":[{"type":"reasoning.summary","summary":" think","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" suitable","reasoning_details":[{"type":"reasoning.summary","summary":" suitable","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" think","reasoning_details":[{"type":"reasoning.summary","summary":" think","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" answer","reasoning_details":[{"type":"reasoning.summary","summary":" answer","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" would","reasoning_details":[{"type":"reasoning.summary","summary":" would","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" go","reasoning_details":[{"type":"reasoning.summary","summary":" go","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" either","reasoning_details":[{"type":"reasoning.summary","summary":" either","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" “","reasoning_details":[{"type":"reasoning.summary","summary":" “","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Oi","reasoning_details":[{"type":"reasoning.summary","summary":"Oi","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Olá","reasoning_details":[{"type":"reasoning.summary","summary":"Olá","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!\"","reasoning_details":[{"type":"reasoning.summary","summary":"!\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"!”","reasoning_details":[{"type":"reasoning.summary","summary":"!”","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" or","reasoning_details":[{"type":"reasoning.summary","summary":" or","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" maybe","reasoning_details":[{"type":"reasoning.summary","summary":" maybe","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Olá","reasoning_details":[{"type":"reasoning.summary","summary":"Olá","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!\"","reasoning_details":[{"type":"reasoning.summary","summary":"!\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" “","reasoning_details":[{"type":"reasoning.summary","summary":" “","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" because","reasoning_details":[{"type":"reasoning.summary","summary":" because","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Oi","reasoning_details":[{"type":"reasoning.summary","summary":"Oi","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"!”","reasoning_details":[{"type":"reasoning.summary","summary":"!”","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" are","reasoning_details":[{"type":"reasoning.summary","summary":" are","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" too","reasoning_details":[{"type":"reasoning.summary","summary":" too","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" common","reasoning_details":[{"type":"reasoning.summary","summary":" common","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" greetings","reasoning_details":[{"type":"reasoning.summary","summary":" greetings","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Both","reasoning_details":[{"type":"reasoning.summary","summary":" Both","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" are","reasoning_details":[{"type":"reasoning.summary","summary":" are","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" There's","reasoning_details":[{"type":"reasoning.summary","summary":" There's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" common","reasoning_details":[{"type":"reasoning.summary","summary":" common","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" really","reasoning_details":[{"type":"reasoning.summary","summary":" really","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" greetings","reasoning_details":[{"type":"reasoning.summary","summary":" greetings","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" no","reasoning_details":[{"type":"reasoning.summary","summary":" no","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" but","reasoning_details":[{"type":"reasoning.summary","summary":" but","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" extra","reasoning_details":[{"type":"reasoning.summary","summary":" extra","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" want","reasoning_details":[{"type":"reasoning.summary","summary":" want","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" explanations","reasoning_details":[{"type":"reasoning.summary","summary":" explanations","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" or","reasoning_details":[{"type":"reasoning.summary","summary":" or","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" keep","reasoning_details":[{"type":"reasoning.summary","summary":" keep","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" formatting","reasoning_details":[{"type":"reasoning.summary","summary":" formatting","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":";","reasoning_details":[{"type":"reasoning.summary","summary":";","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" simple","reasoning_details":[{"type":"reasoning.summary","summary":" simple","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.summary","summary":" should","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" minimal","reasoning_details":[{"type":"reasoning.summary","summary":" minimal","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" keep","reasoning_details":[{"type":"reasoning.summary","summary":" keep","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" without","reasoning_details":[{"type":"reasoning.summary","summary":" without","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" heavy","reasoning_details":[{"type":"reasoning.summary","summary":" heavy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" concise","reasoning_details":[{"type":"reasoning.summary","summary":" concise","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" formatting","reasoning_details":[{"type":"reasoning.summary","summary":" formatting","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Since","reasoning_details":[{"type":"reasoning.summary","summary":" Since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" So","reasoning_details":[{"type":"reasoning.summary","summary":" So","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Olá","reasoning_details":[{"type":"reasoning.summary","summary":"Olá","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" my","reasoning_details":[{"type":"reasoning.summary","summary":" my","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!\"","reasoning_details":[{"type":"reasoning.summary","summary":"!\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" final","reasoning_details":[{"type":"reasoning.summary","summary":" final","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" seems","reasoning_details":[{"type":"reasoning.summary","summary":" seems","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" response","reasoning_details":[{"type":"reasoning.summary","summary":" response","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" bit","reasoning_details":[{"type":"reasoning.summary","summary":" bit","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" just","reasoning_details":[{"type":"reasoning.summary","summary":" just","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" more","reasoning_details":[{"type":"reasoning.summary","summary":" more","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" formal","reasoning_details":[{"type":"reasoning.summary","summary":" formal","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" “","reasoning_details":[{"type":"reasoning.summary","summary":" “","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Olá","reasoning_details":[{"type":"reasoning.summary","summary":"Olá","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" might","reasoning_details":[{"type":"reasoning.summary","summary":" might","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" go","reasoning_details":[{"type":"reasoning.summary","summary":" go","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" O","reasoning_details":[{"type":"reasoning.summary","summary":" O","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"i","reasoning_details":[{"type":"reasoning.summary","summary":"i","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"!”","reasoning_details":[{"type":"reasoning.summary","summary":"!”","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" That","reasoning_details":[{"type":"reasoning.summary","summary":" That","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Overall","reasoning_details":[{"type":"reasoning.summary","summary":" Overall","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.summary","summary":" should","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" cover","reasoning_details":[{"type":"reasoning.summary","summary":" cover","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.summary","summary":" this","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" task","reasoning_details":[{"type":"reasoning.summary","summary":" task","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" nicely","reasoning_details":[{"type":"reasoning.summary","summary":" nicely","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" feels","reasoning_details":[{"type":"reasoning.summary","summary":" feels","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" straightforward","reasoning_details":[{"type":"reasoning.summary","summary":" straightforward","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABpssVXjNGXXo9bBuifshsmRhLcI5eDiRiyZPaAkk-UANLXGORCzvCq3E0leoWO1jHfEgPEJf6axo5V8-f53DE6VDzQpI9dfdQtVvk8CBAWtznZq2D_LjkORMSerfX9bM63kVM2ZwG4TkDadN3cMgkk1caMj15cjRAYlis36QPdDVeNtK30LG2l5Gm8KOY3wYShb8a9SHosBkgYP33Z8BY4K71Z4eDmKLoafyxlKMwcv11dNmdDzCry38Coxcn8j5r5FDL2ezybW8OR8ARKXafMtG1PcaO2_9Is86myXqZFVCDZk7cIlgel6lUiuiasfmPkctuNaTJ1oibB-9Pbi3u6fj2w03mNHIPaA-9mPT_PcS8GeJpe0PTD0-pNO6r9kPQIOX_QwTQiZfngq_ywc8l4H9gh53hSroeUHEVVcT8u9OPAq0zShXg5SUem4lqP25jqwa30hoy7QBgSUrNaNnJ3YyTHl0txehzWb150vZ4P5tib41MIWb2vKBy8nHeAQw9IRsi8oi2cipGVs1r1z0GK_giVU44yqAKGQ0Or57EanS_PtOkAIvMc6nafAk59l_WmUj8VSkxXpccBWFxT0EW9lnM5d7f-rgedmPVcmwPO5gdbodDwj_vbD1vAYf7uqDwKya-8w91hbcFrgu-kPNbo3E4D52oW28vPvZoVx0NTfEBL_TTRTy5DCMY37oMZ-Hf353NIHKSr_GVrK4B4pNuaJ3aftLDwh3oDhRHT51QpLdT-J3WWK2YP0ZeHtDfJTlGre95W6fEQrrn042XUIXDvD0PHyMoUvwBovBk7PGUtGWcE8W53cA_liaUJuBBLWJZTYpilth1tWAJu61E_NRJh0vbct9A-46dBas72ZRUPmT4ewIRlG6DZNgOXHrqKQJ-pboiZ11rr7hETBhLGngUJK3-yXC8e97_ShZSdKT_6pwoP2rrE4xhEvL2P3NnfZNMWUywYlQb2a5e3JQeWkvlbNNycVe9gdfMs0V60RjiKElJlfzFQP_WUZEOese_PYtlxtl7wfEVj1nUSDoHVdXJhAfWKyIgRy23AtW6rrDhiOZF7RYAnM8AVign7uY2MZj6miLvFZx9QVLHP2eYHHg08ViUUiY_LQX5YMoLwPLH2oXdfqnWkBe_JaXVg7cvNB6O8oVfz3ond6c039e2SfHvFzAvjWNf86Vb-teJTIkEie37FP9VJ_t4g1FTm358d5d7NGw24HbyLEOILDALK5QtyM1a4miOJ0yPD3WzeoTsgvg-g2LA=","format":"openai-responses-v1","id":"rs_062c1b482d136c820169b2c554b8408190bca80f1fb7b7b1cc","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"Olá","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"completed"}]} - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" want","reasoning_details":[{"type":"reasoning.summary","summary":" want","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" make","reasoning_details":[{"type":"reasoning.summary","summary":" make","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" sure","reasoning_details":[{"type":"reasoning.summary","summary":" sure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" give","reasoning_details":[{"type":"reasoning.summary","summary":" give","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" exactly","reasoning_details":[{"type":"reasoning.summary","summary":" exactly","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" what","reasoning_details":[{"type":"reasoning.summary","summary":" what","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" they","reasoning_details":[{"type":"reasoning.summary","summary":" they","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABo944ZreBAMZVOrHbZJiNMgiz8FZUU9DXXFBVRmJKOql95a5lmVEvoRDHb9pXqHh-8xqYrIyyaP9h6wQ-CHFcOxcWcSxbIqX0IKL4drfMsK5lni8uY_GRqCd_B9-95zza8ZrDe4JvEPanw3GTiGbp1SkXylUqpoKzHSVFW3YWmtVCazv6QOlkAd_rzg5CSrKQtrFooCcNTy8x000TyKFLsjRMHajA-8kS0BoReH-5sJOxCqdgStpNiZOawW21-EbAaEuaFF-oIh4H4RinnioyNuvg5kSKQXWP2QbKdWmFl5PWJVa1mHZH0tIlhCOEIpLPIk6yXnOypZpltkuAydRp3dJW1sXyWvcZhNBpAAQwgQLTDYhSTIYUF70yLZ1sKmcG2pLzYGKb1cbLFH0h2P11lu4BrrGpO3c5ZRb9xNbR7HWoTcpTVRqKtFX_pkba2OPFxSqLhGFkn8mcJpKn5qzrMHNgm7hOuAdtgr7bXf3kRoSXsM0-WUCOcxUeTymjLhEERhZK-a-QekdUd63Kn4JRzCQyX25t96OzadnhF0ENKdSOCXlJyYjMvFE2N54L3TjkO-cZYdwriogqRyi8pYXmthXIvesJeFUNpEwOgV9ON9tnZ_mic0Q4gMQI57qj_EfzuxbX1G4nA9YUgViDwJFcoM_-6aVNJJYSAgBgVWRvALpNHCno01gxa-Fl-fyJmW8GEN54dc1zC25j4H2vIZOeR6r4S1RMCQDMXl6U_K_PE2wlmuEIdxgvGQP0jiGQrGeAfzexwLW_khJwF2rcXk8k9rp6VBgr3Bc0Yy6DstK8cDMnU0enquinW4ed15Eo-Z-Z1tXajOoSzMB0eU78NBFOAefuohkJzFHhUhIARKMCuvNGcH6MCI01PfBJPo3n7U5Mfh4FJ7XLfZe3uINIVX5Zs02meQ5fGdvYEihGjb8jWtLb9oENvcrp4-tj-90r2IQNLWn53mR8dykI5BDqdxFw3uG2KxUN8H90zI675hWwp1zMRHBymScpPvb52oBSw-oG0WPl7VVFzBkOrySc88La2V7bL1ulRmW8U_X5PbKIWD-lLQAbbDf631oPuy44nAZCAfwEeyM1y26UmeE5qYBPMxZaZ_bsFlIl5jJw8aJv7ciaVG7Cc0pYV2ynQJ7gCZZeF6ea3XpiYPJtcJKdqKARYe2KV5P_t6pp4cT__Eu51R7-BxETazI55EbFGLD4COtpExWHn3f_T4H4VLLnu17Bh9JdnGw==","id":"rs_0802379db98de7ff0168f78e166a388196bdfcf55851805912","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"completed","logprobs":null}]} - - data: {"id":"gen-1761054229-W3eLfNtiq5pKCuUI7w88","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054229,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":19,"completion_tokens":72,"total_tokens":91,"cost":0.00074375,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002375,"upstream_inference_completions_cost":0.00072},"completion_tokens_details":{"reasoning_tokens":64,"image_tokens":0}}} + data: {"id":"gen-1773323604-9IpQobLg7KsFzVKRLFDH","object":"chat.completion.chunk","created":1773323604,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[],"usage":{"prompt_tokens":19,"completion_tokens":83,"total_tokens":102,"cost":0.00085375,"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.00085375,"upstream_inference_prompt_cost":0.00002375,"upstream_inference_completions_cost":0.00083},"completion_tokens_details":{"reasoning_tokens":64,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -225,4 +189,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 365.0285ms + duration: 502.063583ms diff --git a/providertests/testdata/TestOpenRouterCommon/gpt-5/tool.yaml b/providertests/testdata/TestOpenRouterCommon/gpt-5/tool.yaml index c6c819705a9262f9548e1ef1b0d832c94bf4ad7a..e8c5c0ee64521738b992f9998435a83f95d72aa1 100644 --- a/providertests/testdata/TestOpenRouterCommon/gpt-5/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gpt-5/tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054234-3w7r9GFNyhUJONXBloDl\",\"provider\":\"OpenAI\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion\",\"created\":1761054234,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"**Calling weather tool**\\n\\nI’m planning to use the weather tool to fetch data for Florence, Italy. We only need one function call, so I don’t really need to use the multi_tool_use.parallel option, which is for calling multiple functions at once. Instead, I'll call functions.weather directly. It’s important to use the commentary channel for this tool call. I’m ready to proceed and get that weather information!\",\"tool_calls\":[{\"id\":\"call_V9rp4VzfGhqfligrK0CjAvky\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Calling weather tool**\\n\\nI’m planning to use the weather tool to fetch data for Florence, Italy. We only need one function call, so I don’t really need to use the multi_tool_use.parallel option, which is for calling multiple functions at once. Instead, I'll call functions.weather directly. It’s important to use the commentary channel for this tool call. I’m ready to proceed and get that weather information!\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABo944dZfX4x5upHEO9O6o8FIEssTvKUDKVENphC3oqiFFBWesRyticYRIg5wDWANPnawSFvxjrflYOxJn7dxhKoV4Qk5Vgc40ImuoVGjnDw85-xytqO038cMi7sZYouck0O14iOt78tDVS2dcPDYqcHfG4tQjkWQHJGfY2hS5HgKB1b9w8--ZNdEG_3ssltjlCQQ2zhkQMem5aHpXQuddxGCn8zXaNcnnt4aNfdjkW20q4XZuUBc_bQNrZb-3fptvWhFecSFCF8mX3xZsSbeP5DIEzu7R8TWrMJn4ZHPos6WvOX-7DLVaZfw2WtZok7EjTMYuerKFrZcTWfCmv57iENzDDeCnzzxNwqbn1eOooWvcddK9I0Pk7_WeoeVYovA6g9rMnHDhODLQYrB3-80dgslK6nuQsnPx63pm3Mb7FvzbOPZqlrushqaQDrXSVnG9GxH_imzQ-ZXvsBiUfEZg_hV30F7VkFAJC8TOk0sXwrfQyqj9XV7txK-zg-IHkgMsP95nQ5f37-vJ5R42yb0c1pBZCLl_mNW3WiTP_e4Ghwf8mlKrPqKGn5X8T9JwXqDM4u9QOZAjlTTpkxhAUn9Am4XkldTg5E3OLQYjZjqgAKwgLMUOU2yu1U_szM_VyVceHMsvlDDh4RANYR2hHvECkrdpy7FD2x_UG7kx2dP6bqJrlhO8xVahT66OW8EX-3HJ68rrRSYt3GzuvTavzTkOS-XzroI4zFjQxm4Ye7mUk6BbtpZwYMFBlXRh_7YItH6XdICQYLqhsYGCmQlZoqQfwCZ_lZA-wxzXApcjkNxqWEuKLckwi4Lug3SyrHEtbYtNqTzaS62HsaLfEidhdwLSIL3vxJ09wTI3oyR-wrFrqBel21mCcH5rLUp3qb1OUt0n7ojldhIGfzFuEuPUocaTHr4s5JBaoH4drv55NkrzifQrEbPoq91BcF3Za_lEPtZD-sgVL7X2eEu3d8W58Yf0cBT1kyJNRv6Mu10mGwczdZtZAPmC7vUW_hsrN3Teu2cXARAKE96ouVUydHIXOf30jCNv9wtyWL8OojMkQiIlInR8r1lnXmRYUHrMgIKHfDBSd5pNZS_svvmbAhm6UNfdh6W473vmYCocwooI7DdW-91DZUAW7hTd2FQ9ydmN_iDSmZUYrnEHQYEWyMsT2e41I1RVrNkfp3nsf_TrYZDGYlv8giigeickCQQSXs2qgq68tLRI7h1Niz5RUQ0EMNqcfUlM_R9bC2N2HymCPmPZZWkrEzXgALOUUZWpdlUCoi8OpQ9XFwUzPE2m9KE3hbI1bN1MrgJTMfwYjWYagVgxYxk4ldJL6rIgECbn5ifENIfgLWy2GVI5omyNCvtGhw-CjX5wHM3Oa8lR2nV6qGi7sfonEddk5PgtKL6QyZZ6ylwqugEZZIzkcY1j9zWdblPDq8nHI9o_DNWsy_ixmf6K6016gk1WxCb67iFlqYiC1lYSwJV2_3JkYqrznrAAiskOTDmlmtwwuN2VXRO6buX2X75OpeukxuRBBaO81TKdsWYPWKbzTO4EDZzHRS7QRrQViNDvoUqSgZSe-r5N6Ezj9bFwp3os=\",\"id\":\"rs_09029a2dc312d9a70168f78e1ae6848194985709ebc38f7346\",\"format\":\"openai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":66,\"completion_tokens\":86,\"total_tokens\":152,\"cost\":0.0009425,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000825,\"upstream_inference_completions_cost\":0.00086},\"completion_tokens_details\":{\"reasoning_tokens\":64,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324575-QAAZrqJLYWL3AOSJPPiO\",\"object\":\"chat.completion\",\"created\":1773324575,\"model\":\"openai/gpt-5-2025-08-07\",\"provider\":\"OpenAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"**Gathering weather info**\\n\\nI need to provide the weather information. I have a weather tool at my disposal, which takes a location as an input. Since we only need one tool, I’ll go ahead and call functions.weather. But wait, there might be confusion about which Florence the user means—Italy or South Carolina. Since the user specified Florence, Italy, that's clear! Now, I can proceed to call the tool.\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_gFD4BCgLbZibgm4lz6Gaxo9e\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Gathering weather info**\\n\\nI need to provide the weather information. I have a weather tool at my disposal, which takes a location as an input. Since we only need one tool, I’ll go ahead and call functions.weather. But wait, there might be confusion about which Florence the user means—Italy or South Carolina. Since the user specified Florence, Italy, that's clear! Now, I can proceed to call the tool.\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABpsskjL6NtLMm2gYf8B_84HgKgn3wMb79fhKZcK4WDqzWel-KZfZasScjM_t8s6P9LlyU7eTbo7GKO4aeMPJalyxZX3a-9E2Ski8Hum4YkjP5fUtZK3HRzxZwFE7jONXKUWZxdSqaFGKGI-3KC4CcQ2c9TXdEHVQHFtEACaan_gfMh4ehk418rI-3fSO_dgMrs6VXglta5TTt3Y9CbWiyOKs3i92avS_jxvWGekuj9adZqI9R17f4X6rBnWCYhQshEmj8Yn_kOVqa2we3tl9P7vQNBjVG8DxyigpGQlAzWI8M1sBobiUg6CzvA2SrkoHJNgPUWNLFry5K8h_1pLRtS_xGGx-UFeaUsg9lH2l4vcgdhkr5ehfbJEd6B06pjIWjHAsTJC0FtO3ELDGOSOYM2NIQvpxkMkVdDH8LKdO2vq7Ws0mvsJ5WEHWb_wbHYIZmh_JjOpoXHTsiV42xXRk21laU0XF4aEK9uVhdJaNuhKBIt4R3A3iRwl0C4YYTxmyO1iIkHFN1osdfUut48jTpK3cZJN8Eh0xEvR6qckKzgfyhHH5LSu3GHCOobJsyAGvIMsgW1M1j0F2-HCWwx00EFc3gjKr8Ij1ts7LFlRTqVKU-xuS8uxOrhZuztB6LZGMcy6RIt1kzGieXF79omc8XPwgQXdCNapaU70Qzof84WuiZb11Z9s9PH0ikG-I0gVi6XNp4AN8rVlYvs-NVEuXGn-eiJkqBZwkv5Vwh3P39CVX0rsTr1mR512yaC45XOQQlGi1T21j9vxD2CvJwOvil519AeqmWSm8xJ-EXR6OSsp4_5YBRUIujv-3HB0WDRVeE7BOXqcc-pbZLLQTVUPtY76X-GOjuVKUB8vQCUiucy-YL_V4q56lv_k3IoD2pJSfydFNfNAE8m33vfbboMrqXwYbDzBifp9w5L3yYziRKp8TI6F0AOMajF2eGmJh9Ouo64TnQQmST1UFBLtr1di-bIM3caYhhGaGuA8HX2rN6ZW7je4128oRP4DbcSujNxPpxxAT_QS6yXyOmKM9eavhbIqKD4qgQkD6BN3ofLeZcfms6qNHZMN78Yq6WlRYibR3P5ycmAakiETbwka5Y8LB0ljXm9mvhlgRCvjylgi-B3djgWVtCUWTkD5hLGRtH0j9217WEaErkaXWKKBVuzmG8CdElz2Ziei6YW59UjzYdr9DVDcz65Sw_64xAhDQ3ddShNi4AtCxmDIj1fZ4YkpKa6JNeluWHPGkxGY4jNhR0dC-lgm-I1umBpwAOAxn6owHQ-g2EbYhVinOje-hqlHeR4bct7kOH-KK85YA0O_EEdVUFAFNjMkN7cKxmZBQv7a060TQQG\",\"format\":\"openai-responses-v1\",\"id\":\"rs_08acd5c21bf032190169b2c9202940819681ab3b773d32d468\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":63,\"completion_tokens\":102,\"total_tokens\":165,\"cost\":0.00109875,\"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.00109875,\"upstream_inference_prompt_cost\":0.00007875,\"upstream_inference_completions_cost\":0.00102},\"completion_tokens_details\":{\"reasoning_tokens\":64,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 394.015334ms + duration: 459.379584ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 3003 + content_length: 2263 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_V9rp4VzfGhqfligrK0CjAvky","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"openai-responses-v1","index":0,"summary":"**Calling weather tool**\n\nI’m planning to use the weather tool to fetch data for Florence, Italy. We only need one function call, so I don’t really need to use the multi_tool_use.parallel option, which is for calling multiple functions at once. Instead, I''ll call functions.weather directly. It’s important to use the commentary channel for this tool call. I’m ready to proceed and get that weather information!","type":"reasoning.summary"},{"data":"gAAAAABo944dZfX4x5upHEO9O6o8FIEssTvKUDKVENphC3oqiFFBWesRyticYRIg5wDWANPnawSFvxjrflYOxJn7dxhKoV4Qk5Vgc40ImuoVGjnDw85-xytqO038cMi7sZYouck0O14iOt78tDVS2dcPDYqcHfG4tQjkWQHJGfY2hS5HgKB1b9w8--ZNdEG_3ssltjlCQQ2zhkQMem5aHpXQuddxGCn8zXaNcnnt4aNfdjkW20q4XZuUBc_bQNrZb-3fptvWhFecSFCF8mX3xZsSbeP5DIEzu7R8TWrMJn4ZHPos6WvOX-7DLVaZfw2WtZok7EjTMYuerKFrZcTWfCmv57iENzDDeCnzzxNwqbn1eOooWvcddK9I0Pk7_WeoeVYovA6g9rMnHDhODLQYrB3-80dgslK6nuQsnPx63pm3Mb7FvzbOPZqlrushqaQDrXSVnG9GxH_imzQ-ZXvsBiUfEZg_hV30F7VkFAJC8TOk0sXwrfQyqj9XV7txK-zg-IHkgMsP95nQ5f37-vJ5R42yb0c1pBZCLl_mNW3WiTP_e4Ghwf8mlKrPqKGn5X8T9JwXqDM4u9QOZAjlTTpkxhAUn9Am4XkldTg5E3OLQYjZjqgAKwgLMUOU2yu1U_szM_VyVceHMsvlDDh4RANYR2hHvECkrdpy7FD2x_UG7kx2dP6bqJrlhO8xVahT66OW8EX-3HJ68rrRSYt3GzuvTavzTkOS-XzroI4zFjQxm4Ye7mUk6BbtpZwYMFBlXRh_7YItH6XdICQYLqhsYGCmQlZoqQfwCZ_lZA-wxzXApcjkNxqWEuKLckwi4Lug3SyrHEtbYtNqTzaS62HsaLfEidhdwLSIL3vxJ09wTI3oyR-wrFrqBel21mCcH5rLUp3qb1OUt0n7ojldhIGfzFuEuPUocaTHr4s5JBaoH4drv55NkrzifQrEbPoq91BcF3Za_lEPtZD-sgVL7X2eEu3d8W58Yf0cBT1kyJNRv6Mu10mGwczdZtZAPmC7vUW_hsrN3Teu2cXARAKE96ouVUydHIXOf30jCNv9wtyWL8OojMkQiIlInR8r1lnXmRYUHrMgIKHfDBSd5pNZS_svvmbAhm6UNfdh6W473vmYCocwooI7DdW-91DZUAW7hTd2FQ9ydmN_iDSmZUYrnEHQYEWyMsT2e41I1RVrNkfp3nsf_TrYZDGYlv8giigeickCQQSXs2qgq68tLRI7h1Niz5RUQ0EMNqcfUlM_R9bC2N2HymCPmPZZWkrEzXgALOUUZWpdlUCoi8OpQ9XFwUzPE2m9KE3hbI1bN1MrgJTMfwYjWYagVgxYxk4ldJL6rIgECbn5ifENIfgLWy2GVI5omyNCvtGhw-CjX5wHM3Oa8lR2nV6qGi7sfonEddk5PgtKL6QyZZ6ylwqugEZZIzkcY1j9zWdblPDq8nHI9o_DNWsy_ixmf6K6016gk1WxCb67iFlqYiC1lYSwJV2_3JkYqrznrAAiskOTDmlmtwwuN2VXRO6buX2X75OpeukxuRBBaO81TKdsWYPWKbzTO4EDZzHRS7QRrQViNDvoUqSgZSe-r5N6Ezj9bFwp3os=","format":"openai-responses-v1","id":"rs_09029a2dc312d9a70168f78e1ae6848194985709ebc38f7346","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"call_V9rp4VzfGhqfligrK0CjAvky","role":"tool"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_gFD4BCgLbZibgm4lz6Gaxo9e","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"data":"gAAAAABpsskjL6NtLMm2gYf8B_84HgKgn3wMb79fhKZcK4WDqzWel-KZfZasScjM_t8s6P9LlyU7eTbo7GKO4aeMPJalyxZX3a-9E2Ski8Hum4YkjP5fUtZK3HRzxZwFE7jONXKUWZxdSqaFGKGI-3KC4CcQ2c9TXdEHVQHFtEACaan_gfMh4ehk418rI-3fSO_dgMrs6VXglta5TTt3Y9CbWiyOKs3i92avS_jxvWGekuj9adZqI9R17f4X6rBnWCYhQshEmj8Yn_kOVqa2we3tl9P7vQNBjVG8DxyigpGQlAzWI8M1sBobiUg6CzvA2SrkoHJNgPUWNLFry5K8h_1pLRtS_xGGx-UFeaUsg9lH2l4vcgdhkr5ehfbJEd6B06pjIWjHAsTJC0FtO3ELDGOSOYM2NIQvpxkMkVdDH8LKdO2vq7Ws0mvsJ5WEHWb_wbHYIZmh_JjOpoXHTsiV42xXRk21laU0XF4aEK9uVhdJaNuhKBIt4R3A3iRwl0C4YYTxmyO1iIkHFN1osdfUut48jTpK3cZJN8Eh0xEvR6qckKzgfyhHH5LSu3GHCOobJsyAGvIMsgW1M1j0F2-HCWwx00EFc3gjKr8Ij1ts7LFlRTqVKU-xuS8uxOrhZuztB6LZGMcy6RIt1kzGieXF79omc8XPwgQXdCNapaU70Qzof84WuiZb11Z9s9PH0ikG-I0gVi6XNp4AN8rVlYvs-NVEuXGn-eiJkqBZwkv5Vwh3P39CVX0rsTr1mR512yaC45XOQQlGi1T21j9vxD2CvJwOvil519AeqmWSm8xJ-EXR6OSsp4_5YBRUIujv-3HB0WDRVeE7BOXqcc-pbZLLQTVUPtY76X-GOjuVKUB8vQCUiucy-YL_V4q56lv_k3IoD2pJSfydFNfNAE8m33vfbboMrqXwYbDzBifp9w5L3yYziRKp8TI6F0AOMajF2eGmJh9Ouo64TnQQmST1UFBLtr1di-bIM3caYhhGaGuA8HX2rN6ZW7je4128oRP4DbcSujNxPpxxAT_QS6yXyOmKM9eavhbIqKD4qgQkD6BN3ofLeZcfms6qNHZMN78Yq6WlRYibR3P5ycmAakiETbwka5Y8LB0ljXm9mvhlgRCvjylgi-B3djgWVtCUWTkD5hLGRtH0j9217WEaErkaXWKKBVuzmG8CdElz2Ziei6YW59UjzYdr9DVDcz65Sw_64xAhDQ3ddShNi4AtCxmDIj1fZ4YkpKa6JNeluWHPGkxGY4jNhR0dC-lgm-I1umBpwAOAxn6owHQ-g2EbYhVinOje-hqlHeR4bct7kOH-KK85YA0O_EEdVUFAFNjMkN7cKxmZBQv7a060TQQG","format":"openai-responses-v1","id":"rs_08acd5c21bf032190169b2c9202940819681ab3b773d32d468","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"call_gFD4BCgLbZibgm4lz6Gaxo9e","role":"tool"}],"model":"openai/gpt-5","max_completion_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054238-xQNrpePK82YW0rGinOOz\",\"provider\":\"OpenAI\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion\",\"created\":1761054238,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Right now in Florence, Italy, it’s 40°C (about 104°F). Would you like details like wind, humidity, or a forecast?\",\"refusal\":null,\"reasoning\":\"**Reporting Florence weather**\\n\\nThe tool says the temperature in Florence is 40°C, which is extremely hot. I plan to present this clearly: “It’s 40°C (104°F) right now.” The user asked specifically about Florence’s weather, but since I only have the temperature, I’ll let them know that if they want more details like the forecast, humidity, or wind information, they can ask. I’ll keep the formatting minimal and straightforward!\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Reporting Florence weather**\\n\\nThe tool says the temperature in Florence is 40°C, which is extremely hot. I plan to present this clearly: “It’s 40°C (104°F) right now.” The user asked specifically about Florence’s weather, but since I only have the temperature, I’ll let them know that if they want more details like the forecast, humidity, or wind information, they can ask. I’ll keep the formatting minimal and straightforward!\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABo944jF01C67U4zDS7nK1XiLlkDBfH87ZsVtc4nIRLaWALjHhJRqXKuNPEL-ImKNW49wXPUm0uwziVgchbOw_cUOQDdsocetEHg4UDFCq_Qqm7wdAesjwQSMXeuN0XF3yuO6rLa33kPRPzA9sh-Y-SiXnX_B1jjaVpztt-XlWZrAemaFQk_5qehuqVG83MZqQT4CL1x5TwXHQW4MrmYzVRC_gneZGtEXrmY0Dk_2nNGsogFgsb8obWNouVI43UexMaxkZe3CNN2hOUz0Wy3j46ErR4th8VDFK3eebzpsdsHWkvVva4_2hAhEQFgDgAknQVY1TiCTEVg0jcvpOCuVLb41RXax4atO1tYAYvyutG1NK_MNGpjlmRwQuPk3yFXNoSvHq4kb1_YK4RZYLlcJSkzFxXSGWgKzttv9T8eaA6_oRWUu1MZEQSrIrwyMDic5ZwBBoJyuFobknZ9V8Lt2syWDgarOBwvuRE075xIHLAMPP4gE4eB6Z_AMpD6evadjBSdc3HxX96qhGAuINehOjhhAQ_-j4-fu3knAEKb3uoR7e4tAu5voW9f0Q4eutLZSzDMz_ARloK3gd3mCCZbQBPGJIuMA9kHQAqUpmYWrqimIM9OJZ9RowU3Bnhi4L63f-4iWB5Ebb5z4gjuRwKn6BI5n_8VkimJgSLYYQfXBl5YOsk2k0JnfjX7lFMbVAiHxnxwSn7ekD2-Js_mw0GSBkRx_rutRlXrQ8B09qnvoy-S1zlZC9EowksQtTLjt-RKwqtBZoKu0USOpMuRNibBqybcR55MTWlsuqj2DNiL1p5jPW3tqJsYQj5kLW2J9SsH96vfpufEnfykt1inLfqQyy-v1MKge9Chuq3Z_wKtfkmVY5n8CPryXIngSrI6965uxK292BDS-k7LlvYU8kwN_m1ILm2i4r7YY-rSZkoKPrKL7IGomhjr9mw3wNK4Ta27uw4syVyRLyQ0gl6FnmPJcRcbsWb774C6JTYklHa-jJXNLL_AHeBZbBAR3Too5Cvk_ZTLQQXsPHNqD6us2vLqUlJHtJLJTiR98XOt_pDfCBKHm0EZyeSL2fq9FOUCY32-F4uPeZEROd1zZF-Tx0j45VlePpTAYZ7JQEvuOrH89iAPw8JwxgZgqcWqI3Ky9cZF5-d5Lxs2C_KoNMcvXr7gTjaOXsKEs0C529sdpo-Yfd_WyZj8LI46L70qmBF7n66hDsKQjyyVdb8x9u3UAbURtlROhXOx_E8hK0S9QeN4VIlfi2GPfysvADSesWdWMx0FmVaLYX9IXpuOh15cfCLl6Oob1GjUrvlEDown_6GUOW20ZJIJG8s_s8wjTa7TvlCaVF8B1f7rq1RtlnscAswMFRW5itVj3Fcz83W6cUx4nuvPifs3_MrQ1Ef6ErfizAbC_o2ZOs0WMr5XAfNBITgCb_JiNmjoZKrMhEpXLkpgDE1JYZw9NlGtwBJaE1GbtOP5cNDIZMjcqms75vej-gqS6CqzWm7DsPxoOabYlROMMJveFiEdtLNZUXwaLN8cOU84t9BRSuo64yNRHgHyVlvTKwTy5uodoivkgWh5xZ4cx_ro396f-fpCAVaWQ6Zfd3LVCAqkMxkJKR7MJlQ7mGrSf-Z1XVs-G2gJ0ST4PFa_Mflww0r-P3igvzbr1quOBwxgHKU7oozO6lws47aeMJxdeODrDN0zw==\",\"id\":\"rs_09029a2dc312d9a70168f78e1f6924819494d36d087f855215\",\"format\":\"openai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":204,\"completion_tokens\":165,\"total_tokens\":369,\"cost\":0.001905,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000255,\"upstream_inference_completions_cost\":0.00165},\"completion_tokens_details\":{\"reasoning_tokens\":128,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324580-BKAyo0fFzswyhbH0C1AI\",\"object\":\"chat.completion\",\"created\":1773324580,\"model\":\"openai/gpt-5-2025-08-07\",\"provider\":\"OpenAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is 40°C (104°F). Would you like details like forecast, humidity, or wind?\",\"refusal\":null,\"reasoning\":\"**Presenting temperature info**\\n\\nThe tool returned \\\"40 C,\\\" so that’s just the temperature. I need to present it clearly while mentioning that it’s recent data. I'll say, \\\"The current temperature in Florence, Italy, is 40°C (104°F).\\\" If they want more details like humidity or the forecast, I’ll encourage them to ask for more info. I want to keep it concise, so I’ll avoid special formatting and stick to the essentials!\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Presenting temperature info**\\n\\nThe tool returned \\\"40 C,\\\" so that’s just the temperature. I need to present it clearly while mentioning that it’s recent data. I'll say, \\\"The current temperature in Florence, Italy, is 40°C (104°F).\\\" If they want more details like humidity or the forecast, I’ll encourage them to ask for more info. I want to keep it concise, so I’ll avoid special formatting and stick to the essentials!\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABpsskpwHoAl_Bba2upIUQg59eX-Rx9a42XKkd6SIeMa4QpEfHYSmcAv2ctT0tMpHxfpyyf1qhEaJGTJNUZLnL6LIG1tjI-exXfo2f4ljOuB4-t_2u5X8jyflsIFcOj_Sjcx3hn-BlUQG2OAhODyxxBOSY2sbZhXJ5rhErFWt8UKVnOG79lHfxei-0jUquRzw91a43b7U2eVlguFrwAu6OzH711_AWKcTX6QZi00fjpJO8tv11U6TQxtO9hTRHCNHCbigteXl5foDxX6Ng9BZr13AKxa538o3X0habthkKwyDjJbmqsmv5ejgBGU_RummUHeUsGinSvL_1lLOwtDwaJrGVv6tbvxV89zH9JQPgrdQFqrXjcQjY3VuETNsRLuucnpLnWD9Qmd98gY1HJ5Zp1ONauxi5QS5DCfhR0xCVUguwigq-btox1Un9gO4DlllUBUwzrQ1Vp-_i3G9kA2FDvObnSyvH_LaWsPjMsCZNtAMOcrvc7CcXSTbJakGTzFMANX-Bu5rgWo7YGPOM3d9jt_G9mfaDdbUngg1BEEUTDkLctZdWZWVbM0ScDvrRvwX5csAxK1-vBihmrQyBB-dtpXHH937uyjv4v_Y-SaULuz4ei779bv79Ok29MHmmkTtAJyf8gtAOW43oIF6mEQLJWfeqaTQaC97wnMF5CzHGSX694SqIPEQ2Grf2_pephXbhe155jmlDLAlYkCijbdwX7OZ_MhAU36VdJ0LGLAcbsZ4RtBCmqgqm4qTbzQoMHvYG0u2cC2H5HBrt-h-wortBViDW9uT7qXQX-axOr9CnCakVLCY7hv6cNkSj1Xj72Y75UXdO6L8PEve1vhX7S8Skw-ekt5ku84ZGJq86HkS33s5zl-q2YCIZj9YsG19ERS9-6NAdFhKH59ekexIHcZ4oPirinLjnvxjHd1iJ0qFtv8dVRBJYu4nqFrFCJNqKZ2k-ZwtTrG4ATTz6MpFmZG3g8YHZ1weiIyJi3X0o73f53pWD71-a6WbeotrYVAEmLkYHv3MLS2687_H7KLtym7-CBcbeszcYkl0xD5gSPo-fIRWu5yFMyAK-5W_b0f7WPRerfNuMh1fOXbvK2bbNYVWruZX7CH2k3qAtyk_jpRFw1yAALtvNnGoOdxJl4SNylaA6HkEyoYB-ZFQjf8G23av6jHmYzlpon8zgcwmgW98jNpTXKi_15foFgVjs3RUycsbZl6SgheraCNRzbbGNguSZdFvjrHuFzGVBq11QqfJ5f_rjlvixRKjV79sN7cmwUCMNMHN2JfNf8AJFU7Nofinh4UM4L0xFsOgwK1nHyTxqfkW1ygGwARB1EzVqak53JbK8FN7GiS7nMWmdiyAbH_GLMyebjl-o5nAMpYFRxiiQGw6V9s1sJ6DcmQYRcGVKSHABijQpU2k_FMyaMFbvyw5-ZC-ZCRewGcMzPY2AXmF37iZzIfC61kNsuOwSrxSM5NW3G-WUFq9bMADM8xzeKyLlVo_RMFGV2LmbXINhWGy7JQr5NWRoej6S4f-IfFcuUyGYqblwF9_s2nWx4Lg952ijUVYdVoL_hYxLMi2jU0mZ4xuCiAMjrTZEdjq7EG3xKoRr-Hy7gJAibtquYIfrZMK1faRUAjDJwrX6OnVk61_UN6ccFhzTmx78m7oSuzIdIE-5AS30-LkAtRpNokZipuGk_yk0ltehnypoqdZPUD2235iEgjJOUkGdMMFdt8IsZIISgdtD8mWMGhSP62QA2g1AzvbiH3M2QhBfufheGbNNFUF1eqeFT1wDtgj35DVZ48TH1q6M8\",\"format\":\"openai-responses-v1\",\"id\":\"rs_08acd5c21bf032190169b2c924ca6c81969a2391f5acda101c\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":174,\"completion_tokens\":192,\"total_tokens\":366,\"cost\":0.0021375,\"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.0021375,\"upstream_inference_prompt_cost\":0.0002175,\"upstream_inference_completions_cost\":0.00192},\"completion_tokens_details\":{\"reasoning_tokens\":128,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 729.454917ms + duration: 520.646583ms diff --git a/providertests/testdata/TestOpenRouterCommon/gpt-5/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/gpt-5/tool_streaming.yaml index 363c146274e96799293e20be4f1daeef832e6af0..aedec3efe746a8871a1e6f3929dfb148c296ed18 100644 --- a/providertests/testdata/TestOpenRouterCommon/gpt-5/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/gpt-5/tool_streaming.yaml @@ -24,223 +24,225 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Getting","reasoning_details":[{"type":"reasoning.summary","summary":"**Getting","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Getting","reasoning_details":[{"type":"reasoning.summary","summary":"**Getting","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" have","reasoning_details":[{"type":"reasoning.summary","summary":" have","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" respond","reasoning_details":[{"type":"reasoning.summary","summary":" respond","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" retrieve","reasoning_details":[{"type":"reasoning.summary","summary":" retrieve","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" using","reasoning_details":[{"type":"reasoning.summary","summary":" using","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" info","reasoning_details":[{"type":"reasoning.summary","summary":" info","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" using","reasoning_details":[{"type":"reasoning.summary","summary":" using","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.summary","summary":" function","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.summary","summary":" should","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" don't","reasoning_details":[{"type":"reasoning.summary","summary":" don't","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.summary","summary":" location","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Flor","reasoning_details":[{"type":"reasoning.summary","summary":"Flor","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ence","reasoning_details":[{"type":"reasoning.summary","summary":"ence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multi","reasoning_details":[{"type":"reasoning.summary","summary":" multi","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"-tool","reasoning_details":[{"type":"reasoning.summary","summary":"-tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" options","reasoning_details":[{"type":"reasoning.summary","summary":" options","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",\"","reasoning_details":[{"type":"reasoning.summary","summary":",\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" since","reasoning_details":[{"type":"reasoning.summary","summary":" since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" though","reasoning_details":[{"type":"reasoning.summary","summary":" though","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" only","reasoning_details":[{"type":"reasoning.summary","summary":" only","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" could","reasoning_details":[{"type":"reasoning.summary","summary":" could","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" also","reasoning_details":[{"type":"reasoning.summary","summary":" also","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" one","reasoning_details":[{"type":"reasoning.summary","summary":" one","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"F","reasoning_details":[{"type":"reasoning.summary","summary":"F","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which","reasoning_details":[{"type":"reasoning.summary","summary":" which","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"irenze","reasoning_details":[{"type":"reasoning.summary","summary":"irenze","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" will","reasoning_details":[{"type":"reasoning.summary","summary":" will","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\"","reasoning_details":[{"type":"reasoning.summary","summary":".\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" For","reasoning_details":[{"type":"reasoning.summary","summary":" For","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" now","reasoning_details":[{"type":"reasoning.summary","summary":" now","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".weather","reasoning_details":[{"type":"reasoning.summary","summary":".weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" passing","reasoning_details":[{"type":"reasoning.summary","summary":" passing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Once","reasoning_details":[{"type":"reasoning.summary","summary":" Once","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Flor","reasoning_details":[{"type":"reasoning.summary","summary":"Flor","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" get","reasoning_details":[{"type":"reasoning.summary","summary":" get","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ence","reasoning_details":[{"type":"reasoning.summary","summary":"ence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" results","reasoning_details":[{"type":"reasoning.summary","summary":" results","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\"","reasoning_details":[{"type":"reasoning.summary","summary":"\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" seems","reasoning_details":[{"type":"reasoning.summary","summary":" seems","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" like","reasoning_details":[{"type":"reasoning.summary","summary":" like","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parse","reasoning_details":[{"type":"reasoning.summary","summary":" parse","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" best","reasoning_details":[{"type":"reasoning.summary","summary":" best","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" share","reasoning_details":[{"type":"reasoning.summary","summary":" share","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" option","reasoning_details":[{"type":"reasoning.summary","summary":" option","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" key","reasoning_details":[{"type":"reasoning.summary","summary":" key","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Since","reasoning_details":[{"type":"reasoning.summary","summary":" Since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" data","reasoning_details":[{"type":"reasoning.summary","summary":" data","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" back","reasoning_details":[{"type":"reasoning.summary","summary":" back","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" only","reasoning_details":[{"type":"reasoning.summary","summary":" only","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" one","reasoning_details":[{"type":"reasoning.summary","summary":" one","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" there's","reasoning_details":[{"type":"reasoning.summary","summary":" there's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" also","reasoning_details":[{"type":"reasoning.summary","summary":" also","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" no","reasoning_details":[{"type":"reasoning.summary","summary":" no","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" want","reasoning_details":[{"type":"reasoning.summary","summary":" want","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" confirm","reasoning_details":[{"type":"reasoning.summary","summary":" confirm","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" parallel","reasoning_details":[{"type":"reasoning.summary","summary":" parallel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" feature","reasoning_details":[{"type":"reasoning.summary","summary":" feature","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" means","reasoning_details":[{"type":"reasoning.summary","summary":" means","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" make","reasoning_details":[{"type":"reasoning.summary","summary":" make","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" not","reasoning_details":[{"type":"reasoning.summary","summary":" not","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" South","reasoning_details":[{"type":"reasoning.summary","summary":" South","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" commentary","reasoning_details":[{"type":"reasoning.summary","summary":" commentary","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Carolina","reasoning_details":[{"type":"reasoning.summary","summary":" Carolina","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" channel","reasoning_details":[{"type":"reasoning.summary","summary":" channel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" but","reasoning_details":[{"type":"reasoning.summary","summary":" but","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" then","reasoning_details":[{"type":"reasoning.summary","summary":" then","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" they","reasoning_details":[{"type":"reasoning.summary","summary":" they","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" await","reasoning_details":[{"type":"reasoning.summary","summary":" await","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" specified","reasoning_details":[{"type":"reasoning.summary","summary":" specified","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" real","reasoning_details":[{"type":"reasoning.summary","summary":" real","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"-time","reasoning_details":[{"type":"reasoning.summary","summary":"-time","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" So","reasoning_details":[{"type":"reasoning.summary","summary":" So","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" output","reasoning_details":[{"type":"reasoning.summary","summary":" output","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" move","reasoning_details":[{"type":"reasoning.summary","summary":" move","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" from","reasoning_details":[{"type":"reasoning.summary","summary":" from","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ahead","reasoning_details":[{"type":"reasoning.summary","summary":" ahead","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" calling","reasoning_details":[{"type":"reasoning.summary","summary":" calling","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Let's","reasoning_details":[{"type":"reasoning.summary","summary":" Let's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".weather","reasoning_details":[{"type":"reasoning.summary","summary":".weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" go","reasoning_details":[{"type":"reasoning.summary","summary":" go","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ahead","reasoning_details":[{"type":"reasoning.summary","summary":" ahead","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABo944oUBwTfrWO9GdeunsvJN2ki803MVwIuDM5hnEdDRtlwD-76GsW73tJQ8E8GFrP6FHHbXbErq-YRjChHvsLxbIetlPZRAhjalWdvurrCx5G41KCpZ3DRdYis62KjWlJjCf3dc7z7uecOCRa_FOQceBz1LaTDjSuPbAAwoJ6wEUXvoRAxefcQ5OU3OBhkRuKSdX-ebpudC7hYY8mLNghh4XIbw-Rtikl4xtyJGyz5dCkgDa5b09yTjs0FErQhfVvmr5yyTmisQFjzR3vv9B72-dvRPkHuhfGuai9UbShAB0HD0nYRHkIKPDsZuWpp0x0OdcAgiaY2dS9KMscT0sH-z0SbOd4eavSVmhnW1Qfn-JiXvDQ0shFohIbJ4afIo3Hjc_1amkU4T8n3lh9tQhHznvGw7Qw_g9pHBEkSMRl6D6k81i3W3WXADqRVItt0aSZFq65MQtxsWt2IHeBT8zGwXL07EU5gnOukHjlPgeuyF6esUvRgTNMMqcw2CtxbwG5ZMFeMqq5MmuXLWltd8UTMZoNpu2GtwLgC5dbsoDrWDndHFhidFGrqsH5F5RWPsn1gLCQFc6bsYSruGKNUwq_qbT-Xi08V096VOju2VJE9A5AFqbcAdxITWPDBiwd8ewAMzXsREL-oBrWCWH-6OedhdDFCTDWQ3GA8u1Lrkesb0_dcyJNsLm4JqQRe-Lv8zbgNyFEoPgYpoF-Nw9GXIKpDTSsYj46Qju8rknDHwADdwkbhO_Ez9yBGT_Ys1Rc3PLhiYZ2dNI1bWiPEnC7RT8O0-8nbl3FGGoDQx6KO_0pnjRli5K11f60idsg1mZMu_Ozo3Tu_DnMWCU_rFBRlld2Wwku0ZxilBRyWZ_rWjzc-RFlrN7RH6C8sAfSuLzu15vbO07OiZ3eE6yB7szCbKeolJrLfacgLn8tbvyJyaHP50drYKOQr7gz_Yu1YWiDKQZiqETQLdEaEK3N2v75BQOB9gNKgQKSSSmPgsvZClGAwDixZVIF6vjzHoKPBJd9DlhdfXewrsbDcJvx0VSAjLWfio7xktJFliIMQXOfOhc6T8bF7BwDkCq1oXwiSccCHcW5sDpBlDXFA9hHbid7Z2N9hf9lDLekuwE9fyWTJ29ly59QvXbfbeqbkSwtX58C8sy6VPWVjpZlRq6J_26sF6x-0JgYPMbzKRVt5vx-kRPveZnHf5K21HzW8Yk6mEx6wHjh2qdc7cqiMUtZlkl4TrpLDar_FnTRaeRVLIRTnzISWpGDjFBLBqgzkD4XwqJxYJld-H64T2mTy0p12HPSlJpDNOaDV-ec-qT82qWyT_plTRQiKV7cv9JynFxjRvjfTjoAKpxBcZE1KEGer0IPiNLxmFx7gct0MwgJ4phEupRcGSKROxjTssMf83zW4ZEu49jgnMy-IRTa_jrIgnz4xUAsOrbJFlkNr8C1wYk1gWy3a06PHnXkIUyU6BP1C3lVuwzWke9VhilyTaP5gMbIJtjDFWsPlNdpkwEuhxztSV8WztXoLXSTrwA3SudwUhIB-Oy3K-YZ1gOG_vQWSvNAhAZGim57vAY8TRrWtxlpcddefqoS14OV7Zu0uwxo8n6dsEsIYz7isZhWq0dZmRNmoR-avTH8DFnw7Gajc4dJOTgwnS5g2Or75l0ccBnh6KrJCDwcv1n7MZ_0DR7ETEjEUzFBpejsNU0189xap_tZ811yz3o8rPhk30uk86Ry9s9KrMvUx1r1hsBr5CGD8AAwgwmUOrp4Q2JMPIxgohDHqg5wkPT_QOhi7fPjxPlQd_vPUmGiTy7szdiEdKQsMTq45AAzkYQWrK88mmYXWQxXoGbExDhMzVF-Hkjkgds5dmlRsd_aARk6pKhHpuulHmGDWALKgDtb_4ANmsmLHUttN6-JwQplvSn3aF7ZYKCUBOUTrcKP5FmbHkrLOS9RhKoSez26E5qheE9YnEe6lf8uMmBg-dP556o=","id":"rs_0ade41fe199e8ca80168f78e2482888193a6d6d2d8326ae014","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABpssaNq12W_1_I-RQQ8NVc-eIoe2G6d1e5M5x2tyxK5ZGI8kvBBLTL0qNgPjkhExrLJmSKNQ6K_J-red6yy6up_oMhJyvyx4nmY2Pg_F7lsjBOQnks68B5zqVPYJrRhQCGSlpYGh3axgn2kXh7UrbXeJs3llYid9lxkKrHkriNBkrpU9T5QPlpyl-mukxYowe_foXyrbwEIC_vOd4nwq2W27vOwle6kpKFhUVCr4GNTDdJtmy_GTpALjsnrPkjqYLqryQD8nwuotb-DF_-aqx0YmaKsjKl9wqMutMT3-TrXAMbuhpNYOiASBP_e8w7mIqS3KoEdoQ_GfZJ4i9BhXuARi5WAoGY8KQUBc786lwUn_54yH75Gh579TJheJxiujmGDRD-xJ07FkTjz8IDWkhvGLQhd-O7SmiXNCYT3giCWYByp9yCDP5Xow6aEIsIut39JBB_U8xT-L0aHYPNKQOfO5MWwlJiFMZbDvqkwGHpi6yUfj_akMz7n6_3h3sIeWS131ZN9lzomXgBaSnmGyMGgNAST7vgU1hxv38ZMcbGBj6vmPTZfK-qL3sRntEoKzWjg3PzAsre4Mg1DXG93uXW0Nvhw-i117D2SkrzS4SfgtI1qGw1b61st0XiQvfB3xSAp4gIn4q60S-PQwASZboy7WXUkrxScU9KNs2pTwcI0mV5dHYD4UD7Aa9I7wrT_K8gPVwO7srtc50FzxeVB5Ed-aRQoRV-8idbJgAlx-Ctc5FW_aq9vYoKuZlZMjg3Hq7mXSZAu_khZl7o7jmRd0l8w2teDRevlW5HZxmxgkBrnKLxwh5uoGPLbdU2mpjm16XkRvL1q1dr78ikDjo-aOR1zdmTlB5X3Hw8to6kyTFZKeHPV4R8jtIul0ggRXgC_DcqFU02wQrHxTMGrlNnPdHxyhIFa2JS2BtcrYtl0P7Fu4sjE4ZEd6yHMUYTn0BYh0IWRAIg2vR1Xm0ES4V5FdAGFSlELxdh-YlyHm1R_h73pjr90v094RyKf7oH9xY49OV6Dlge-Vf7iwXXxz_BZ2zoyQ9Hf0g6LKNyTxTUA4nyc3_WKU-r5nrdpgoMAtdetC-jRSoj89aedP8ZjSwCU5G3pTNrQXPD7I4SADcg6em8akC4E0hXTpAnc0JvTU4YqXdt6lFX9CgDEeCOCe54KA9YFIT63ayDpt-PvSfVhqv2AgnXD2IBwmSu-sQ11SfBuMtcP2puPjx5Smass1KmOOW-fdndYsf99IueCt8ZmYNGznvrqnVavE9wEhszobN0eJxtON2LxNPcqp7hZX6e8LJ_r2T-ex3A5zARsgYZ9QEpk4n4JvJiC87wvxcktf5sCpJBN3GH_09AS62LoFKy1kiX5hDJBgLSPZfQcK-zhjMinknZFt2Xjq9Pw5PTHGXxOKJj9Chp2Wvq-x0vALV3lqN4Y2U20c0K1sptgATFdFVRBpDb9knWb2AH3ZKcmFWdWfGti3Yq3sMF8K6TfoYDEVzDitOqsQEbZ4nM_KHMd_IYluKcrjjmmM2iaD8FBuZEQPKTZtZuOjve7UcF2sVfRfYixu_NcWP9XB-0i6SfahBBayRS12_fF1uVxeLkjH2m3-9EoKg7HsgPhkYBG6V8dqH3Dw3mYNbAD89jXEJoYR7PFGM6UWS3hFwzH7UDx5EzpFNFBHTe53-il5T-wAJgR_HqNEngxcajR1-y8uNQyqoVcJOqM7k=","format":"openai-responses-v1","id":"rs_0bfb3c7ab58c62390169b2c689bae481948e204164078f0a4d","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_ZpSbEsBRkwjfjIG4x89HQzml","index":0,"type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_hnnrDaY1XtDCJEzDlIa8izSX","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"location"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\":\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"Flor"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"ence"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":" Italy"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054243-GWvbh93pSOkiPd5iXJz7","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054243,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":66,"completion_tokens":150,"total_tokens":216,"cost":0.0015825,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000825,"upstream_inference_completions_cost":0.0015},"completion_tokens_details":{"reasoning_tokens":128,"image_tokens":0}}} + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"completed"}]} + + data: {"id":"gen-1773323913-bRa4PMpo2opwWrm6Zgux","object":"chat.completion.chunk","created":1773323913,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[],"usage":{"prompt_tokens":63,"completion_tokens":157,"total_tokens":220,"cost":0.00164875,"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.00164875,"upstream_inference_prompt_cost":0.00007875,"upstream_inference_completions_cost":0.00157},"completion_tokens_details":{"reasoning_tokens":128,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -249,15 +251,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 560.498125ms + duration: 576.979583ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 3502 + content_length: 3221 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_ZpSbEsBRkwjfjIG4x89HQzml","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"openai-responses-v1","index":0,"summary":"**Getting weather for Florence**\n\nI need to respond with the weather info using the weather tool for Florence. I don''t need to use multi-tool options since I only need one tool, which will be functions.weather. Once I get the results, I’ll parse and share the key data back with the user. I also want to confirm that the user means Florence, Italy and not Florence, South Carolina, but they specified Italy. So I''ll move ahead with calling functions.weather for Florence, Italy!","type":"reasoning.summary"},{"data":"gAAAAABo944oUBwTfrWO9GdeunsvJN2ki803MVwIuDM5hnEdDRtlwD-76GsW73tJQ8E8GFrP6FHHbXbErq-YRjChHvsLxbIetlPZRAhjalWdvurrCx5G41KCpZ3DRdYis62KjWlJjCf3dc7z7uecOCRa_FOQceBz1LaTDjSuPbAAwoJ6wEUXvoRAxefcQ5OU3OBhkRuKSdX-ebpudC7hYY8mLNghh4XIbw-Rtikl4xtyJGyz5dCkgDa5b09yTjs0FErQhfVvmr5yyTmisQFjzR3vv9B72-dvRPkHuhfGuai9UbShAB0HD0nYRHkIKPDsZuWpp0x0OdcAgiaY2dS9KMscT0sH-z0SbOd4eavSVmhnW1Qfn-JiXvDQ0shFohIbJ4afIo3Hjc_1amkU4T8n3lh9tQhHznvGw7Qw_g9pHBEkSMRl6D6k81i3W3WXADqRVItt0aSZFq65MQtxsWt2IHeBT8zGwXL07EU5gnOukHjlPgeuyF6esUvRgTNMMqcw2CtxbwG5ZMFeMqq5MmuXLWltd8UTMZoNpu2GtwLgC5dbsoDrWDndHFhidFGrqsH5F5RWPsn1gLCQFc6bsYSruGKNUwq_qbT-Xi08V096VOju2VJE9A5AFqbcAdxITWPDBiwd8ewAMzXsREL-oBrWCWH-6OedhdDFCTDWQ3GA8u1Lrkesb0_dcyJNsLm4JqQRe-Lv8zbgNyFEoPgYpoF-Nw9GXIKpDTSsYj46Qju8rknDHwADdwkbhO_Ez9yBGT_Ys1Rc3PLhiYZ2dNI1bWiPEnC7RT8O0-8nbl3FGGoDQx6KO_0pnjRli5K11f60idsg1mZMu_Ozo3Tu_DnMWCU_rFBRlld2Wwku0ZxilBRyWZ_rWjzc-RFlrN7RH6C8sAfSuLzu15vbO07OiZ3eE6yB7szCbKeolJrLfacgLn8tbvyJyaHP50drYKOQr7gz_Yu1YWiDKQZiqETQLdEaEK3N2v75BQOB9gNKgQKSSSmPgsvZClGAwDixZVIF6vjzHoKPBJd9DlhdfXewrsbDcJvx0VSAjLWfio7xktJFliIMQXOfOhc6T8bF7BwDkCq1oXwiSccCHcW5sDpBlDXFA9hHbid7Z2N9hf9lDLekuwE9fyWTJ29ly59QvXbfbeqbkSwtX58C8sy6VPWVjpZlRq6J_26sF6x-0JgYPMbzKRVt5vx-kRPveZnHf5K21HzW8Yk6mEx6wHjh2qdc7cqiMUtZlkl4TrpLDar_FnTRaeRVLIRTnzISWpGDjFBLBqgzkD4XwqJxYJld-H64T2mTy0p12HPSlJpDNOaDV-ec-qT82qWyT_plTRQiKV7cv9JynFxjRvjfTjoAKpxBcZE1KEGer0IPiNLxmFx7gct0MwgJ4phEupRcGSKROxjTssMf83zW4ZEu49jgnMy-IRTa_jrIgnz4xUAsOrbJFlkNr8C1wYk1gWy3a06PHnXkIUyU6BP1C3lVuwzWke9VhilyTaP5gMbIJtjDFWsPlNdpkwEuhxztSV8WztXoLXSTrwA3SudwUhIB-Oy3K-YZ1gOG_vQWSvNAhAZGim57vAY8TRrWtxlpcddefqoS14OV7Zu0uwxo8n6dsEsIYz7isZhWq0dZmRNmoR-avTH8DFnw7Gajc4dJOTgwnS5g2Or75l0ccBnh6KrJCDwcv1n7MZ_0DR7ETEjEUzFBpejsNU0189xap_tZ811yz3o8rPhk30uk86Ry9s9KrMvUx1r1hsBr5CGD8AAwgwmUOrp4Q2JMPIxgohDHqg5wkPT_QOhi7fPjxPlQd_vPUmGiTy7szdiEdKQsMTq45AAzkYQWrK88mmYXWQxXoGbExDhMzVF-Hkjkgds5dmlRsd_aARk6pKhHpuulHmGDWALKgDtb_4ANmsmLHUttN6-JwQplvSn3aF7ZYKCUBOUTrcKP5FmbHkrLOS9RhKoSez26E5qheE9YnEe6lf8uMmBg-dP556o=","format":"openai-responses-v1","id":"rs_0ade41fe199e8ca80168f78e2482888193a6d6d2d8326ae014","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"call_ZpSbEsBRkwjfjIG4x89HQzml","role":"tool"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_hnnrDaY1XtDCJEzDlIa8izSX","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"openai-responses-v1","index":0,"summary":"**Getting weather information**\n\nI have a tool to retrieve the weather using the function. I should call it with the location \"Florence, Italy,\" though I could also use \"Firenze.\" For now, passing \"Florence, Italy\" seems like the best option. Since I only need one tool, there''s no need to use the parallel feature. I’ll make the call in the commentary channel and then await the real-time weather output from the tool. Let''s go ahead and call it!","type":"reasoning.summary"},{"data":"gAAAAABpssaNq12W_1_I-RQQ8NVc-eIoe2G6d1e5M5x2tyxK5ZGI8kvBBLTL0qNgPjkhExrLJmSKNQ6K_J-red6yy6up_oMhJyvyx4nmY2Pg_F7lsjBOQnks68B5zqVPYJrRhQCGSlpYGh3axgn2kXh7UrbXeJs3llYid9lxkKrHkriNBkrpU9T5QPlpyl-mukxYowe_foXyrbwEIC_vOd4nwq2W27vOwle6kpKFhUVCr4GNTDdJtmy_GTpALjsnrPkjqYLqryQD8nwuotb-DF_-aqx0YmaKsjKl9wqMutMT3-TrXAMbuhpNYOiASBP_e8w7mIqS3KoEdoQ_GfZJ4i9BhXuARi5WAoGY8KQUBc786lwUn_54yH75Gh579TJheJxiujmGDRD-xJ07FkTjz8IDWkhvGLQhd-O7SmiXNCYT3giCWYByp9yCDP5Xow6aEIsIut39JBB_U8xT-L0aHYPNKQOfO5MWwlJiFMZbDvqkwGHpi6yUfj_akMz7n6_3h3sIeWS131ZN9lzomXgBaSnmGyMGgNAST7vgU1hxv38ZMcbGBj6vmPTZfK-qL3sRntEoKzWjg3PzAsre4Mg1DXG93uXW0Nvhw-i117D2SkrzS4SfgtI1qGw1b61st0XiQvfB3xSAp4gIn4q60S-PQwASZboy7WXUkrxScU9KNs2pTwcI0mV5dHYD4UD7Aa9I7wrT_K8gPVwO7srtc50FzxeVB5Ed-aRQoRV-8idbJgAlx-Ctc5FW_aq9vYoKuZlZMjg3Hq7mXSZAu_khZl7o7jmRd0l8w2teDRevlW5HZxmxgkBrnKLxwh5uoGPLbdU2mpjm16XkRvL1q1dr78ikDjo-aOR1zdmTlB5X3Hw8to6kyTFZKeHPV4R8jtIul0ggRXgC_DcqFU02wQrHxTMGrlNnPdHxyhIFa2JS2BtcrYtl0P7Fu4sjE4ZEd6yHMUYTn0BYh0IWRAIg2vR1Xm0ES4V5FdAGFSlELxdh-YlyHm1R_h73pjr90v094RyKf7oH9xY49OV6Dlge-Vf7iwXXxz_BZ2zoyQ9Hf0g6LKNyTxTUA4nyc3_WKU-r5nrdpgoMAtdetC-jRSoj89aedP8ZjSwCU5G3pTNrQXPD7I4SADcg6em8akC4E0hXTpAnc0JvTU4YqXdt6lFX9CgDEeCOCe54KA9YFIT63ayDpt-PvSfVhqv2AgnXD2IBwmSu-sQ11SfBuMtcP2puPjx5Smass1KmOOW-fdndYsf99IueCt8ZmYNGznvrqnVavE9wEhszobN0eJxtON2LxNPcqp7hZX6e8LJ_r2T-ex3A5zARsgYZ9QEpk4n4JvJiC87wvxcktf5sCpJBN3GH_09AS62LoFKy1kiX5hDJBgLSPZfQcK-zhjMinknZFt2Xjq9Pw5PTHGXxOKJj9Chp2Wvq-x0vALV3lqN4Y2U20c0K1sptgATFdFVRBpDb9knWb2AH3ZKcmFWdWfGti3Yq3sMF8K6TfoYDEVzDitOqsQEbZ4nM_KHMd_IYluKcrjjmmM2iaD8FBuZEQPKTZtZuOjve7UcF2sVfRfYixu_NcWP9XB-0i6SfahBBayRS12_fF1uVxeLkjH2m3-9EoKg7HsgPhkYBG6V8dqH3Dw3mYNbAD89jXEJoYR7PFGM6UWS3hFwzH7UDx5EzpFNFBHTe53-il5T-wAJgR_HqNEngxcajR1-y8uNQyqoVcJOqM7k=","format":"openai-responses-v1","id":"rs_0bfb3c7ab58c62390169b2c689bae481948e204164078f0a4d","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"call_hnnrDaY1XtDCJEzDlIa8izSX","role":"tool"}],"model":"openai/gpt-5","max_completion_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -273,289 +275,275 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Preparing","reasoning_details":[{"type":"reasoning.summary","summary":"**Preparing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" response","reasoning_details":[{"type":"reasoning.summary","summary":" response","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nThe","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nThe","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.summary","summary":" is","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" showing","reasoning_details":[{"type":"reasoning.summary","summary":" showing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Present","reasoning_details":[{"type":"reasoning.summary","summary":"**Present","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 40","reasoning_details":[{"type":"reasoning.summary","summary":" 40","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"ing","reasoning_details":[{"type":"reasoning.summary","summary":"ing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"°C","reasoning_details":[{"type":"reasoning.summary","summary":"°C","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" updates","reasoning_details":[{"type":"reasoning.summary","summary":" updates","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which","reasoning_details":[{"type":"reasoning.summary","summary":" which","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**\n\nThe","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nThe","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" feels","reasoning_details":[{"type":"reasoning.summary","summary":" feels","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" really","reasoning_details":[{"type":"reasoning.summary","summary":" really","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" returned","reasoning_details":[{"type":"reasoning.summary","summary":" returned","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" hot","reasoning_details":[{"type":"reasoning.summary","summary":" hot","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"—","reasoning_details":[{"type":"reasoning.summary","summary":"—","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"40","reasoning_details":[{"type":"reasoning.summary","summary":"40","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"maybe","reasoning_details":[{"type":"reasoning.summary","summary":"maybe","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" C","reasoning_details":[{"type":"reasoning.summary","summary":" C","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it's","reasoning_details":[{"type":"reasoning.summary","summary":" it's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\"","reasoning_details":[{"type":"reasoning.summary","summary":"\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" just","reasoning_details":[{"type":"reasoning.summary","summary":" just","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" joke","reasoning_details":[{"type":"reasoning.summary","summary":" joke","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" which","reasoning_details":[{"type":"reasoning.summary","summary":" which","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.summary","summary":" should","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" likely","reasoning_details":[{"type":"reasoning.summary","summary":" likely","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" say","reasoning_details":[{"type":"reasoning.summary","summary":" say","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" means","reasoning_details":[{"type":"reasoning.summary","summary":" means","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" that's","reasoning_details":[{"type":"reasoning.summary","summary":" that's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’s","reasoning_details":[{"type":"reasoning.summary","summary":"’s","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" just","reasoning_details":[{"type":"reasoning.summary","summary":" just","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" about","reasoning_details":[{"type":"reasoning.summary","summary":" about","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 40","reasoning_details":[{"type":"reasoning.summary","summary":" 40","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" temperature","reasoning_details":[{"type":"reasoning.summary","summary":" temperature","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"°C","reasoning_details":[{"type":"reasoning.summary","summary":"°C","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" convert","reasoning_details":[{"type":"reasoning.summary","summary":" convert","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" think","reasoning_details":[{"type":"reasoning.summary","summary":" think","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" should","reasoning_details":[{"type":"reasoning.summary","summary":" should","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Fahrenheit","reasoning_details":[{"type":"reasoning.summary","summary":" Fahrenheit","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" present","reasoning_details":[{"type":"reasoning.summary","summary":" present","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" this","reasoning_details":[{"type":"reasoning.summary","summary":" this","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which","reasoning_details":[{"type":"reasoning.summary","summary":" which","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" clearly","reasoning_details":[{"type":"reasoning.summary","summary":" clearly","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.summary","summary":" is","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 104","reasoning_details":[{"type":"reasoning.summary","summary":" 104","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" maybe","reasoning_details":[{"type":"reasoning.summary","summary":" maybe","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"°F","reasoning_details":[{"type":"reasoning.summary","summary":"°F","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" checking","reasoning_details":[{"type":"reasoning.summary","summary":" checking","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" if","reasoning_details":[{"type":"reasoning.summary","summary":" if","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" want","reasoning_details":[{"type":"reasoning.summary","summary":" want","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" needs","reasoning_details":[{"type":"reasoning.summary","summary":" needs","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" keep","reasoning_details":[{"type":"reasoning.summary","summary":" keep","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" date","reasoning_details":[{"type":"reasoning.summary","summary":" date","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" concise","reasoning_details":[{"type":"reasoning.summary","summary":" concise","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" or","reasoning_details":[{"type":"reasoning.summary","summary":" or","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" time","reasoning_details":[{"type":"reasoning.summary","summary":" time","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" so","reasoning_details":[{"type":"reasoning.summary","summary":" so","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" context","reasoning_details":[{"type":"reasoning.summary","summary":" context","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provide","reasoning_details":[{"type":"reasoning.summary","summary":" provide","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" little","reasoning_details":[{"type":"reasoning.summary","summary":" little","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" could","reasoning_details":[{"type":"reasoning.summary","summary":" could","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" hydration","reasoning_details":[{"type":"reasoning.summary","summary":" hydration","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" note","reasoning_details":[{"type":"reasoning.summary","summary":" note","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" advice","reasoning_details":[{"type":"reasoning.summary","summary":" advice","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" too","reasoning_details":[{"type":"reasoning.summary","summary":" too","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"’s","reasoning_details":[{"type":"reasoning.summary","summary":"’s","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" currently","reasoning_details":[{"type":"reasoning.summary","summary":" currently","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" say","reasoning_details":[{"type":"reasoning.summary","summary":" say","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" around","reasoning_details":[{"type":"reasoning.summary","summary":" around","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" 40","reasoning_details":[{"type":"reasoning.summary","summary":" 40","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"°C","reasoning_details":[{"type":"reasoning.summary","summary":"°C","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"It's","reasoning_details":[{"type":"reasoning.summary","summary":"It's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" currently","reasoning_details":[{"type":"reasoning.summary","summary":" currently","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" about","reasoning_details":[{"type":"reasoning.summary","summary":" about","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" 40","reasoning_details":[{"type":"reasoning.summary","summary":" 40","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Providing","reasoning_details":[{"type":"reasoning.summary","summary":" Providing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"°C","reasoning_details":[{"type":"reasoning.summary","summary":"°C","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" (","reasoning_details":[{"type":"reasoning.summary","summary":" (","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" conversion","reasoning_details":[{"type":"reasoning.summary","summary":" conversion","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"104","reasoning_details":[{"type":"reasoning.summary","summary":"104","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"°F","reasoning_details":[{"type":"reasoning.summary","summary":"°F","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Fahrenheit","reasoning_details":[{"type":"reasoning.summary","summary":" Fahrenheit","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":")","reasoning_details":[{"type":"reasoning.summary","summary":")","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" would","reasoning_details":[{"type":"reasoning.summary","summary":" would","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" be","reasoning_details":[{"type":"reasoning.summary","summary":" be","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" helpful","reasoning_details":[{"type":"reasoning.summary","summary":" helpful","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" too","reasoning_details":[{"type":"reasoning.summary","summary":" too","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" so","reasoning_details":[{"type":"reasoning.summary","summary":" so","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Stay","reasoning_details":[{"type":"reasoning.summary","summary":" Stay","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" hydrated","reasoning_details":[{"type":"reasoning.summary","summary":" hydrated","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" say","reasoning_details":[{"type":"reasoning.summary","summary":" say","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it's","reasoning_details":[{"type":"reasoning.summary","summary":" it's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" think","reasoning_details":[{"type":"reasoning.summary","summary":" think","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about","reasoning_details":[{"type":"reasoning.summary","summary":" about","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" about","reasoning_details":[{"type":"reasoning.summary","summary":" about","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" 104","reasoning_details":[{"type":"reasoning.summary","summary":" 104","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" wearing","reasoning_details":[{"type":"reasoning.summary","summary":" wearing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"°F","reasoning_details":[{"type":"reasoning.summary","summary":"°F","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" light","reasoning_details":[{"type":"reasoning.summary","summary":" light","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clothing","reasoning_details":[{"type":"reasoning.summary","summary":" clothing","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Keeping","reasoning_details":[{"type":"reasoning.summary","summary":" Keeping","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Would","reasoning_details":[{"type":"reasoning.summary","summary":" Would","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" concise","reasoning_details":[{"type":"reasoning.summary","summary":" concise","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" you","reasoning_details":[{"type":"reasoning.summary","summary":" you","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like","reasoning_details":[{"type":"reasoning.summary","summary":" like","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" might","reasoning_details":[{"type":"reasoning.summary","summary":" might","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" forecast","reasoning_details":[{"type":"reasoning.summary","summary":" forecast","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" also","reasoning_details":[{"type":"reasoning.summary","summary":" also","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" suggest","reasoning_details":[{"type":"reasoning.summary","summary":" suggest","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" staying","reasoning_details":[{"type":"reasoning.summary","summary":" staying","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" next","reasoning_details":[{"type":"reasoning.summary","summary":" next","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" hydrated","reasoning_details":[{"type":"reasoning.summary","summary":" hydrated","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" few","reasoning_details":[{"type":"reasoning.summary","summary":" few","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" days","reasoning_details":[{"type":"reasoning.summary","summary":" days","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" follow","reasoning_details":[{"type":"reasoning.summary","summary":" follow","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"?\"","reasoning_details":[{"type":"reasoning.summary","summary":"?\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" up","reasoning_details":[{"type":"reasoning.summary","summary":" up","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" It","reasoning_details":[{"type":"reasoning.summary","summary":" It","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’s","reasoning_details":[{"type":"reasoning.summary","summary":"’s","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" important","reasoning_details":[{"type":"reasoning.summary","summary":" important","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" “","reasoning_details":[{"type":"reasoning.summary","summary":" “","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Want","reasoning_details":[{"type":"reasoning.summary","summary":"Want","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" keep","reasoning_details":[{"type":"reasoning.summary","summary":" keep","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" forecast","reasoning_details":[{"type":"reasoning.summary","summary":" forecast","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" brief","reasoning_details":[{"type":"reasoning.summary","summary":" brief","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" by","reasoning_details":[{"type":"reasoning.summary","summary":" by","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" hour","reasoning_details":[{"type":"reasoning.summary","summary":" hour","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" helpful","reasoning_details":[{"type":"reasoning.summary","summary":" helpful","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" or","reasoning_details":[{"type":"reasoning.summary","summary":" or","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABo944wLRDjvEOj3nKSFQ-kq_5YJy3QHZtwv1BhE3K0L6KNHoBh7QRRz9AwhZy1V2sCjc_BgDKls_8GbnhJ_Bpj-XxM9t-26NQdrYbEfp4biQLPP8XsNYlTc6POCOeWfRws_n_x4AJiwy29OHOvtDidzOb2ykws18-8jud64wSbFA7M3pe1tZD2HVIwh9echOg9NY9mvoW3ZkLT2ufOklVoGGbj6bTbelafiz5iLhU2SwiT6X5wf2qkmsRvXZzSnbwwJLiMNopfOkQucSY4UL051vCl1WUiH_X6Q0yC4ZfxfjkVH6jOMvcnp3-vDBWKYDvUgNrcyz2p_rKEncvF8BVBnWK9JlkuxmqnGY7ThVfLpCfYhIYIZ1xlRyhnJvC9HwHGYuRR4zTSE183OBw8knOgbxUTmz9bBJM5k1CRFNnMxj6gVI4Q4LAqDRWMxFDmJaHlOFWW2NMus5OyAa4qiRjtjMJmDS_KbuoSBiWlqzDjnCTDnNyylhXxs341tRLuvs3kN1lUEpMCUG31iWsLdJv4h1JRc8nMuHTrHrjbEiJzgSdjaKnHsrb8xeaMK3fN6oEsn-0prsnvWVuQu8zNVeLQ97XSAtgHrUIshH1mewqdiAWLN6XNxYccObg6SKAbNWU9de2ZjA-9wFscwJnTs05Ml_7pXSQKj5kmOYsf4lq8VKLpm9GSQUCm86e2mOTjSPtHrNAFrLc-nXSH_3JKVTLSHlA2DA4TTxGZ-HleetkbSG37txzjNevEVtcA6eywj_haP-o87zR-YP-oKKN37pXXD5lNtNEBxfUfyFPeBCwyXOViJ3l9G6Yc6raSO7v3WhiA_HUHPyR6CoLJ1LzH7X7F88wwHOfoiWvE3ul5Jo5q0hZYpvBk2CMYZmNfqjf8PbxkuClPRI6KiUNapPr3RbcRtIp2O16iWkK28cKp3Yvyl35AZBhHb9nVOS10xKvyLyDVmK4tpO8MpFdz4RZTV-jGQnkXNJBkZ-20kaZ_Zj6TC8YNeA5-rGP4aZCJkPy0yylkOhcv48OH59X-7_XPyB9ub9nJq8uLOwkzujnp8r8PPgd4WAz2jMIhWkmHG6JAcrRZDkf8libMF8LRewLTE5gqBM8hvglApWwJUIs_JLBAFrH2DG65c3p7m0jp0KL-xTJ-GsF9bWc9CmOZ65D8drQDmOa73aF7FqRFhNldr3T6si9yRPYRAXdrHoKoNorZSanxI6yb1ne_WrAL4gxu8oW5yaX9ZFjXfZ8l_N46fpW2h1LAhyV2peqGCZSqwHKaU6GzJUZ443Kr2hjFx0eerncOhFSDTjF1w-_fmsga_Jj_NEVPhrPmddKBdiZB4OqU_qFCOk7QTZVGqs7xAI6dzwjwkwj-2BzyAnnn45-KD7vnR9Vcko7o_LRxHBfJ66kNOiTnup_2l0SW0o1nHfr4E5TQZNNP_eY3nY36Lq4bFoqYgew00PaA3mz3UBR1Q0QYzUzM-_Tuz8vt0daWvn6AAvHKM6SQxnSq6AqsPySHgCSNxA0EL9Yf-CMRLREGUBiMZqpbMUObpvgouTpq59iHyXE0SOZir7rrEYT8g_h6MIo_Bp-dUW0aAMgUpqs5YQtjS9k-PpiHqWnAl1DMdT9y-tMZrjItYF6daFIiUrpW5mNJ_G84LbkTg5LU6JAkBvfhSmzeYaRKccWXLn31bXSscHpFmgv7lxYn5cLgWmhVD0VTKbOGeqnJ6DBuOZTc0wJpYruS7FrW1la5EhMMw-OxcSiHS82mk2ZwFvsChd_GGPMO4O5ruu-7H4REck9LmH3edFm7ellEqShciVzSTw8mNWegjVY8EqLNpdit_MLbDScfxZbEcdZAWlGWSXtDnVQLoibfel10","id":"rs_0ade41fe199e8ca80168f78e2a4544819397637abfbe3dcdef","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"It"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" next","reasoning_details":[{"type":"reasoning.summary","summary":" next","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"’s"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" few","reasoning_details":[{"type":"reasoning.summary","summary":" few","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" days","reasoning_details":[{"type":"reasoning.summary","summary":" days","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" about"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"?”","reasoning_details":[{"type":"reasoning.summary","summary":"?”","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABpssaTCSEpABSSdiVPgqTF1ID_xoP5if1RQKCfnzNiIJW6jwuoQNCntu-BHyYgcG6ZT0it9wsq4HVYFploFGR2M8i1vUi84PTynaUTXY1u-RHRJQGwXUp6KTKKy6QApkhXM1HjfyuVXb2tI1ki35HJbrHThZoGODVeZVvBv6aitbtqvvJ_-xm7xJoBr7gqCZ9M5uHF9akXhSnEximy3L_0ggXCtbmy8Z0_xCaeRCt5ksRjO71SUcif_EQWjoDJihx04mfJnafmkOjC3JaGlmq173dq00zdSSfItnjASvQVBujHp8gc4P3D6JV4UbpFX0PwNXPthRe8f0Sm7pxSTg5PXd-ZTnow7diNACe0G1zJtRE48u4T6XbeoOcuQxp9eLVeGGt1XziQ_gDjdr1vjo7gUYIeGHOOJncVLSkNQ2EhcRJIKoELlHubBchbCh3PnTPfkexCtaST5ZHwkHDtLABF8Y_RL0MEZ1Kfp_5AILQhW6J7lZoV5nPmjqcmBnQISdx0mNZB7z6Gjv4AXArUKz5PTQQpZo8_jvvwv2kSLfT7oHb597TKfVb35SO9bAVNvrLONm069Hdz6Hb9ToA0vmbklaD25P250_4UufnqxCs5L4xq_Y6WAOgavo3h6CnhC6wrMscxcs0owlr72Qw-xUaRkNyGOsHlfWpjSNtYxlru5iJLEXrbhTpZahMRsPNrqavdGM7a7b-sV91-3dSj2xquec_gUtNJguzfqQuDiHxSKxe2gk-7bEACtVP6LbMfvpgEBcnwc1fK2Hzq9CI4YiD4WIJiDSFcMCEtwiU3mYIfFVojsQiSLkxDZdKaBhiI-RCyH0dJQUWfolxqI-dvcdY-EHn0Aiq1fA96RA7ZA7ynMNDA7UZKXNQR2J3YZtDBh0Nidj7kzzvqoZudkTzlSsX3j0dAOqCMCymTQxV4ciInUhm_ckl3tJWlkSoFBAKzbuhV6LyszRwOg6_Ff6CcSIPxq72lonl8sv0xdp7N0ki-XgTZOJrHcrogP6YoLsWQp-qX-bX3XGQnE6t-ZbhL7CGmkWzDaYFJKiyPd1aQAwqL2hvD3enkcTcDmZiWB6d4DD0i7vpzxWNAlkXNDMWdL5Jx7ntiod7RmpZCu8sR2yjwNa4-mScGyfM9YOJ-No64jVC6ZjttFQd0v_e6U-6afg0WkK1X8falKz-sUr3LIAk4eQ9WXYa9wHDzYT8oK-eUZfSxCEeOGRf7x0vTR0wQUpiGB0ZrWyh3Xu3W6SVuqaH5riUmAtgK0Ajl6cuqq_qkSap4xe8tNqr2UNgeQV-TdddwdrgFSx6cih5fgk-TPIZIRALMLgnN_yYVh3ai_uDBpTO88ydJ8GyUga7O1wFFxpCnBmqrlLV-iPqSkjd_pY7QmU4sIqVaA3OPt9R9CLofVLermhEJf6CMKnWFxyvFrRZa9DWHpzwPy8lenzYchgReUnCQC-CAxz9drCKYEclAC7YbpBOsedXTL4IN1zFkLgfdg3Jppng71V8mD-6HiD-oOA0L-gR-C2Mwk_Ru9at4Sf3YtsDvQ4s5EEnem7vXsxCSCxy4d0DMOt1NIUquAFXVgcfv7XAdKnCS7Twr93PLR8VokCw7cmzqt-_MYNSyLOfVuwN0rtzVtzX2RLft7OTrx1aX8_cow7t_Pts2nPJDUgBt0iHy5E2Y3MOHQuw6ASwAvkHQnO4Xab8Cx4T3_BUCNv6S14oa4yRfzpY87pve0AW5ti4-15RBmh8dgnILX4DlMuR2DcWNGvXe8If2Js_Y3JTkb7Ll5OKFDoYmWwdq703uKYfDicf_t-H1rFk9bKO5EfEs31DiZ-aeh2o49v03HnsLcu6pmOKCZAyv0k3R9Lz8Zh7OSD91njWuNN13ZvXGloCWKQ==","format":"openai-responses-v1","id":"rs_0bfb3c7ab58c62390169b2c68f291481949f9ec52efb7e9f5a","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"40"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"It","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"’s","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" ("},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" currently","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"104"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" around","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":")"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"40","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"°C","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"104","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"°F","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":")","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" Stay"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" avoid"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" peak"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" afternoon"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" Would","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" sun"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" like","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" Want"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" an","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" a"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" hourly","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" short"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" or","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" forecast"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"7","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"-day","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" next"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" forecast","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" few"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" as","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":" days"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" well","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":"?"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"?","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"completed"}]} - data: {"id":"gen-1761054248-GgPiWSgpQ9fJFpVLY56l","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054248,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":271,"completion_tokens":168,"total_tokens":439,"cost":0.00201875,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00033875,"upstream_inference_completions_cost":0.00168},"completion_tokens_details":{"reasoning_tokens":128,"image_tokens":0}}} + data: {"id":"gen-1773323918-z1CEmtfWaa660Z7L0E1y","object":"chat.completion.chunk","created":1773323918,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[],"usage":{"prompt_tokens":229,"completion_tokens":201,"total_tokens":430,"cost":0.00229625,"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.00229625,"upstream_inference_prompt_cost":0.00028625,"upstream_inference_completions_cost":0.00201},"completion_tokens_details":{"reasoning_tokens":128,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -564,4 +552,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 756.661458ms + duration: 442.077542ms diff --git a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool.yaml index 6a0d87f2f9408e27658cd4c225220aa570aed56b..9cf1bfa0168132553e50952147ddfc9cbf804583 100644 --- a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054142-eYAg1TS29ynxKrGihXi4\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion\",\"created\":1761054142,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"The user wants to add and multiply 2 and 3. There are tools for add and multiply, and the instruction says to always use both add and multiply at the same time.\\n\\n\\n## Handling user calculation\\n\\n- The user needs to perform addition and multiplication with the numbers 2 and 3.\",\"tool_calls\":[{\"id\":\"call_11576212\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}},{\"id\":\"call_73433553\",\"index\":1,\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"The user wants to add and multiply 2 and 3. There are tools for add and multiply, and the instruction says to always use both add and multiply at the same time.\\n\\n\\n## Handling user calculation\\n\\n- The user needs to perform addition and multiplication with the numbers 2 and 3.\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gLfiMDfyjmfStOk6GOQ4aXtkwzRIjhGm+zvLHyQHiorECxqk6/nYU4IS/zUK+fFFd0dBKmsny+h8GwRN+OiiUa21Xy7iKf81aD60JOp8LkDLjQ3S9dxEoVTRroOTYAkH5Jx63vn7bgIoT8VDWcuFY2aa66JE/IXNC3I2hBEC6ntKtChcu/4m303kcyp8JBVIzGb2DLgg51e/UwTEToE6LbCCMKEpkHly9yL5VVq7fDH2mNu1RwBHIcAzyWCKYgdUn9BWAbjGvZF8NSqA3g3gJjkPFemhGqSvMONqxhhaIb29GdbIAFZY+d4+dGolb3KITRkg2Oib223hhfwQqaBMPp6nwmiqhIcr9uqVNYTag50O2mLNUvrlh4p8bvi52UI1mt2krhrRZ8H44+Kdi1uiwPajqI6RpGFkPIxv6OMDBY/rwRmtHVjC/74HB5QizdMa4xEv7X8TP/R6Gl356IDwHlGDqHvE65GgLOL+3Jt0GyoPc5l71j0TwX5/Qq0f79Dl/eU+vwtNP1kryCiYruK1a7Ezeuj/H2rinVmW6jNkfxwSjUntpFIJMucksz0cg4fmxwo/br1FKv/3lSjEJmOaG34mj/0+mDR5GFR8uwdQVBX06nLcdbaZLoA4YlZxgrU6e0MQFsfjEwZq4si0RGwml4rbdjOcKuS9YqJGAKv/LaM3GLEnlLpnKMixX7ztB+9b8gQJMdhvdl/T25MFOWUaSyXo0AHxuviDs++8qRAABamNl8/k251DElVRYYVzpXq7LElavxhn7ijDQ3uzYeK7R1KelnYCAgS4SnHfI5t4cFfwQzDgMxco2VOGUpZ6srXM140442mVkVgqyd8+JGPni6e7W+TQVFcfU/cd2t5QLuthnF+DaAaT035keBY0OmaSlQQop5GbAEoag8UPGA7Xn+nP/fZqDaCxyJnArSiph5sGNOqB1bWVQMVtNumU4yy21852AiB6+cCOZvuWLJ6GmZxlpIDScrxZmA\",\"id\":\"rs_bcbaf157-d66c-01ad-7ceb-24b34ad2926c_us-east-1\",\"format\":\"xai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":479,\"completion_tokens\":229,\"total_tokens\":708,\"cost\":0.0003817,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":320,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000382,\"upstream_inference_completions_cost\":0.0003435},\"completion_tokens_details\":{\"reasoning_tokens\":161,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323518-plPDxWnnTwChYQb9C1Tb\",\"object\":\"chat.completion\",\"created\":1773323518,\"model\":\"x-ai/grok-code-fast-1\",\"provider\":\"xAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"The task is: \\\"Add and multiply the number 2 and 3.\\\" I must always use both add and multiply at the same time.\\n\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_80992294\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"call_16628166\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\":2,\\\"b\\\":3}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"The task is: \\\"Add and multiply the number 2 and 3.\\\" I must always use both add and multiply at the same time.\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"nHog7k+gRgPFY6Lc31A0Ir0B1tWLi89UXKw/5yg/mcVsLWVQKo6wPmVzJCpcSbUuL9v9gRMGGckiRyKLWn+ukL5VOgM24XfISI7B8z+lDm24N50YZs2ikObJIBiCx9xIb8HxN9SI9q8Tl5tU/cXHTL4K8v3AZ227ntsc7bze2ziWpY7AWU3ZkjZDO5p+BmlbohOfVedZPYwJz60/zzMcfk1ow4+N0IhAl+WNLS9T8HpziWUMXJwh/ix5f0mqSDgxz0f3vhTve5faQFuxShhOVqFMt/PavRJj/xsjAA/Qq767teT4AGESJYcMGaQs8ksPllnX4+M7NNx4NXBwRd5e/R4MtVdzzxR6YKLeMbpnR51WI926HG36jkzxYCLfkUNO/NKf/CLzvpt7zJfaf5Z2SboaEUQvjd4NbVtDLWbnUGH+sanTlXZNt9eIRZhVukNY/wPLg4/lBb1hSUz6cvqDapyIqUDFAf0wxpUnH9Q7VPk8GFe7d/vyMsM1dYXeYHlt9NncNuCtobOftRcRSDwFTu4MLpUYvvsENyyh9nrWsqg2jVgxwbpiM42rOJMrDqndSuO4xxaPId6XcjpgKz6at+MElTMNSb2YjVxveBu2ls/wuhZ5PPN6r/A3IlLvz1JA0JDIMHvbG1ucTFTSKOKBhfF78hOuLE4REX4kTaMVhcdCf+F0bFgMgvlG5nhdNnsTO/WYZLRYKImEqZK2c2EAWFhM8BcrkeXNSbOTH7MC+1rbUmfo2C1AZoM1m03EefYBuA/mV/qMTBmZlOqseodfnoWdYPdl5JLU1x7be3MH6CmWGBwas4ETcaxIOWCr8aCXbM5KEU1VaM/PqXefgexsAeKGXVT7bjG2xsF/dBwMFfTf8Y+UvlosfSQ98pTHL1SDP58OW7ZqKtfpkK0y47mmzT5bZmV8f8yU8GGN7T3I5lQwN4LBBga17Y1bxbWLcI1qXSenar3xZIgyifUBV7mI0Z5m4PGoA5caewMzYwah1fGv1DtdGRCXGKTomzznhlNPj5omG2OJPmol8bu0ma2ELG3V0DehGpJZpyKOp1jTztOmApnnmPOhc2A7D0a2PYZVgJhHrqQE4V7ITdzWAZVhlg2+kzlWZ0iHJs0bwXBy6wbTqBWlIxdt23tTPxGUSKnAkH5MU13eh+sIEzoTd0UaUhWzDeBI///LL2bDDSby80ezHrzrL9YGSi+FWTGm1ZRlDYG8Q1Dwb187ogErjblibhQThzu0uVQ7dt841VidXD5Jo+jFu+ENFdzPOXaULeQRifq2hlPZei5cqv1dnvPgvzx5XMv9MDoUxCbpCcyvBCun/ksUVyCjsaR3Fdf7/uyYldgoQYQKqW7xUWL0481Zv8pL8scyVfUSlO8EL0R7+9FuTieFmYBaYxLsB4ph/gxU9wePPa6Gvw795lAC1qMH2+4rg8FJV4+ZnUMvkBQrqNeg5Fsw6ffGkeKROus2aqhif9NoBewOLcfqxJXktNyzERgI9ZGiX3u7t5yGPVBysSaAroRDvdeb4TrCU1pbFiDhET/e+w4DzhTUgpyYdUpJ/Ad8x7PY1wDWLbWuBz7ivliy8QfxS+4ZW9SWsOXLmZx/YOjr7BHg6fthUUdbvy4P8cO9SBawa3jwdAm6fSRo9N9mvSVXMsZuYFPYWxnX/HngOjkb+DnZS9RHBIUGdxzZI2JXTOF6GfZIYnq3yvHcvREPgLBuIqthdFbzXyA3mr0/NSn+vRAjkvjhutv6Ta3jffelaSNe84KRPgtzGrbrAiIhJsxUkiMFKwgfKbR3XcxJAd7C+y+T+7Ar+UDNyhMgjOQ/QOIlSvScwfZ61+QAVbNjIUuLfV4ieeHc3rDH08D69ORmpf4hu3TeRPrJliqYOblG5OECFc87uH0kydU1TH0z0RzF1N3OS512nY1+IrckcuR8Omr+Nqn5443zfTQe16Fa+D3kbUQ8qwgZzTqRPRtz3Nosfl+mYtx83DZT7p2g9kuefR4\",\"format\":\"xai-responses-v1\",\"id\":\"rs_6f2f166f-859d-4bd6-375d-61b6a1838ddb\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":479,\"completion_tokens\":420,\"total_tokens\":899,\"cost\":0.00069124,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":192,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00069124,\"upstream_inference_prompt_cost\":0.00006124,\"upstream_inference_completions_cost\":0.00063},\"completion_tokens_details\":{\"reasoning_tokens\":352,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 528.732ms + duration: 802.955083ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1578 + content_length: 1289 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_11576212","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_73433553","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user wants to add and multiply 2 and 3. There are tools for add and multiply, and the instruction says to always use both add and multiply at the same time.\n\n\n## Handling user calculation\n\n- The user needs to perform addition and multiplication with the numbers 2 and 3.","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_11576212","role":"tool"},{"content":"6","tool_call_id":"call_73433553","role":"tool"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_80992294","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_16628166","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_80992294","role":"tool"},{"content":"6","tool_call_id":"call_16628166","role":"tool"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054144-7XSqRnWBMdsk5sVp4y1Y\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion\",\"created\":1761054144,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The sum of 2 and 3 is 5.\\n\\nThe product of 2 and 3 is 6.\",\"refusal\":null,\"reasoning\":\"First, the user asked to add and multiply 2 and 3.\\n\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"First, the user asked to add and multiply 2 and 3.\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"xRfwXVzoI7ub4uNstLcVTuu7+WAZZtMt3XMSSdxWm35hkiCzspszDpMG+hE2GkOVNfQwhOJd7yuVjimdu5aQ44NWMwjydTKyqOdxxHUzsnkXQUpO5Y3KSu1ngX1NW7qEx6kLlxTrQPlqUxE1XMgHGaFHZcTGoVcdapm6IchhjrtGqTLnf6Wze8QaqCpmsfw0EhtD9TBAQTfkvgnBoWmAIzh1TsKZBPdjbEv6YC+Y0mjgOZZtKHcYjvAJMJkdVRwrvGVBIrKZmvL2XhWNntuLQKC0s62t8LXHBbko+lWUvm+epgWMlNSIF57HvqKWlosJTkAe6hvBSHagKl/BG6Dc9dQLyLGuT1rQMEpZPC29rupAv2CQopw+RV9OECU9wQYYTqGmVLqgy3gl9QzgVMFsmjYIkMp658e7Wgfoa/J4ZAe/dTDtmMyoB6q4ZTzsv7nsDK+cdtCRwjc\",\"id\":\"rs_52652d80-12d8-ef8e-bb9f-107c5b072aa4_us-east-1\",\"format\":\"xai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":560,\"completion_tokens\":98,\"total_tokens\":658,\"cost\":0.0002014,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":320,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000544,\"upstream_inference_completions_cost\":0.000147},\"completion_tokens_details\":{\"reasoning_tokens\":74,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323521-gWiUtkr5VTDPfNPqfR5K\",\"object\":\"chat.completion\",\"created\":1773323521,\"model\":\"x-ai/grok-code-fast-1\",\"provider\":\"xAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":\"The sum of 2 and 3 is 5. The product of 2 and 3 is 6.\",\"refusal\":null,\"reasoning\":\"First, the user asked to \\\"Add and multiply the number 2 and 3\\\".\\n\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"First, the user asked to \\\"Add and multiply the number 2 and 3\\\".\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"IrXtd5jFof97P5ob4xn2YrYjyXssyxLS0p5vVxF6zlF+cyH0GMBNARjEiMDwBr/s0YgXTI6AKwEEOVNpMnVHOg717VL7lg+yAju/O+cHGvlTXnFcNwf2uakhS2w4aMiGL4Us3nQTFxlrDWvSBJX6GCgzYy/ZvYU44wzjthgOyeLEdUcSbPVAGkWH8D6T4aR0vbaFBrPcZBJ+rwSi6ja3SmCR3SbEM6eLMMCODdij0lkdhVdcZ2UvEVdW1txAq4HHBxtThrRuSXumz8e7kxuLNRVKph1g3OEObOZKn0QCOwK9QamOK0EE8yLmrovZGjKkx1DQ8o0bATRRaRjk24hVn/44djfriDGzAuz4Hb3T5fiGpn5MqfABUIlz6iNKEZOQLphZKvufvXnRrUTmp5zbuXIxMe0PppExsmtDDIPVIKXsxHw//NfQRSV/vbUcBijRtWKu+3nbPgWHE6bONGVw3TDTqtCd09LJvGkm2eTQJJxgm8ODuivfjJKhQyml8YVemJsQ9MekJb/DrOblnW2L8pOi1QmiidRL//OYZbwPpBwTGdiHk45L24f9V3bJrH7D9RIMyI1VgsWurm41hbgywhiHuLsCdasgWAipHmSL7EMW2CmoS/1K5zKnF+2KYgS67eH+I6j2g6W6v2Ca9JpJCLlFCsxKt9TwRW0iHMyh/azpnQXJ6jpjgmPkQp8uuVrEJ9tFJp7J1hSePcMk1ztFZGXeYwmfzf/IftmSKDEfub2pGxwY66GOY55xYIQOJeXx4xUX/xPKL0ZVqqKOu1LEdtgm3YEUlnnvyyK1WywgLHtjMYSFQdBR5OPjZthBQOzyfuYDhv2vnCcqmtGM0irfT2F5qQPMC2Qz5gPu4OaUaABuzwOd0D41XYjS/1KWF89tTYbPlvJ2F/dx1TE7HMic4MkvEQ6LLzcyoe4i+zM0Cf6/QSjMQvZUyzFNbFtT/D6y2AVrtcvdG1JI8D++1LbHGxjJ9G+wZZkD2xkkHBjvga52R10md//lULJsQbAKvah/JO+WQd0XI5pSNFkH/hcIIILRR3JlRymrmwinVWwCtuu64gbo6JQz6I6BnG3scE4IpdlgZFdCGmP16W60sUJyHVHZ8aRVvOoVDC/Mr0May5mqchEBR/yB04SQzHKfI/c5Ntkm4KBimeFPLYbQ6edaKOY2UhB7QBmU\",\"format\":\"xai-responses-v1\",\"id\":\"rs_a4466668-a0a4-9577-82a0-f60e1844ba8b\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":564,\"completion_tokens\":225,\"total_tokens\":789,\"cost\":0.00041574,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":192,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00041574,\"upstream_inference_prompt_cost\":0.00007824,\"upstream_inference_completions_cost\":0.0003375},\"completion_tokens_details\":{\"reasoning_tokens\":201,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 551.782167ms + duration: 2.637102708s diff --git a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool_streaming.yaml index 75898eec79c284f81042274a301e168c4aa09544..5a9075005107588337058c0b2f0a0aea08b93ccb 100644 --- a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/multi_tool_streaming.yaml @@ -24,75 +24,89 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"The","reasoning_details":[{"type":"reasoning.summary","summary":"The","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.summary","summary":"The","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Add","reasoning_details":[{"type":"reasoning.summary","summary":"Add","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"2","reasoning_details":[{"type":"reasoning.summary","summary":"2","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.summary","summary":" number","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"2","reasoning_details":[{"type":"reasoning.summary","summary":"2","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"3","reasoning_details":[{"type":"reasoning.summary","summary":"3","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.summary","summary":"3","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\".","reasoning_details":[{"type":"reasoning.summary","summary":"\".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" The","reasoning_details":[{"type":"reasoning.summary","summary":" The","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" system","reasoning_details":[{"type":"reasoning.summary","summary":" system","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" prompt","reasoning_details":[{"type":"reasoning.summary","summary":" prompt","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" says","reasoning_details":[{"type":"reasoning.summary","summary":" says","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tools","reasoning_details":[{"type":"reasoning.summary","summary":" tools","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Always","reasoning_details":[{"type":"reasoning.summary","summary":"Always","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" at","reasoning_details":[{"type":"reasoning.summary","summary":" at","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" same","reasoning_details":[{"type":"reasoning.summary","summary":" same","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" time","reasoning_details":[{"type":"reasoning.summary","summary":" time","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n","reasoning_details":[{"type":"reasoning.summary","summary":".\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Interpreting user request \n- The user wants to add and multiply the numbers 2 and 3 using both operations.","reasoning_details":[{"type":"reasoning.summary","summary":"\n\n## Interpreting user request \n- The user wants to add and multiply the numbers 2 and 3 using both operations.","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" at","reasoning_details":[{"type":"reasoning.summary","summary":" at","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n- The task requires handling both addition and multiplication in a single response.","reasoning_details":[{"type":"reasoning.summary","summary":" \n- The task requires handling both addition and multiplication in a single response.","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"cGl8lhSXiOt1MYGQgIDMy5UaCrMCywHWoiDI6mk0ECjZ9uP9YP1JRTINsHZzjqF4ZAAnmwB3/janVOxdFPWcbnDc85d5uHszu0+42lV0dJLBgt75ihLkWVMysxpa5vDi5Y5Kaob9gsykmWsDYAtFUBDOZqFeI1j/MoMMbSNM6ciCJz5NZlUjQKWuETE2XJBChCaymYHPL0xrDU+QcdPsO+zygzxWaeXRtBwUVEV9nMvMNV4ZK/kPPd5cqNGxV7xXhwqaaxp2ILyORO94Mzctbz429mLkxm2DiUq7RA5u0Lq+UisbBHsmPxxSFs6panamtDB4zPvFik8QqMaF9/WcZyfngdgTNm/VDTpI6v2lPJSZKDQXPLYCrLTn0iKtMjZBz8cnzkfcTwrtyu2OFwPhX4h9o319dOkU7AcTL9D/2ux4P2ovXmkArrsedb6oTTbNJMwNmFmrXtU1bE5VWLOtt8jEC9DzT2+8WK65MU+FJp7VQdA6o7qu+kXFjJG6W2vPKyjzHfNBYT5fgfmftvkS8NORfFfKLWJ76BgmMbythd4i1zMV3doL9P3IpS5lZrCc2xCfawvRywzNWlnCH5pStqxXTDQrnuF6tj1wnUHZME5ktKghNQW5/lLiU42+O2jFfAKciUIAYyOkpdY3qh5u48y7/wLueCZK+fxxBOX8oI+Op26Dn/HwS6LBlgcg5MHepAKDQPJsrvckNjGp/N2gvjUArQT4I9oOAoY3SNRnCM/jwy6E5QVvvjJmXHWHn7yuK3bbFKNhgc3DadA1pWxK+6ki7I7EAeUE7he8h5GD2N6moqMf4g7/My+Pk8wEBi2PIsBckJauWyXPVFSLyn7xKRd6XB7UfMXWG++mtLTR7ks/ZAVSbEmuRIMV2wPwCi5P4ofu0o9yJD1Hv+Y8+8YxEuJhsRkBvokw/hpoWkfrbDotpOn7HZQPWrDUlfyr/DTzf3xGU4xG4Cfc5sC3kO5mRmgk3FJo9MejfaUOyDorC5E+anuAzidaSiun0OzVguaD74+UHwNeUGKb/XKSUbQeRrz//3x9cvFdHU105A9TJHc4GwN4170bowTfvItDUzL6+5H+SrlKgNx+8cvOtPM7QcWTDLj5LRWDTHJYMo5qcAAsS9uKaP4hQEOT34D7iTlC2p8BgoLSFHknI2CKQSo7mn+Bipx6mahHz/6HX8vMouGiXTlEEOjJfdW1u96ku2Zuu8RII2r0tZqHjc4hNgudVqv84vZEmKZKy98cRrUux/Gx4pca3bXpc4VwC20mB2f+gTJjPGCduSCQYYOzphw9iRLo3tTQMAg0IEFauoX/Tlkn1BYy","id":"rs_76ad99b1-8eec-df8b-3a3a-5e5d65c7faa1_us-east-1","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" same","reasoning_details":[{"type":"reasoning.summary","summary":" same","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_03955341","index":0,"type":"function","function":{"name":"add","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" time","reasoning_details":[{"type":"reasoning.summary","summary":" time","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_95368301","index":1,"type":"function","function":{"name":"multiply","arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\"\n","reasoning_details":[{"type":"reasoning.summary","summary":".\"\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"zFCSTMl4u3ImlkN5nZCC7NpB9eZGgUww1k8qERmidIqo/Kl7l/P9Av+PP7XjZ7MI4Wcans4j0fmPrZ8AVfbznufPg9mP6IhjWuT80h5P8Ghhffq58gf7UNcQbOLJDq4qNgsM93BIMqGhUQVmOgpLlDq+0qK5x9Ki1aUrAjlpwwN/pokCTUoXAlhgrm0P1c5oRml8PS5/DH2bGE9FZT2oSCnH6ZxbKWk1IMAAerjhwTypU6cRe02/V5RPkF4zUfZxzHUHkEBJSkpaSgscwbHwRfeU4qJXOoagRKSsCmdGybQL3ZmXur6FV+Hx0BJUY1bhwnkj5Y71mpJB2YiWxQBsI25/6C+3AKzBhXGS5p2Kz0NPeWKWpQW/3A29Lg1ndgQomAtNGSc3hYFwzS2Jjwtq/g84E7NktADpYCr66Y3ee1nQCfeNnfrMwrrn9GPrOfHLjBZbvDMGHnh5yxNvtzMoYuGuT843znbu0zqZlwXpcfbV4RaRnjfgkFAumA3TNM0Hu7kwPyIVSm6G+8gh1mnZGoNMnYogXwreUF9uNtJH/ol68tUXw/YPaV4w4RKqg2J830Rr5pTlMfJTG5M2IffCxcfqkRBu0qgcMHoZWO2Oe1FJmbBl413TFzNcGHI932QfnoUouw4l8ICef8eIm917OzieJAan8JTvb0hCswovD3p2tGXHtrH9oBUehwpmn9amUNWofmwJOcTyhgfhmSJCUTUVXQ6aJl7JrDEOyVQDZuFQgtU016KQPAT96vnyvFhWAtqpNoJp/2XQz/bQjppTF9MzB8olveUG2NyHJUFOXfI/nbcY2VqLIKTTpwqw2xW2I5CA4OF/vDZj26WhGjE3iYE6zWKSdmBxzAu86UR1F/joeuGEX6WxBaAufF63/WXOOI2Tl8pf+X/AeGdg1rjRB53jDqPAH8YkHgCiijaqzxFBTt7ppmTwQkf2iISgmDX5RlaF5na4FNxDBa/8OmZH2+kEU1/l7T524QwkQn5OkxuzwL+5MM+Gl7cz+WFlUPDT6mCyBsRlcgoCU9Xs4f2kEPpq8UDKPtxou8RHuS/TstWio8fKRbD0cqrHUICKhFe7O96gGJT9POrSj8lgDdLbHvkC/HP04jH/fsdx8WFkY8XESWQbjAxIHxlsPpXMZpzlNQFT2RMvnMMHKnraVMqJKR2Z288ivV0AVbfJdGZW6Mm0bbE4Wem7BtPD3FHOAE1hP7kT3n2IG5EcxGZY3ToyTYo+H1VQ","format":"xai-responses-v1","id":"rs_abee0330-3314-8aa4-328d-160d6330fcc4","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054146-TJznqBdTapU8K7vXSLVs","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054146,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":475,"completion_tokens":290,"total_tokens":765,"cost":0.0004724,"is_byok":false,"prompt_tokens_details":{"cached_tokens":320,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000374,"upstream_inference_completions_cost":0.000435},"completion_tokens_details":{"reasoning_tokens":222,"image_tokens":0}}} + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_24685106","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"call_09709929","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"a\":2,\"b\":3}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"completed"}]} + + data: {"id":"gen-1773323524-sZIRQMKFNrl4kslO0v1w","object":"chat.completion.chunk","created":1773323524,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[],"usage":{"prompt_tokens":475,"completion_tokens":300,"total_tokens":775,"cost":0.00051044,"is_byok":false,"prompt_tokens_details":{"cached_tokens":192,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00051044,"upstream_inference_prompt_cost":0.00006044,"upstream_inference_completions_cost":0.00045},"completion_tokens_details":{"reasoning_tokens":232,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -101,15 +115,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 694.5735ms + duration: 797.091417ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1643 + content_length: 1475 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_03955341","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_95368301","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user asked to add and multiply 2 and 3. I need to use both add and multiply tools at the same time.\n\n\n## Interpreting user request \n- The user wants to add and multiply the numbers 2 and 3 using both operations. \n- The task requires handling both addition and multiplication in a single response.","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_03955341","role":"tool"},{"content":"6","tool_call_id":"call_95368301","role":"tool"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_24685106","function":{"arguments":"{\"a\":2,\"b\":3}","name":"add"},"type":"function"},{"id":"call_09709929","function":{"arguments":"{\"a\":2,\"b\":3}","name":"multiply"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user asked to \"Add and multiply the number 2 and 3\". The system prompt says: \"Always use both add and multiply at the same time.\"\n","type":"reasoning.text"}]},{"content":"5","tool_call_id":"call_24685106","role":"tool"},{"content":"6","tool_call_id":"call_09709929","role":"tool"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -125,73 +139,129 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"First","reasoning_details":[{"type":"reasoning.summary","summary":"First","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Add","reasoning_details":[{"type":"reasoning.summary","summary":"Add","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" number","reasoning_details":[{"type":"reasoning.summary","summary":" number","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"2","reasoning_details":[{"type":"reasoning.summary","summary":"2","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"3","reasoning_details":[{"type":"reasoning.summary","summary":"3","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\".","reasoning_details":[{"type":"reasoning.summary","summary":"\".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" The","reasoning_details":[{"type":"reasoning.summary","summary":" The","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" system","reasoning_details":[{"type":"reasoning.summary","summary":" system","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" prompt","reasoning_details":[{"type":"reasoning.summary","summary":" prompt","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" says","reasoning_details":[{"type":"reasoning.summary","summary":" says","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Always","reasoning_details":[{"type":"reasoning.summary","summary":"Always","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" both","reasoning_details":[{"type":"reasoning.summary","summary":" both","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"I","reasoning_details":[{"type":"reasoning.summary","summary":"I","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.summary","summary":" have","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" at","reasoning_details":[{"type":"reasoning.summary","summary":" at","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" results","reasoning_details":[{"type":"reasoning.summary","summary":" results","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" same","reasoning_details":[{"type":"reasoning.summary","summary":" same","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" time","reasoning_details":[{"type":"reasoning.summary","summary":" time","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" add","reasoning_details":[{"type":"reasoning.summary","summary":" add","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\"\n","reasoning_details":[{"type":"reasoning.summary","summary":".\"\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" gave","reasoning_details":[{"type":"reasoning.summary","summary":" gave","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"VYx0N6GsXnP/om2DGtABPxLQ+/GMeW6t+A+hGu73hWOJhdtZMGB+gNUqVMZjHyluwvpUstPS8BwsjX/SmFADG2H8a5+wJ5JZQxqqKNJedoYA+2lYBzECJEtokIWLsuG3SQ+fL3gnGfogOyfoDaEcCnX7smiIIku/9rhh7Bqb+1Xt1TPuJo1C1sZ6CTHHDCmtC56eBpnhXuRhuGEHF/bIkLJP8vWmQAL6uYCC0oONY572Jc9TJaagM6ndoihGvJAmkoXYcZCVZ1ryeHhs0zVq14ZIxnnMYYGjDDuTuZEQTsx0chDHOUyiAcGTzWcuYY9NCq4qkI0OfOsekmAFKAT/Msnrd3wFY/MC109Eyh8Fht4IVGcJI9xNcoCVNl1t/+7FwffDafL6XdRbPDFONroTOkfYidrtb9dU0vWow++48CnaQCuxN6x7THD53Rf95j9k1sR9W9hcJJCoUpZG4obcEry7RFHRZtxNj14MglIdIwMsZ+7lyzQzGSsd/fyBFk3gMzfZLPMILbeDcoX5TY6X1Q3/0hIls5TJuhQ5du2TzyMj0JNT+mCRwsknFb07fHSb/sEwXnrKgXsU15caUjpWLCztJ0Nh+Id12lGUcUCYT9ZNeFxkfPHS0N0IeJtWTQTB/aPJ+Ch7PVJxPWxgTsBiVnLza3lOQ+2DfT6bm3jdsXVzWa9GDsEkmNOSSno1gt+EJFnLaORAAPrcltKOC3iLJkH8NxisG61NmQRYeEGTUxU9QexFJWMD/V6BUes0epkPosJHbjOqFPsKy8M5BKIgaC90RgjWOaFHErZeYx95UmPl/46JKnVd37M2t2FSWWAALxK+12mJX/BtakbVW8Rm+oF72LeKfSdlphR1h4xnsSKj4/hviF8JrSL/G+wQ37M5+nhmHEKE1m2hTB//i93bMhiOnqxaT2uBqFdqMHUgj/CoLBsH2h9rWR1kHrK3MG4UrV9Gbqu25UnK/wKvYqagpHrESbVt21Z2UYUQN76tL7UIXjpacE7SyvWyw+KfGF5mDK1rqpGm93aJfWacNww5xIYkpfHi0CXVXJTivjem4P7YS82kzQDKnbvME4p3RA","format":"xai-responses-v1","id":"rs_91703a06-dde9-c749-1534-232d8490ae08","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"5","reasoning_details":[{"type":"reasoning.summary","summary":"5","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" sum","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" of","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiply","reasoning_details":[{"type":"reasoning.summary","summary":" multiply","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" gave","reasoning_details":[{"type":"reasoning.summary","summary":" gave","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"6","reasoning_details":[{"type":"reasoning.summary","summary":"6","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n","reasoning_details":[{"type":"reasoning.summary","summary":".\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"AFPTbME2At55JwGnp66prJbrMHYPiUJDnchDVWvLE/CaN95V9X2YIDvX4l579PttFeRQZ3ZGnoOUmVc1hFaksP8h9AzALmYtC8le9n+xb5GD/VlIxNu7Y5tJipYIbvFwxZaoZoLQVHcvasW1Y1UqQ4Nv76KhtDQ4LakRY5hV3jpAdwwYCX+FsJcu0PaQ/m1wqL8ChBMgZMNApUMoQ3zGou4OUjvFLpP2eqg3yW2+WUPepKIAwltLc89S4jC8FB1VugtMAQS5HV6KBDU9c40dfyDpiyFWvQVQLnowZeKuN6vTV7h5MGwzFNfZJaGIX+dsDiJdGzDZPSEmxE0E3OetCr7E/4QdHjfWUbOfsrBAIsLJzQ","id":"rs_a2f68867-fef0-30a7-2364-9eb1cd0c3690_us-east-1","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":" +"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"5","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":" ="},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" product","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" of","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"5"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n\n"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":" *"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":" ="},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"6","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":"6"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"completed"}]} - data: {"id":"gen-1761054152-YYZUH6VDckQzLikTXyIP","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054152,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":556,"completion_tokens":77,"total_tokens":633,"cost":0.0001691,"is_byok":false,"prompt_tokens_details":{"cached_tokens":320,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000536,"upstream_inference_completions_cost":0.0001155},"completion_tokens_details":{"reasoning_tokens":62,"image_tokens":0}}} + data: {"id":"gen-1773323527-Cdk50FQYRIyjzJj9MMWH","object":"chat.completion.chunk","created":1773323527,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[],"usage":{"prompt_tokens":560,"completion_tokens":200,"total_tokens":760,"cost":0.00037744,"is_byok":false,"prompt_tokens_details":{"cached_tokens":192,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00037744,"upstream_inference_prompt_cost":0.00007744,"upstream_inference_completions_cost":0.0003},"completion_tokens_details":{"reasoning_tokens":176,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -200,4 +270,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 683.774625ms + duration: 661.626208ms diff --git a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple.yaml b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple.yaml index b4032fcc3028441b4b68c2969e3ba7f56807e593..d5d375fcb2ce9fb3c37b52cbd505f9efe6c55459 100644 --- a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple.yaml @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054116-RmAaRVVL0OjqPdSqcv8v\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion\",\"created\":1761054116,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Oi! (That's \\\"hi\\\" in Portuguese.)\",\"refusal\":null,\"reasoning\":\"First, the user's query is \\\"Say hi in Portuguese.\\\" This is a simple, casual request. It's not a closed-ended science, math, or search question, but more of an open-ended or conversational one.\\n\\n\\n## Interpreting the Query \\n- The user's request is \\\"Say hi in Portuguese,\\\" a casual and conversational prompt. \\n- It's an open-ended question, not tied to science, math, or search, focusing on language and greeting.\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"First, the user's query is \\\"Say hi in Portuguese.\\\" This is a simple, casual request. It's not a closed-ended science, math, or search question, but more of an open-ended or conversational one.\\n\\n\\n## Interpreting the Query \\n- The user's request is \\\"Say hi in Portuguese,\\\" a casual and conversational prompt. \\n- It's an open-ended question, not tied to science, math, or search, focusing on language and greeting.\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"Xf9DtlVKCMysuTpyBQ7CHyfooPC19y8XxXQGEObwn5cg3Z/a9+aAvjeAfeSY52C6aaUuwy77eZjGF4T0UAbl2u6U5VfBYBOQ5UaeItOd3DPePzcBdUtNwicC4z/4HHRkjNtvNduG/4z7r14eKckh5hkr8nivotcaVCnZTIseQMX5nEwomvLRYDSVbFz5S0qGMC6V0bI+hcpwnR192gz9b4c6i32lewzKx3VXMXcmn1gdBGk4HsJInRRAWZRYqnoS0BG6Ss4Cgbnqgn7LSj3f2ACDfhU/ZrcYOlzCz97wxUzxWuVfmV4/j0DajhVWb8SRfRhX88d+trgfltGQ0E3+iGGsJoYPhkRo+HtSgfzEOA7Gjk4n+QhfbUSG4IJnVr3fnIldrpUvG2BAbT6Yrwv5yyZRZJPIucBmzxEIEeC8uqiwA2G8SRrsifF7y51nL0MBqgbwi5yEALA4juadGA7y4a7JXYwqt5iYZHo83vcj1AFZmjogdoh9iqFoDjcMeDKMoOwbANvu/NmV9QLHwfbIss0+cZ3zBwVp4cGq487f57Mop8ZnK3xeq2QrhTtGlaggvczWnG0AFIEJRjoA3OaumQFCTcC1yV5om71KgbLO1S8Nm4szSgHiAtSnQhdpznw2W3KxlSQ4sUn4eksIX9DOTvCV3zW8yxJzVo2vMs09GA8VuKG1g8XSNzsXnZyE2LpvFDq2ltvO5p7rxeyNaXwUgUQ7uAMA38CZ6JQSUtTC2bTDtmZeV7qCTd+OR8ruDhWYEKDN1UYikFtzB0dJ9IM/bp2NaTWJv4UuoS17L3rQb1Tagm8FIPOyxPogCKlxV17StvOJetcuG8ivweWDoGDNeZqKSStCBjPDVoM1Ic+HwQHx2ov4eBclFX1NGXkUUfQv3TLvtFfUuXA1kyEZQ8+aXOuFW7HGMxkJetQ/Y5EKw3BPIxsfoVg2PeW2MI7/QakwPz0gmxpmEESuPi7h4F7999HGYwU4o//xjtFA9KFgDSgOV8U5i3HpUUQtHBzFQGJ6tP57sbnAgtvSJ7YNyNjeoLYdNcqfPGkyME5gn9nX6bPCJKCxYSB/8BxlRv9UvRKkrrgQPW9F9qOo9DHeZ79UmWl8I/L82ASHug9TFqDhwz5tWhe619JO6haMWTR0C2uIwrgSWvfZ6tNdH4IdjhtEMxFSANBPNSOWBuWGZEJDhMeg4h9WS2566/J10PCAWXzaZ6vCa7o2mYN80LsF95mLaeizn3u8Etzz9hpw9ZaO6cXUFj4m0KN86dIBOaY+FGbxltR5L2SLdY1zK9/z4oS5eKaKP9FUlSVXVxueu0y/IvEK0lgfe+Wp42zVLxYjf902StA5F45dxqs42u/B2bxOnSGpq7kd6pqghxfXZax5NaxFB0NYG2OEz7e5wADPaQir1Pn3pth7lq4/\",\"id\":\"rs_66bf7ee5-6780-5aad-3399-62114b35af11_us-east-1\",\"format\":\"xai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":213,\"completion_tokens\":238,\"total_tokens\":451,\"cost\":0.00036504,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":192,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00000804,\"upstream_inference_completions_cost\":0.000357},\"completion_tokens_details\":{\"reasoning_tokens\":228,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323500-nF7twYYeGLtDW7HtZOIm\",\"object\":\"chat.completion\",\"created\":1773323500,\"model\":\"x-ai/grok-code-fast-1\",\"provider\":\"xAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":\"Oi! (That's \\\"hi\\\" in Portuguese.)\",\"refusal\":null,\"reasoning\":\"First, the user said: \\\"Say hi in Portuguese.\\\" This is a simple request. I need to respond as a helpful assistant.\\n\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"First, the user said: \\\"Say hi in Portuguese.\\\" This is a simple request. I need to respond as a helpful assistant.\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"xfBMdNJZIgC4PLGqRkEwMBRi6Lc12yr0dZFmlhE5Pgsf7MDzm1/p9MT5MHbpP/nMzZaaWfwFCPhgBIZ/1hzhwkO5Sa+bX/mFnyRAiwvUKqJvyKJmxjH7aEl9Zg1ItUR9SoWEMk6DtKNmh2Q930alvhwrGVSSqPHr1lmombPzepnEx5T3EW7pnOXGMHZGRXXaPQ0TqzaRAaV7DZPyyS4k/SjTgkHBVIx4mdWZrfTZacIewtsJ4NH7QkAB9L67iwLmsILAnmIio1AUEZXRH2jFt340d+M0Qz8Qb5WbfUpp8BE4ZS19m4IsGU9iDp9NCcUTIeyuA3sRrLBM3CjZz8xsDVUHDbUWSMdPigaf055XFWktVXKzRW4ed81KEHjf+fU82mf3Jble+2IrB7WcyZ8jB2gFd9MsaeAa2CQKjB5ZwZ8v5Dk6n3vEZZNjvJ77WrZJh/qbk0bOgIxxWpnj6BRjD6TtYpqw76HzujNmdmlTbmMokv5725X9hzPoze4x8Es7V0ZXYIN5jY7Uj8r2SeMU1YnezCihx/IK9qqQSaMgPYXeHAushvbjwd4ocKQinLgyqlgnqpD9KcnblM4pslv6ycM9aWjXRwK2ddC0t8CiGCcuRZ9rxg7VEPHS6VVdBfE6Ip289EBXi5yj2jwb+5YB/IyN2ppupcj5nVoFxjR9HQHhPspLimQPrHuNk2C/2i3F9nSOt1ZqNa96Dx5T4q4CjdfVRq6zcEiBeTpAF4rr1Vh4MNl8zeGzLoOMrjfao0V56hmCEH8s0TZJOwjJ6dMt8tuYnTjPBaWcrFp99PKYVsim7G/zesRQliXdqNqayaJ6u8EyA+tNB/DUaz3DDm4PemPWw85ZssyBxsYx77ReyrtwilvxcXQfFSTqN/zpbUE1xUoprO4y+iFkoRI+k7tjd8rIqmTJGTvXreAfKVV0A8Mpzj0g5x0AhfpB\",\"format\":\"xai-responses-v1\",\"id\":\"rs_df0febbd-3149-9d1d-b8bd-2b796fea6488\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":213,\"completion_tokens\":174,\"total_tokens\":387,\"cost\":0.00026904,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":192,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00026904,\"upstream_inference_prompt_cost\":0.00000804,\"upstream_inference_completions_cost\":0.000261},\"completion_tokens_details\":{\"reasoning_tokens\":164,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 682.839459ms + duration: 1.001425917s diff --git a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple_streaming.yaml index 20b1810639329dbbddaa69261fd46c5869de1d50..aa0c4c3fe2ecf011c549210b2ce9b9adf21d0cc1 100644 --- a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/simple_streaming.yaml @@ -23,10 +23,128 @@ interactions: proto_major: 2 proto_minor: 0 content_length: -1 - body: "data: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\"First\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"First\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\",\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\",\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\" the\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\" the\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\" user\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\" user\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\" said\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\" said\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\":\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\":\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\" \\\"\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\" \\\"\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\"Say\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"Say\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\" hi\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\" hi\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\" in\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\" in\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\" Portuguese\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\" Portuguese\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\"\\\"\\n\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"\\\"\\n\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":\"\\n\\n## Handling greeting request \\n- The user asked for a greeting in Portuguese, specifically \\\"hi.\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"\\n\\n## Handling greeting request \\n- The user asked for a greeting in Portuguese, specifically \\\"hi.\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\",\"reasoning\":null,\"reasoning_details\":[{\"type\":\"reasoning.encrypted\",\"data\":\"IGhtx1uXZlmIHNa841650McAFWCLEw7OA0J4W1kdEh+h9EiUs5lhs05/g0eGoQt3CCBnHW+tQNmUOpnw3/cL4tLuPUYarcJowP48ymg9YUfjALKT+CzIYAm7CS9D8ANg8nDUnRNTqo0PxQ79FkohdYYb3p5kvU5pbwUP9DpnrC0Sp15vy5Xx7NXodqpHwU8yxOboLkz+My9Sy9+4WC1zms5fpLLmBNcffY3XSX4ZRVKTYSO8d8/Io2ToM07kA4HMx3JXLcVU1MuBWf7ABeN9zoxngk2mjn5Qb4F/qSPn+L2q3JkwYXQ0ikCHa3QS9siGQZ0vcbyAiQ4E2MeskMiCeE7ecIJWszohWzb/umdLb5R30EZpNUMFtYi51hhr/TxoUE8xP26+5a0+JSmSMtnBWf4DL6XkLFU5+KAYjTUVJbV6zg9YfxydmRiVb1kiUA3c/uLANIxOr4/SZRHWyj+oXNL1Mcjsn3OqX25+vv/ydiZQNiZG1JeQp7+yw0AizJM5hpklPq7YmMjW6hYJpPn7vWKCYhYfeSo+nfBmBNOqjiFnmJYBgfERPzlbDiLBYxZJoIndZ1qg3/QziFxMi8Kxq03/4+PVbbcmgvV0E64W2JwWbQS4L9Fg5DbZzxhAnBxVQlv4YwPu1HTmjRzVzYW2NCmavF3BJEpGvkyhouJrOxASJw8ppMBrCRoJ8ax5b5nOAk7BfcSKAYvKn61S5+3vldDoxCVfsoYHZzuPRIDUFMiEN2WFAf0xzHkUeutj3sH4jOOg+/vco6o93KbWXxHs5fu5KHTFYTbpawEOwb1PcOzzvPnTlkICd8z/MnUJevBdNlpCsney/63RUW3AAWWPjezYDWRMIOEl56D5uAfJ4H01S5yI0zdonCaFJkbMB1Q3qy6TjAD3xW063jP9G3bpTwh7HyXpsEtlxsaV2jB2qjsIdj5KFNVgJBqY1LvZ1taA0E4oXnlCo7/zH48iWzCwNLJIBI2ZQFTythTamoZNDKZ/gPn0EQ0WoP2O1MqOUjPPyujKLyMMPfRJE0n9Aw\",\"id\":\"rs_238277c7-d1ef-f754-58f2-c4754b09c654_us-east-1\",\"format\":\"xai-responses-v1\",\"index\":0}]},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"Oi\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"!\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" (\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"That\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" means\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" \\\"\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"hi\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\\\"\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" in\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" Portuguese\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\".)\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" If\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" you\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" meant\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" a\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" more\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" formal\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" greeting\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\",\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" it's\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" Ol\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"á\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\".\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\" \"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\U0001F60A\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\"},\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"logprobs\":null}]}\n\ndata: {\"id\":\"gen-1761054121-OXqnDXqojajNzEWdaMoR\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion.chunk\",\"created\":1761054121,\"choices\":[{\"index\":0,\"delta\":{\"role\":\"assistant\",\"content\":\"\"},\"finish_reason\":null,\"native_finish_reason\":null,\"logprobs\":null}],\"usage\":{\"prompt_tokens\":213,\"completion_tokens\":194,\"total_tokens\":407,\"cost\":0.00029904,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":192,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00000804,\"upstream_inference_completions_cost\":0.000291},\"completion_tokens_details\":{\"reasoning_tokens\":169,\"image_tokens\":0}}}\n\ndata: [DONE]\n\n" + body: |+ + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"First","reasoning_details":[{"type":"reasoning.summary","summary":"First","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" said","reasoning_details":[{"type":"reasoning.summary","summary":" said","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Say","reasoning_details":[{"type":"reasoning.summary","summary":"Say","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" hi","reasoning_details":[{"type":"reasoning.summary","summary":" hi","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Portuguese","reasoning_details":[{"type":"reasoning.summary","summary":" Portuguese","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\".","reasoning_details":[{"type":"reasoning.summary","summary":"\".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" This","reasoning_details":[{"type":"reasoning.summary","summary":" This","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.summary","summary":" is","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" straightforward","reasoning_details":[{"type":"reasoning.summary","summary":" straightforward","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" request","reasoning_details":[{"type":"reasoning.summary","summary":" request","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" respond","reasoning_details":[{"type":"reasoning.summary","summary":" respond","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" help","reasoning_details":[{"type":"reasoning.summary","summary":" help","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"fully","reasoning_details":[{"type":"reasoning.summary","summary":"fully","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" as","reasoning_details":[{"type":"reasoning.summary","summary":" as","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" helpful","reasoning_details":[{"type":"reasoning.summary","summary":" helpful","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" assistant","reasoning_details":[{"type":"reasoning.summary","summary":" assistant","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n","reasoning_details":[{"type":"reasoning.summary","summary":".\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"8fopb22xFHgGfz0zv62orVTO6jMBz01Mfp6kEycJDH4ii1TIjEY14IwUwGYdakrXwvYrG6awrkGEDFv7bqN2OsWGZz28a2BLCSJHwd/HGUdzqg6lMf5W3GOR1bmOPxcjD2gv7u3n4onNaSqtBrwDezYpYKqsSVOss/CkX1RDOHSL8k4OaHbe0xwMXqFcJHVPdRK+CUxgf5/cutH61l5hMlhZZHG/nvbG7b5jAUC6ZzZITTG3LBbalcnHPE4K0OxDwL3fE/7rnJQdSPVlR9vKhVahgTviO6UER/ZTSFRxRK04wlOZlPjRrgd4Xo42U0F+1XOjzuGZ5KBQgNzaXlpzh3YzZ0ypuAflLo54rfDRRkx/q42dofxVG9hr9Kpwriq3siB+CckkGGJFwsIZqLpim6idVbQ5LgTMcSuexaNw32ne/iNfiL7D5kjNieeQXqGQMeaOHfD0itc8ysT0hVdPJQ7JVn6Tjj217AytF0UvLtcRPLg8lWCvat2EpTyDA4D6KMYxwiWFuET0DUmdWsEBCStE8ANiFNXyacuttkxNI+HEDTQQ06ODf3YZ5MYSzyTxDoALKuRHG1AROTqVmAuDa6zX6yr203fNJpbMe6qpeudZ5rgsg7Wka0x92zgHPXmoaGD1OBkNXL4qKQJ1uEHaETSNtEC0y5fwl66fQG2tVm+cikSRcemclLbZEJPWHV71XTXfav++UrBHnCwCN4UoXdywkkDA8oUFMurLMuOboHpIMQPCrEYTZtcE4YrSftTI90Uj4AaYEZ1QuOt1dwPhM/ypbDOCpYmNrtUETfb5xnG1BnTMve1GRdSeb1akF6NV+9PmUF/5hy4XQ0OoOk6g8lmnxoV933c1Zhg5TagpyK+b2PKut0UA4zkxMZFWQngZZpNCyTtGKzosu22mKyAdbpAuWZiMK0RLrCiFPYnkWtXxQJtUU5PPxhclFsrdHYBWy2iaWUC6QJmLMG3wNlC+P3LRgchcsggEF8wxAvh4l+f7u8hDXOCqktag1YfsCZ2WpRR151T+/5gKQ7IhRAztzo7RaYeENzbrg87rcUGKxxPwa6DpSGFJESyVocuodUIHpuasPZqCnnLEn4khkz8LORe35LcYSidmhq2ISbOEV8yrHyekrTNjkTmn8D+7h+V9HIIbK/qWiesugsqGp99lkMAW5Vq/3YA3ZVaAK9c5ycaucgIYcuGFN9N0G9l37boloAJRg18tP1N/8eQ+lNYDy3MV9xEYxNqJlZQmH7p+8JvAs93LF2HVhQbRYH3cYt96Sad3aVMJJASuiDutUv6r1UiGqxH55OcTzPLt+AWLATP2452cdOKaEKrnETXSBks9ePi5lg/9D875b4uC+psiIbkw5B8AQAPgRU7neLTEOmTCvuz2DgvaYICCiO5Z1ApobSSbXDyx4X8+oT9K3+cYIqu5NqNqOUmNs6n/JK0G5B8lg5Q0TuUhdGKsUyVtM1J2bglHr0DTG2YCcj3L3FUPF3+7Tfz62E00ff9PUvbN7w2AamieBZXB9s/TBwdeMrPECPTTnjXhp972qGNKZCHw5miTeB0UsVhk","format":"xai-responses-v1","id":"rs_f2b7ab90-b7a3-1467-861d-01e13aa7405b","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"Oi","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"That's","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" \"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"hi","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"\"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" Portuguese","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" –","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" informal","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" friendly","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":".)","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" If","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" you'd","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" like","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" a","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" more","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" formal","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" version","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" it's","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" \"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"Olá","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"\".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"completed"}]} + + data: {"id":"gen-1773323503-j1LQxNDjdMimPhtNgur0","object":"chat.completion.chunk","created":1773323503,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[],"usage":{"prompt_tokens":213,"completion_tokens":290,"total_tokens":503,"cost":0.00044304,"is_byok":false,"prompt_tokens_details":{"cached_tokens":192,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00044304,"upstream_inference_prompt_cost":0.00000804,"upstream_inference_completions_cost":0.000435},"completion_tokens_details":{"reasoning_tokens":264,"image_tokens":0,"audio_tokens":0}}} + + data: [DONE] + headers: Content-Type: - text/event-stream status: 200 OK code: 200 - duration: 227.5025ms + duration: 761.722125ms diff --git a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool.yaml b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool.yaml index 0c2b654f70685294a7a224f20da3d6fa19dd9fa3..1a374d201c5e4d2dd3fac88df47c6c2a8c531f2e 100644 --- a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054124-oLsdSux366LQUlPXZ03d\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion\",\"created\":1761054124,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"First, the user asked about the weather in Florence, Italy. I have a tool called \\\"weather\\\" that can get weather information for a location.\\n\",\"tool_calls\":[{\"id\":\"call_92800071\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence,Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"First, the user asked about the weather in Florence, Italy. I have a tool called \\\"weather\\\" that can get weather information for a location.\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gW/QTNM4EI4+f+O7qXC7JJmVjcOngbH/csPN/zlpCalEzGBjful1XVL5Hfz4pz/7IzcZn0UExUOy/svaHRz5vQDm6aWjWY9jeIOJF6KnSPbIEeb0EfT8+HVBcJSv3ICdE79OQrzieXm0aCje7frovWcPgqWn6o7XL7znWkM5cdJpfeTJLXKEHtoPamoi5nIfDfPLQxsGvewkOHkV1buSgYzYO8LDtWD+WOjk1GLxjfBFLv1cePVOH5Nyct8UbWECZPaneuQbLk/AELwaM/J+qMyZM2aJ7M4irvOtLZ1L7Aaoakr3bgKdzZcJ9YS/D+Bmk2AnQcM37ewUMuFaYP3nFkurzUiR8swUNpEUQyfzzYxMrW8puQ5Jc2WX0pZxFU+Y8BFk+7FrPI1ekKjtdzBW6bsKRmANIu5a8kw5mNN/pWTbMekO56dtJ7zMUuxoq/tMfvYoNalh0U3nWCeuHFH6exM5DgOn4tWVgKv/NWMQzOekjcz7zckIOuqsARsLALEVjeF2ypkfmExfBbj36paYJZehU6BgK/MpGeuvGPE2Lpc99NTDseCkGbpfyBtFzFro8cZGXe/kDEMFUSxXRmPCfVDs4wB2k5fbdUAar5yU1Z6Il2a0HtybHTgFSN7xwaZ0IKItymDaVfdKb16sHUxu4h6tTNtdiSq17wVs27UdWWnTlsi0skbhR6wUfZkfE+XtV+IruXuW4Iif/EfChIt+JPgWdCkhAXNZqeTIBn2HH56qI3iAsXT8gA1EeF8igqy0Qk4xPts41RCsIANSgikStt8/p5PV8Ie7EI1ylSgeznKdksH9BGo\",\"id\":\"rs_ed6e5f4a-92ad-6e74-2eff-7284f5d073a3_us-east-1\",\"format\":\"xai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":394,\"completion_tokens\":153,\"total_tokens\":547,\"cost\":0.0002507,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":320,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000212,\"upstream_inference_completions_cost\":0.0002295},\"completion_tokens_details\":{\"reasoning_tokens\":127,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323508-16TGTlzkgBp81nQYpa30\",\"object\":\"chat.completion\",\"created\":1773323508,\"model\":\"x-ai/grok-code-fast-1\",\"provider\":\"xAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"The user asked: \\\"What's the weather in Florence,Italy?\\\"\\n\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_91915262\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence,Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"The user asked: \\\"What's the weather in Florence,Italy?\\\"\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"ENvCWZ9yjx7RuE5dTZ8WqwDG7rwo8AH40p2hMurQkkrXLmHRpsTEUJrDPvnrnGVlSX61+UgbA8vLorWs0NsY1eL6YfoDjKh9E2kXL/bCsblyetZN53WtshsNXl33NBE9pkWOjCg6eRntcac1EwKK+EQubLerHuv6it471jkDgh6q3vMxIw5X3F4w2JJ8roUNtfVoLRNZ0fSclOIZM8FRFlEYhcmW4Jj5/q1F8Jog3jvpD6o/qQVkc+zqatkCwVxkq2xwrGnpodFGSLHBD6TvYyJHQh6f+Nhyi952XTrmxsmuu/QDOMNwRMugvymgMYUKCO7kgTFEg4KLF2mntRfkJywUc6joTGh7EMPGE/IbNV5+oZEX+2rLrwE0T/dtF8e9pdd7La6y8iPV9UPpDyllmAERID4cZqkdVcLgZgzPYVyxHGJggByV7wiWHhRMXBK1eBZzYM5iE3/7nR7VJ0gu6NhmWCwhywS3eTzuiWVAbb0R//ipsc1/y32YUet7osbbop1hgwKp+ljkjyLSsiJxPXzliIwCHqNx4PyfoKk/+28+CKO/Cho87h+Vx8V/8hHaMX01QeLngGuMjbr5Jk70Uqpkj+XzmthW1POr1l2AgFkvWL8bACXokMvo/pI3wYXn86Qpy30I3G3txxnfN0Gd9ehoOh/GHiswXZPF5EW6aCZEASdk12flHLtVv+41uyXnBFcTfZ00x0goblN9nbPl66SE/rAGuriTnyOraMLGAwFerjoxxHs8T7bpGWT+6pm5fzDBZizK3zyHodPY91c\",\"format\":\"xai-responses-v1\",\"id\":\"rs_76d6576c-5d7a-91ba-9422-bd7f598344f9\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":395,\"completion_tokens\":161,\"total_tokens\":556,\"cost\":0.00028594,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":192,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00028594,\"upstream_inference_prompt_cost\":0.00004444,\"upstream_inference_completions_cost\":0.0002415},\"completion_tokens_details\":{\"reasoning_tokens\":135,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 470.70975ms + duration: 1.583899875s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 937 + content_length: 784 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_92800071","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"First, the user asked about the weather in Florence, Italy. I have a tool called \"weather\" that can get weather information for a location.\n","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_92800071","role":"tool"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_91915262","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_91915262","role":"tool"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054134-8YJtdv8QtokjObI4aR6V\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion\",\"created\":1761054134,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The weather in Florence, Italy is currently 40°C. If you need more details or a forecast, let me know!\",\"refusal\":null,\"reasoning\":\"First, the user asked for the weather in Florence, Italy. I used the weather tool, and the function returned \\\"40 C\\\", which I believe means 40 degrees Celsius.\\n\\n\\n## Checking Weather Request \\n- The user asked for the weather in Florence, Italy.\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"First, the user asked for the weather in Florence, Italy. I used the weather tool, and the function returned \\\"40 C\\\", which I believe means 40 degrees Celsius.\\n\\n\\n## Checking Weather Request \\n- The user asked for the weather in Florence, Italy.\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"CJBw6QcFTIVsAhYESlP0tNH9DAz8m+BBN+w+F423qMTwBePXdCFmTj0VoWklVdNDbR09ns1dYB+mnJEUNn4GQRf04hmidn74HdbI0yw8W3HVk8nOX3/6FB/hA/DqGQ1svrDE3sJ3UEwNPDXXshnUxDUd5khkO/dbOtx7t/JifdaTS2CgnzBzEgKZRq4jSxrmeL4ofIqQzJp6ZW/Na4w2KmF355RNKcMFqHbEk0+5vu161u7lsLvcfGDHmMTuSwiQwaECqg/nPeNXDiXTp7Jq3eyHkVxnC2s4LpzToerW9/BmlHhTkY9TmkSM7sBSgNkSbCUh8/J/9sey/JBAtQ8YacbIRva08tgQWDxFO1ckc8pIFpwQY35YwjYk5oO65y3EpjIr8lXfd/6t2Uy56cxGUEohq4qQaTZ3IqdRMeUY1SgViBuRsr9ItMK2O5Rk0rX1UOg7ImISzx8vikxmpjwqcz3XI6gYU+P4akz63NWU8SVKC/Z077b93cMJeVDbot/e/ZE+eOs8uvi0e00rbj76jdoBt53aCu2AFg2UNeZOHNUhwhCLQc2AW2s2fDLUKu1kDXvfbAPGxRvUKIoWS3Cbt/iWzE7FN9SZq6klEZKX/CiHyRwqekfcNd6Xq2bitBzgVYztJO0raZaek7SlSZXJpAd6msg0b55zt9T9SnVnKO+cpjvvNovaBJxQ+qpUXnTgzCeaBfEEmvjmtHB9iPKSCFQRsNTzTl8SxT4HzlPNHLGAM4JaUfR2gUSLA0lvxmEEUJvXbFGriFrloLPGes4JrW7sJPfuTYnlBCKzTSK9Im18YSOCtKF+hyxVXnEauTvlYka6MokWNcNt/6DumL0iNQccXFJNHBa7oLpgBe+2twHPOJyHvOh14bewuT6KMSFbz8dFD0KKXaUQF7ZCDa7T4Ozdjf/yxLNc6IxaY3+9EuassB2RzwzLW8pZnTnCod+M5o5j82pFiq6vMJHbCgb7gRpTEvOhOQmUernomz0eBgbxLd3CO/gvc7zmr0PntK6/KS99p4IXIZJ8d4tL0fr3MoSwyW6gIPj2bPJpyhU2dKrm9Cnh0YVBE2QKy69I3SS6lBJIWCNE+2ES3MicyGZJ3eKBlQiaJvq1xCyyBvqtN5saL+lwsdyWVJz9/kVJg16Ge+iV3RHw3ZlzwabQUM5z6xU5wompN0yS1jRsjv6eRQVh2HwEspxI9DI7kNB/ko4OYjRAcMEcSUJdpwmMV180JLCu8P16XWD+fY3S1K2/dvBvoJy7+Vq8XBhMRDzdZCdV9H/M9nrNqYhXulJp7s0pNK2HtkYAQk53FQenVrMfWhMIP5yAqyVDoSf9/2Gu5Nz1WmhLsU0BS0Pf5gD+mNbPfsC/WMcUo9lSLvuPthq3IKRXSi4DSlRAqFDsYIsvtokT0IvMsgGMoLvf1SOr2jIH/et6TfLOQIILdLKpgvHtcZ1MpyEmvZCddtV3YDgv1zUJZ4xexaYtv31RvE1sLLiiZAsl1PtE0e7m3ieTTFrpob2WwT40rc32AfUANgjdfqoYd8Vgw5B9NI7ZXdwUi3ckTW9Rn1c\",\"id\":\"rs_f90cd679-c9ea-0b3f-65c0-6b6ef4c939b9_us-east-1\",\"format\":\"xai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":432,\"completion_tokens\":276,\"total_tokens\":708,\"cost\":0.0004428,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":320,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000288,\"upstream_inference_completions_cost\":0.000414},\"completion_tokens_details\":{\"reasoning_tokens\":251,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323511-wxBLDmlNIzihPZPsAYWt\",\"object\":\"chat.completion\",\"created\":1773323511,\"model\":\"x-ai/grok-code-fast-1\",\"provider\":\"xAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":\"The current weather in Florence, Italy, shows a temperature of 40°C. For more details like humidity, wind, or forecasts, let me know!\",\"refusal\":null,\"reasoning\":\"First, the user asked: \\\"What's the weather in Florence,Italy?\\\"\\n\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"First, the user asked: \\\"What's the weather in Florence,Italy?\\\"\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"f8BhIczJVu/AvyzDlOjrE5Vb4Z/x0ZrQJ5i1okZkgl5fKbHYgNAuGEw9HAgS4vnFtbMBiKyEi1Y1VxQyFEdj833auBSYTd7ZAlCYitFSpLHHkSD5L1RCa8IaZeX9vCl+ArI7dEix6UgLBR7q1HJbGlvK3oDU2Hp8h/O6WCqKrstle9am20OW7qewmgTyNxSD0452PWUIrG9ZHtev3KvaHPpt35BRuwwHyJqjd/Iel5FXufzTSrQVVggWPJ6mi4DZgIn+h60S0H7Z1EyidBiILQtfz5uH0zPhGHhUSaS6P+D0FIqHEBGIg5OAmscr/6mxMLeeo6nxw6YfW2nH5K5UhzTn3PRvsRtOADioKMnIGgUPYhvFTv+MAgD7J4yl9j95lbIyZjpGKyNdCweA9PqkWMBligt36b8FhenARv3fbfjRgbJBSy7jpnMo0WQ6CW0MglG706d18XCvl70YV1f6g3RB1B/PoiREZsVY0+r6YwpNfKmioMR+LcTaWS/lL4gbi2MjQjDu001c+474KRzKSviKJng8kJNseFTZnH/9sSEpw0EiC0cgkNI7LI1Z44T1m7TXViFpeFzYNs9kEJ67G9iRecGnoXtbppYfNZ5khgNkmZ2BV8939yj1wKCvRbyz8sDkNxxWmNRNDhsGJJD/ioOqtw+qrIWLpWGI0BrBL8Eatb+R5SCf6zonHDm215CuPAwQBFkwqpxkzqjTRwC7VuPNQna7TwIWKiwprmLLs5pEgLmk8d2AA9xwRrSluk0\",\"format\":\"xai-responses-v1\",\"id\":\"rs_1326677c-fda5-bf5e-521b-f086d2ceb2f0\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":433,\"completion_tokens\":148,\"total_tokens\":581,\"cost\":0.00027404,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":192,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00027404,\"upstream_inference_prompt_cost\":0.00005204,\"upstream_inference_completions_cost\":0.000222},\"completion_tokens_details\":{\"reasoning_tokens\":117,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 569.763458ms + duration: 1.227629542s diff --git a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool_streaming.yaml index d4bff4460bc52d8e4a7acac5b71047f828ccd370..1adf641dc0f58e569c63e4788b5cb2b4ffbab274 100644 --- a/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/grok-code-fast-1/tool_streaming.yaml @@ -24,41 +24,43 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"The","reasoning_details":[{"type":"reasoning.summary","summary":"The","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.summary","summary":"The","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"What's","reasoning_details":[{"type":"reasoning.summary","summary":"What's","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"What's","reasoning_details":[{"type":"reasoning.summary","summary":"What's","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Italy","reasoning_details":[{"type":"reasoning.summary","summary":"Italy","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Italy","reasoning_details":[{"type":"reasoning.summary","summary":"Italy","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"?\"\n","reasoning_details":[{"type":"reasoning.summary","summary":"?\"\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"?\"\n","reasoning_details":[{"type":"reasoning.summary","summary":"?\"\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"1u5ieO5zPrt6b1AOgcUcdcB2J/YX2xuUm3F7C8lDAenbRTmKXYhGetkDTtCQkhEoKoJ1QtvSwfQN1ynQoFWiJLPYZEsEPsJDw58gvdgQSLNPCLUh8nsr4x1uRQCAeJv3vmLAS2mSuLkVvZLSxCLmLt4kmtV++PCFgUT6hLDqGD+eWaeMcVIcPFrwN5TLyPANVg2y9CeKryZeZlQh9t1H4RArkp18ZqpXJHr4Xs5Vlq/AODaRSLzMKCw72UTH4wyz8uOSpkRCFfiCrmdxiYWWmFQDqonoToY7Q9q7uw+JWyM7rDk0ITlrHTtMYLYdKubl627px16HZoIq1q4Yu6a+lHzjSUpk7EHYSrMaz1XYM/sLhAv5WItNadtb5eFaPOvjIkpH/FVkxbuh0DpOGTEgG6mK6rlLK6SUUZer3IqJGuHi2gek5MNdmrEpXRBRGo58QD11zLYADtoRO30pZXrivydme7QHRZp6rCHt8yn/xkcuaKp+7lni4wPzidObHXv3b0xzDFC2KWxTs9SVp9wJeNgcd+xIlorlk++IXO8cmg78r+n13SskxbcOJmvJZ6WJ7v+aKaBqwOfzcMwmkfOKvrZkbHhesy4gq1g122MHVA0o05aXICySE9j9jipbrgLIVhouXLmPB9bGvWKhpk+Or0zd5RXGCrThfe/GoLh4zDk","format":"xai-responses-v1","id":"rs_5cac3117-5080-15da-b46f-051a923d7236","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"dY1gp6hwdKnd1Xb6Hwnn+noy9dmU552HLB8ZOvsX7ylLDK+C4z85wvrNg7mElDtfIxVvR647W03hbOSxZCfak+8JeD4F8Noqzgr1K+GHEcc3WTGY3wtWk0Vf0vZWpQnMTlhieqlT0rwHlVCrvNSFCS/lENo7hz90l7/K3hT2IzaeNR7hB7bPjAvYc+PaPZjDqV5L44xEgUDdsuEM54Wyf9an2zn3oJnLOYSORCPX5IC/AWGpB1p+ZB445A0Epf1p6yuXjshYwwkZLOrDM05Z6Jua+sOnWQRH/4X/BWDus5EWzpS4IGwHPfn0lpM6VIKf4NI8DnzttqQeEADVTzk9MxOtOCvle+6f1LlwghW7w4Dxt8hCfGzSRQCdRt+LS5R3i909n9I1tjdYZrOidiLRVG5BC3XcRFP/z2SXGkDkFv1jLSVpDcJpfIXGQWrCQNf1vabnaIc76LXcImcP9FU7haM3tFm32OAPcOX9UG3Uq+8VsGWZb/nZ/OemdllH2hbmz4P1eWaowl8b6y9aywlw+sgw0FGq5Ytc9w3smzSc4e8eD2Jg1wiMBnQjQnzQGxwHKVtlHngxWfuHiJ1IzwfkHWMed6tXAYdiNrKI6y9BfW+Z20UX80fZztt4hyAbWTtlQ4sZ+q5FgD8En9YgjnOnBrdls8Rd4TGzx1mRP1D9WLcnhUSgnUShfv1XAfH2IIXUZKeAcA61h2KIqsMS919eC5/JmAL7Rgu+kSzfYJRa4OzD4qPXvHZCOvrdZ8GZ8LjpeyPoEpgQeU9K+M4hIM6neUs6wwwB4rI+FZoBK5bQ9BkKB+k9","id":"rs_4071253c-6f1c-0bab-f8bb-1e04c08c32c5_us-east-1","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_98634134","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_05843780","index":0,"type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\":\"Florence,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054137-Y2KVAJHkgtOf0Sk7OeiA","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054137,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":159,"total_tokens":553,"cost":0.00024818,"is_byok":false,"prompt_tokens_details":{"cached_tokens":384,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00000968,"upstream_inference_completions_cost":0.0002385},"completion_tokens_details":{"reasoning_tokens":133,"image_tokens":0}}} + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"completed"}]} + + data: {"id":"gen-1773323513-heRhsfFVW4GsI5oiCDMd","object":"chat.completion.chunk","created":1773323513,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[],"usage":{"prompt_tokens":395,"completion_tokens":132,"total_tokens":527,"cost":0.00020788,"is_byok":false,"prompt_tokens_details":{"cached_tokens":384,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00020788,"upstream_inference_prompt_cost":0.00000988,"upstream_inference_completions_cost":0.000198},"completion_tokens_details":{"reasoning_tokens":106,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -67,7 +69,7 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 231.2955ms + duration: 786.196209ms - id: 1 request: proto: HTTP/1.1 @@ -75,7 +77,7 @@ interactions: proto_minor: 1 content_length: 907 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_05843780","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user asked: \"What''s the weather in Florence,Italy?\"\n","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_05843780","role":"tool"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_98634134","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user asked: \"What''s the weather in Florence,Italy?\"\n","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_98634134","role":"tool"}],"model":"x-ai/grok-code-fast-1","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -91,139 +93,89 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"First","reasoning_details":[{"type":"reasoning.summary","summary":"First","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" used","reasoning_details":[{"type":"reasoning.summary","summary":" used","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which","reasoning_details":[{"type":"reasoning.summary","summary":" which","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" returned","reasoning_details":[{"type":"reasoning.summary","summary":" returned","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"40","reasoning_details":[{"type":"reasoning.summary","summary":"40","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" C","reasoning_details":[{"type":"reasoning.summary","summary":" C","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\".","reasoning_details":[{"type":"reasoning.summary","summary":"\".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"First","reasoning_details":[{"type":"reasoning.summary","summary":"First","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" That","reasoning_details":[{"type":"reasoning.summary","summary":" That","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" seems","reasoning_details":[{"type":"reasoning.summary","summary":" seems","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" like","reasoning_details":[{"type":"reasoning.summary","summary":" like","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" temperature","reasoning_details":[{"type":"reasoning.summary","summary":" temperature","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" probably","reasoning_details":[{"type":"reasoning.summary","summary":" probably","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"What's","reasoning_details":[{"type":"reasoning.summary","summary":"What's","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"40","reasoning_details":[{"type":"reasoning.summary","summary":"40","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" degrees","reasoning_details":[{"type":"reasoning.summary","summary":" degrees","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Celsius","reasoning_details":[{"type":"reasoning.summary","summary":" Celsius","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n","reasoning_details":[{"type":"reasoning.summary","summary":".\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Handling Weather Inquiry \n- The user requested the current weather in Florence, Italy.","reasoning_details":[{"type":"reasoning.summary","summary":"\n\n## Handling Weather Inquiry \n- The user requested the current weather in Florence, Italy.","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Italy","reasoning_details":[{"type":"reasoning.summary","summary":"Italy","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \n- The temperature was found to be 40°C, providing a key detail for the response.","reasoning_details":[{"type":"reasoning.summary","summary":" \n- The temperature was found to be 40°C, providing a key detail for the response.","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"?\"\n","reasoning_details":[{"type":"reasoning.summary","summary":"?\"\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"qjIe/sCPewHyaT0H+IlJHI8k9z074vwbwP0sAfp202vfvGtR5SUPHz3PGqbKn5hUQadq+CMF2OHQm7+mGXTSTO6Kfbz0iLZNLoB352np4nZ11VQMCDPQK30Apxs9kfISvj7TBITiAzFTFBUGEo9u6/spBCXPOgghZmvskzY65PQ4BBBBk5Fm69xLemEwV+XkQHXTwF1sR4fPEkIQwUTv5J0cj4BIH9k2eoYjr+sEArldgMW7sFUjfOU3yAe3OdY0ltHL0+9dweH8K5a1tUPmmreKETHsDtw+5fwUhJvqGf1i4QnMrjZQlVHMhqs4LN+XV3SD+OH36lB4BTbL4rJ32oaccz9droGv7btcrarIJaJqOOyWeBfxnutOUWU4nhT26FkMZhHJLnWU7xqtUDWDLivYRCYLVrBA9BvvBJJajMoMeIRoI09M6aCwwOMhzup7WDdPLQq2x7yR79A+/7QrvOz4IE960baQxo6bDOy4dD8H5F8Bkg82DlHo8w7HruGXXKW01Z1vE8iUunPLKfPa0HFprHnJnHzX1280vkOTiPEm5rjx80TiSToFCWpYZ2GUeI4iKa7CRZ1EbrrGILQR+U+ULoTpsbAON+TWpGd/pyis/yQUZix3XOgF4ULjXqqRpBlzVu85VqvpqjTTks/UZS/fZ8EuiNn2MqXmYeLlHx73hfUP99A/SPr52/thKHVlQWVDcmkFflTTJVzupB4yiobqJLvnBDuDWyuAk0IN3hVYSDYAJjCQ8YPNkmsMiEMTDSZ/KCNaDBW9lq3SjtOQyZ9x52L8toB1g87kcUhZP+/je3FBoQaCe6V0R6MZzru5QGiNlWjZDhuBPI9orspzqoWoFd2C5OR1Y01bMS3yAf6R8L2/I6A6XnDag4zhqLnRhSKLvHXp5imakDiFsXi8WSPhpNjXCftgE6AJyr5qkRJuvsI+ThYOZ1pjX4+h/769RL83ofX8mFKooMr9mIo//J5n8rPNshh62oDthGZCJiE9ulTzBgKv5tQ5KCaXbbMinkp/5CwBOrWJX6XfYHzdYQYSgAAjnH7ZHesEJIcgKK8Fiytg7urgK6jTGW0kEaX06ud3Jzk4nN0LnfUDyCUOtOu1yTd7utWUlj6a5PQW1pxAErN8Rj/3/YkLNC0PES5uDtVatFII5GWoIzamUc/TBaizu034Ke42nhKPAoZURSy8ay5uH7pa5VO0t5QXEzNmJCz4CCt61BC3YYIkljbON6Dedj7MWzyTqQfrONPpTU79IrHvSJsjSnVCTSVmSfFosfxR7s9OpFz72XT/iuMLij3MMhDFcdqzmmKqeK9eChPnC2NCG4qZBV+b0mdJlU+pIkDlwxXXA9UdW/giITnET8QiQJVSlWLvc2xO4cYHjKqjr17S9nQYERfw0mFxY0Oo3v+KjDFSU8v1HGTcac0dObE6GR14OWOU0LB14Hhxk6DHLdA3n/f8mpV0kT5psJoE9bHWI4izYU8bEBPwN9Ujq7Kc4P5xfYvhbwILV+TGMuON6CDCvAmQYM1eBSLnOxXTGYcnYG0+lQFtrqqQhyIA18wANrfVz+y+CX7suHD8/ttX/bmVmOiG1L3hxSmJpb3wzQ8bDNC1fq/ySzz8UrsjWJEZhYN2pyOvHnlChNWbSynSXHyDsi7ytPBvBLvvUAPoi7hL6oi5t/SOzZxFCm7aBHIdS9clQwYR16mi+Mjs443nsUZtNuQ3asvFkIgBsK6zFtEVmsrn+JdKzECe","id":"rs_9994c6f1-64b3-888f-d572-80e69663d0fe_us-east-1","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"27mByodwk/M4q13L1MoFn0cscWIOYQkfOij/CD8Xi/wcUI3k6CVWz0849ta8eK20+VPBrc0s9vZrWyuuShdJnJ+PkKsHZh9OCF5/6+LctqTB0k2THxyKgdBkonWm0y20PojCZr2DM3rSJfJe354stGIRkMnvkGsXzt1M13DMcUsuvRPGiAxDvroc6ohQxi50M1yBODkJ25X6P5uRs31QsDxpiiC49WWT/T+yEg/2RACR0pHIKzcc87gOx4/fyYEAatb55Act4iPFTrEmQyzu40lBhVOGs7W9rtTml40WD/RPxfn5uOeDvQaQ3QVHrcFsJqi41+qUBDI2xcOYPawpWsHiSsoNC8f1nqtls6VHxhb9qeYxDxPl4SK9/yu7bo9UqlrLFqv5Vd0mBw8OVdHl74cv2rhCGMkTgFoMzdEBOaKkpjSk5Yh9TS8NjhUwAaIoa8Z82TAn7/K3b9o4T3zL9aCdafGtnzMMDJ29gWT+uE9PQnMHTlv3z7LKoiV3EgXNwRJ0k92CTJ9CpLxrltfphL3pH1KqedaRvkwFNmo1Ga5GmkYSbKJpfI6dPhMWzDG2rMAPv26I/VLYG/0vfq5DRnYJrToBpwjM4YvvcKGl4W9/k1MfMOnQPaPM0vDlRhZsvnQWxfvCqBijr56N0bVQGBgWSxIakZ0LGLTnFJpJLMqWO9cjLh6wGaC8R3w7Jn6u3yfmWTtBVpWLOO9VbCt1CUUA+8b5NPNpxJXz/nMyfVLj8vYuYtHPW5Ha4oGwd1ExWtw5kzDAeXOW7cuEmuIwhxbnNpxh4weB1zdYPzAwx3qBs5Gl1PLZB0sXbsG+aQuxgCHaB+x44j0pyCu1A7Ghq5OmauGc7l8V5Y9/hqqIo9IX9+PNsmfiONUADan0EhjsBcta/NM6hDH3AK8EYN2UgQ","format":"xai-responses-v1","id":"rs_10d65e32-7467-b275-4d1f-6572283c68e3","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" current"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" temperature"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" temperature","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"40"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"40","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"°C","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" For"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" more"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" For","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" details"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" more","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" like"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" detailed","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" humidity"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" or"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" information","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" forecast"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" feel","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" let"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" free","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" me"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" to","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":" know"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" ask","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"completed"}]} - data: {"id":"gen-1761054139-hewkcVBVU0Bl7zxdjuI9","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054139,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":432,"completion_tokens":303,"total_tokens":735,"cost":0.00047178,"is_byok":false,"prompt_tokens_details":{"cached_tokens":384,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00001728,"upstream_inference_completions_cost":0.0004545},"completion_tokens_details":{"reasoning_tokens":279,"image_tokens":0}}} + data: {"id":"gen-1773323515-J7ROgkSK5s3AYrJDN6QB","object":"chat.completion.chunk","created":1773323515,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[],"usage":{"prompt_tokens":433,"completion_tokens":161,"total_tokens":594,"cost":0.00025898,"is_byok":false,"prompt_tokens_details":{"cached_tokens":384,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00025898,"upstream_inference_prompt_cost":0.00001748,"upstream_inference_completions_cost":0.0002415},"completion_tokens_details":{"reasoning_tokens":137,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -232,4 +184,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 245.174083ms + duration: 572.959333ms diff --git a/providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool.yaml index 2550b518c2649fb5c8f98d88a2af69ebd893e292..01b939d993026d12a6a8bd3a92bb272333d87d37 100644 --- a/providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,28 +24,28 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884830-zaGHbgLiY1LQM5ZOVLtN\",\"provider\":\"Chutes\",\"model\":\"moonshotai/kimi-k2-0905\",\"object\":\"chat.completion\",\"created\":1758884830,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"I'll add and multiply the numbers 2 and 3 for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"id\":\"functions.add:0\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"id\":\"functions.multiply:1\",\"index\":1,\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}]}}],\"usage\":{\"prompt_tokens\":201,\"completion_tokens\":55,\"total_tokens\":256,\"cost\":0.00015998,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00007638,\"upstream_inference_completions_cost\":0.0000836},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323489-qBPdo41xHFaoVZOVMG8s\",\"object\":\"chat.completion\",\"created\":1773323489,\"model\":\"moonshotai/kimi-k2-0905\",\"provider\":\"Moonshot AI\",\"system_fingerprint\":\"fpv0_10a6da87\",\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"add:0\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"multiply:1\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}]}}],\"usage\":{\"prompt_tokens\":128,\"completion_tokens\":40,\"total_tokens\":168,\"cost\":0.0004672,\"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.0004672,\"upstream_inference_prompt_cost\":0.0001472,\"upstream_inference_completions_cost\":0.00032},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.143856417s + duration: 2.727534875s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1301 + content_length: 1198 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"functions.add:0","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"functions.multiply:1","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"functions.add:0","role":"tool"},{"content":"6","tool_call_id":"functions.multiply:1","role":"tool"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"add:0","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"multiply:1","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"add:0","role":"tool"},{"content":"6","tool_call_id":"multiply:1","role":"tool"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884834-GInh4t6Aro9w3F9lkWTH\",\"provider\":\"SiliconFlow\",\"model\":\"moonshotai/kimi-k2-0905\",\"object\":\"chat.completion\",\"created\":1758884834,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The results are:\\n- 2 + 3 = 5\\n- 2 × 3 = 6\",\"refusal\":null,\"reasoning\":null}}],\"system_fingerprint\":\"\",\"usage\":{\"prompt_tokens\":310,\"completion_tokens\":23,\"total_tokens\":333,\"cost\":0.00023247,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0001798,\"upstream_inference_completions_cost\":0.00005267},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323492-xXin2fjbs7CFe0HeKEd3\",\"object\":\"chat.completion\",\"created\":1773323492,\"model\":\"moonshotai/kimi-k2-0905\",\"provider\":\"Moonshot AI\",\"system_fingerprint\":\"fpv0_10a6da87\",\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The sum of 2 and 3 is 5, and their product is 6.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":198,\"completion_tokens\":20,\"total_tokens\":218,\"cost\":0.0003877,\"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.0003877,\"upstream_inference_prompt_cost\":0.0002277,\"upstream_inference_completions_cost\":0.00016},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.290988792s + duration: 2.281229167s diff --git a/providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool_streaming.yaml index b5ca43a0cf1cf9192ed3b0da52ed712aad0985db..23309bafb280410c1bc099baea18630bdb8538f7 100644 --- a/providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/kimi-k2/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,97 +24,95 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"I'll","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" perform","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" use"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" both","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" both"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" addition","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" add"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" multiplication","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" with","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" multiply"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" functions"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" numbers","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" numbers"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"add:0","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"functions.add:0","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"a"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"multiply:1","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":null,"type":"function","function":{"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"functions.multiply:1","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"a"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"b"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":" "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":null,"type":"function","function":{"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884837-DAt3ZHwS4SqjS2Q9UlWc","provider":"SiliconFlow","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884837,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":216,"completion_tokens":57,"total_tokens":273,"cost":0.00025581,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00012528,"upstream_inference_completions_cost":0.00013053},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323495-h6a1FFBRiNC441WUZgSb","object":"chat.completion.chunk","created":1773323495,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[],"usage":{"prompt_tokens":124,"completion_tokens":55,"total_tokens":179,"cost":0.0005826,"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.0005826,"upstream_inference_prompt_cost":0.0001426,"upstream_inference_completions_cost":0.00044},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -123,22 +121,22 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 2.16851625s + duration: 1.749824042s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1357 + content_length: 1319 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll use both the add and multiply functions for the numbers 2 and 3.","tool_calls":[{"id":"functions.add:0","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"functions.multiply:1","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"functions.add:0","role":"tool"},{"content":"6","tool_call_id":"functions.multiply:1","role":"tool"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll perform both addition and multiplication with the numbers 2 and 3.","tool_calls":[{"id":"add:0","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"multiply:1","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"add:0","role":"tool"},{"content":"6","tool_call_id":"multiply:1","role":"tool"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -147,69 +145,89 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"Here","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" are","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" results","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" numbers","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"The results"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" are"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":":\n\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":":\n"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"-"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" **"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"Addition","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"Addition"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"**:","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"**:"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" +","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" +"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" =","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" ="},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"5","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"5"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"**\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"-"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" **"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"Multi","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"Multi"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"plication","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"plication"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"**:","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"**:"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"2","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" ×","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" ×"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" =","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" ="},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" **","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"6","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":"6"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"**","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1758884843-D64xm6eEzt7g4zqab1LD","provider":"Fireworks","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884843,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":286,"completion_tokens":31,"total_tokens":317,"cost":0.0002491,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0001716,"upstream_inference_completions_cost":0.0000775},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323498-TbLKcVrfyeJaPgbiW7NW","object":"chat.completion.chunk","created":1773323498,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[],"usage":{"prompt_tokens":209,"completion_tokens":41,"total_tokens":250,"cost":0.00056835,"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.00056835,"upstream_inference_prompt_cost":0.00024035,"upstream_inference_completions_cost":0.000328},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -218,4 +236,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.343893666s + duration: 1.876932875s diff --git a/providertests/testdata/TestOpenRouterCommon/kimi-k2/simple.yaml b/providertests/testdata/TestOpenRouterCommon/kimi-k2/simple.yaml index fe03c210cac868163c45faa15da9b43f3f8f1900..a4e4539514569b13b768631e706c3f97c689ac4b 100644 --- a/providertests/testdata/TestOpenRouterCommon/kimi-k2/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommon/kimi-k2/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n{\"id\":\"gen-1758884820-pkZ0QE8RXjFWCt2WTCzO\",\"provider\":\"AtlasCloud\",\"model\":\"moonshotai/kimi-k2-0905\",\"object\":\"chat.completion\",\"created\":1758884820,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Oi!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":21,\"completion_tokens\":3,\"total_tokens\":24,\"cost\":0.0000201,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000126,\"upstream_inference_completions_cost\":0.0000075},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323472-VEr1C0GTbU6Nk6QjBC7x\",\"object\":\"chat.completion\",\"created\":1773323472,\"model\":\"moonshotai/kimi-k2-0905\",\"provider\":\"Moonshot AI\",\"system_fingerprint\":\"fpv0_805d9276\",\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"Oi!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":20,\"completion_tokens\":3,\"total_tokens\":23,\"cost\":0.0000195,\"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.0000195,\"upstream_inference_prompt_cost\":0.000012,\"upstream_inference_completions_cost\":0.0000075},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 837.696958ms + duration: 4.21454675s diff --git a/providertests/testdata/TestOpenRouterCommon/kimi-k2/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/kimi-k2/simple_streaming.yaml index 2ef4101826ba027771a777738e9ba6af82e1df97..f0734f70e37cf01526bdd657e006a7f7fb6e66be 100644 --- a/providertests/testdata/TestOpenRouterCommon/kimi-k2/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/kimi-k2/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,15 +24,13 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773323475-d421DNZ0beKhrCvqbugy","object":"chat.completion.chunk","created":1773323475,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"Oi","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":"á"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773323475-d421DNZ0beKhrCvqbugy","object":"chat.completion.chunk","created":1773323475,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":null} + data: {"id":"gen-1773323475-d421DNZ0beKhrCvqbugy","object":"chat.completion.chunk","created":1773323475,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":null} - - data: {"id":"gen-1758884821-ZnikKLLwFu5NjO5AoIHG","provider":"BaseTen","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884821,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":21,"completion_tokens":4,"total_tokens":25,"cost":0.0000226,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000126,"upstream_inference_completions_cost":0.00001},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323475-d421DNZ0beKhrCvqbugy","object":"chat.completion.chunk","created":1773323475,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[],"usage":{"prompt_tokens":20,"completion_tokens":2,"total_tokens":22,"cost":0.00001,"is_byok":false,"prompt_tokens_details":{"cached_tokens":8,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00001,"upstream_inference_prompt_cost":0.000006,"upstream_inference_completions_cost":0.000004},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -41,4 +39,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 553.728583ms + duration: 768.257042ms diff --git a/providertests/testdata/TestOpenRouterCommon/kimi-k2/tool.yaml b/providertests/testdata/TestOpenRouterCommon/kimi-k2/tool.yaml index 2b96e2f6238bf1458e58990587776368dd341af1..2ee7eb25f12defb78d36333b6036cb114d01125a 100644 --- a/providertests/testdata/TestOpenRouterCommon/kimi-k2/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/kimi-k2/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,28 +24,28 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884821-Px8tA7GjWtgBYTRZpf87\",\"provider\":\"Novita\",\"model\":\"moonshotai/kimi-k2-0905\",\"object\":\"chat.completion\",\"created\":1758884821,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"index\":0,\"id\":\"weather:0\",\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence, Italy\\\"}\"}}]}}],\"system_fingerprint\":\"fpv0_ef28f882\",\"usage\":{\"prompt_tokens\":76,\"completion_tokens\":20,\"total_tokens\":96,\"cost\":0.0000956,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000456,\"upstream_inference_completions_cost\":0.00005},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n{\"id\":\"gen-1773323476-OOwZSeZbqm2efCV5vDJT\",\"object\":\"chat.completion\",\"created\":1773323476,\"model\":\"moonshotai/kimi-k2-0905\",\"provider\":\"Moonshot AI\",\"system_fingerprint\":\"fpv0_10a6da87\",\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll check the weather in Florence, Italy for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"weather:0\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":68,\"completion_tokens\":31,\"total_tokens\":99,\"cost\":0.0003262,\"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.0003262,\"upstream_inference_prompt_cost\":0.0000782,\"upstream_inference_completions_cost\":0.000248},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.135107s + duration: 1.556305375s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 703 + content_length: 765 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"weather:0","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"weather:0","role":"tool"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"weather:0","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"weather:0","role":"tool"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884824-qRbc0CoGllBEAT33MPab\",\"provider\":\"SiliconFlow\",\"model\":\"moonshotai/kimi-k2-0905\",\"object\":\"chat.completion\",\"created\":1758884824,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Currently, it's **40°C** in Florence, Italy.\",\"refusal\":null,\"reasoning\":null}}],\"system_fingerprint\":\"\",\"usage\":{\"prompt_tokens\":144,\"completion_tokens\":12,\"total_tokens\":156,\"cost\":0.000111,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00008352,\"upstream_inference_completions_cost\":0.00002748},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323478-DqqQ4EKbZPvXHcGbn1Ul\",\"object\":\"chat.completion\",\"created\":1773323478,\"model\":\"moonshotai/kimi-k2-0905\",\"provider\":\"Moonshot AI\",\"system_fingerprint\":\"fpv0_10a6da87\",\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is 40°C (104°F), which is quite hot! Make sure to stay hydrated and avoid prolonged sun exposure if you're there right now.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":118,\"completion_tokens\":37,\"total_tokens\":155,\"cost\":0.0004317,\"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.0004317,\"upstream_inference_prompt_cost\":0.0001357,\"upstream_inference_completions_cost\":0.000296},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.805386959s + duration: 1.397718916s diff --git a/providertests/testdata/TestOpenRouterCommon/kimi-k2/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/kimi-k2/tool_streaming.yaml index 92e98f31328c8cbc3eb8c05ce44b14a78f180940..d58d484886b3ba660f2a3e361a2ee0bbe3081e04 100644 --- a/providertests/testdata/TestOpenRouterCommon/kimi-k2/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/kimi-k2/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,35 +24,55 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"I'll","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" check","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" check"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"weather:0","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"functions.weather:0","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence,Italy\"}"},"index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":"fp_6e6ff3688b"} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884826-U5ZJVEJjQ0uPyj8la9VS","provider":"Groq","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884826,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":99,"completion_tokens":32,"total_tokens":131,"cost":0.000195,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000099,"upstream_inference_completions_cost":0.000096},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" \""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"Fl"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"ore"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"nce"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773323480-GOHpLW2Qp9HHMgKUfVW4","object":"chat.completion.chunk","created":1773323480,"model":"moonshotai/kimi-k2-0905","provider":"Moonshot AI","system_fingerprint":"fpv0_10a6da87","choices":[],"usage":{"prompt_tokens":68,"completion_tokens":31,"total_tokens":99,"cost":0.0002582,"is_byok":false,"prompt_tokens_details":{"cached_tokens":68,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.0002582,"upstream_inference_prompt_cost":0.0000102,"upstream_inference_completions_cost":0.000248},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -61,22 +81,22 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 269.997625ms + duration: 1.490590208s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 838 + content_length: 820 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"functions.weather:0","function":{"arguments":"{\"location\":\"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"functions.weather:0","role":"tool"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"weather:0","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"weather:0","role":"tool"}],"model":"moonshotai/kimi-k2-0905","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -85,73 +105,51 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"40"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" ("},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"104"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":")."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" That's"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" 40","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" Make"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"°C","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" to"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"104","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"°F","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":").","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" It's","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" quite","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" hot","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" if"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" there","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" you're"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" right","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":" there"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":" now","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1758884827-EroginRaI3kJZawhI1Do","provider":"Chutes","model":"moonshotai/kimi-k2-0905","object":"chat.completion.chunk","created":1758884827,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":147,"completion_tokens":32,"total_tokens":179,"cost":0.0001045,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00005586,"upstream_inference_completions_cost":0.00004864},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323482-u8BT7v3Z7RmNRNFABPjT","object":"chat.completion.chunk","created":1773323482,"model":"moonshotai/kimi-k2-0905","provider":"DeepInfra","choices":[],"usage":{"prompt_tokens":121,"completion_tokens":22,"total_tokens":143,"cost":0.0000844,"is_byok":false,"prompt_tokens_details":{"cached_tokens":32,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.0000844,"upstream_inference_prompt_cost":0.0000404,"upstream_inference_completions_cost":0.000044},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -160,4 +158,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.314927417s + duration: 5.979645541s diff --git a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool.yaml index d5cecd98503438a2746231e4d15b735ba964a236..ca057cba1d08285e268baf129d00d62b74acf927 100644 --- a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,28 +24,28 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1758884951-GO3hw5WL6M8IVJradpNR\",\"provider\":\"Targon\",\"model\":\"qwen/qwen3-235b-a22b-2507\",\"object\":\"chat.completion\",\"created\":1758884951,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"id\":\"call_6ce3a9f1b90844948694dd11\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"id\":\"call_2b4bab739bbf4f90a4b39c5c\",\"index\":1,\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}]}}],\"usage\":{\"prompt_tokens\":267,\"completion_tokens\":50,\"total_tokens\":317,\"cost\":0.00006154,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00003204,\"upstream_inference_completions_cost\":0.0000295},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323590-FkpXeIQTOWvDW5cMA0nd\",\"object\":\"chat.completion\",\"created\":1773323590,\"model\":\"qwen/qwen3-235b-a22b-07-25\",\"provider\":\"Novita\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"\\n\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"250040734b524d498c05be2661f47b60\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"1d5c17365c724c54b6d659bc2a745d7f\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}]}}],\"usage\":{\"prompt_tokens\":277,\"completion_tokens\":50,\"total_tokens\":327,\"cost\":0.00005393,\"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.00005393,\"upstream_inference_prompt_cost\":0.00002493,\"upstream_inference_completions_cost\":0.000029},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.477123s + duration: 1.206543875s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1286 + content_length: 1313 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"tool_calls":[{"id":"call_6ce3a9f1b90844948694dd11","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_2b4bab739bbf4f90a4b39c5c","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_6ce3a9f1b90844948694dd11","role":"tool"},{"content":"6","tool_call_id":"call_2b4bab739bbf4f90a4b39c5c","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"\n","tool_calls":[{"id":"250040734b524d498c05be2661f47b60","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"1d5c17365c724c54b6d659bc2a745d7f","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"250040734b524d498c05be2661f47b60","role":"tool"},{"content":"6","tool_call_id":"1d5c17365c724c54b6d659bc2a745d7f","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n{\"id\":\"gen-1758884953-JfczI58B5pft34EVqDpe\",\"provider\":\"WandB\",\"model\":\"qwen/qwen3-235b-a22b-2507\",\"object\":\"chat.completion\",\"created\":1758884953,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The sum of 2 and 3 is 5, and the product of 2 and 3 is 6.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":355,\"completion_tokens\":26,\"total_tokens\":381,\"cost\":0.0000381,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000355,\"upstream_inference_completions_cost\":0.0000026},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323593-yywnZCxrHklBbXiTqW4q\",\"object\":\"chat.completion\",\"created\":1773323593,\"model\":\"qwen/qwen3-235b-a22b-07-25\",\"provider\":\"Novita\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The result of adding 2 and 3 is 5, and the result of multiplying 2 and 3 is 6.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":347,\"completion_tokens\":27,\"total_tokens\":374,\"cost\":0.00004689,\"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.00004689,\"upstream_inference_prompt_cost\":0.00003123,\"upstream_inference_completions_cost\":0.00001566},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 652.308417ms + duration: 1.747865666s diff --git a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool_streaming.yaml index bd4d3c5bc3e70476b39b224244907a216e3d50e5..0b961cd538d77670273face2c458c4fedcd56b1f 100644 --- a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/multi_tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,17 +24,35 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"957c10ed16d245fe95eee8329e5bde69","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_3e11","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"a\":"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"id":"call_e95d","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" 2, \"b\": "}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884955-31m1LMcZtky2tb0PDQ4s","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884955,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":273,"completion_tokens":49,"total_tokens":322,"cost":0.00005397,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002457,"upstream_inference_completions_cost":0.0000294},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"\n","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"2e930e954a1e42779a78a8f6f40f4185","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"a\":"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":" 2, \"b\": "}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"3"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773324571-ZjwP1ziZsc1qZHKl8Bb5","object":"chat.completion.chunk","created":1773324571,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[],"usage":{"prompt_tokens":273,"completion_tokens":50,"total_tokens":323,"cost":0.0000986,"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.0000986,"upstream_inference_prompt_cost":0.0000546,"upstream_inference_completions_cost":0.000044},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -43,22 +61,22 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 892.076875ms + duration: 1.788639375s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1258 + content_length: 1350 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"\n","tool_calls":[{"id":"call_3e11","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"call_e95d","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"call_3e11","role":"tool"},{"content":"6","tool_call_id":"call_e95d","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system"},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"\n","tool_calls":[{"id":"957c10ed16d245fe95eee8329e5bde69","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"2e930e954a1e42779a78a8f6f40f4185","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function"}],"role":"assistant"},{"content":"5","tool_call_id":"957c10ed16d245fe95eee8329e5bde69","role":"tool"},{"content":"6","tool_call_id":"2e930e954a1e42779a78a8f6f40f4185","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -67,61 +85,23 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" sum"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" of"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":"5"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" product"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" of"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":"2"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324574-M1sd4Vcfr5DSpxM3MZLk","object":"chat.completion.chunk","created":1773324574,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324574-M1sd4Vcfr5DSpxM3MZLk","object":"chat.completion.chunk","created":1773324574,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":" sum of ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":"3"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324574-M1sd4Vcfr5DSpxM3MZLk","object":"chat.completion.chunk","created":1773324574,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":"2 and ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324574-M1sd4Vcfr5DSpxM3MZLk","object":"chat.completion.chunk","created":1773324574,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":"3 is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324574-M1sd4Vcfr5DSpxM3MZLk","object":"chat.completion.chunk","created":1773324574,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":" 5, and the product","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":"6"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324574-M1sd4Vcfr5DSpxM3MZLk","object":"chat.completion.chunk","created":1773324574,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":" of 2 and 3","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324574-M1sd4Vcfr5DSpxM3MZLk","object":"chat.completion.chunk","created":1773324574,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":" is 6.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773324574-M1sd4Vcfr5DSpxM3MZLk","object":"chat.completion.chunk","created":1773324574,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1758884957-vP0GT3mZMt6zqP4RWgEk","provider":"WandB","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884957,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":351,"completion_tokens":26,"total_tokens":377,"cost":0.0000377,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000351,"upstream_inference_completions_cost":0.0000026},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324574-M1sd4Vcfr5DSpxM3MZLk","object":"chat.completion.chunk","created":1773324574,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[],"usage":{"prompt_tokens":343,"completion_tokens":25,"total_tokens":368,"cost":0.0000662285,"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.00010189,"upstream_inference_prompt_cost":0.00007889,"upstream_inference_completions_cost":0.000023},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -130,4 +110,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 298.753083ms + duration: 700.056167ms diff --git a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple.yaml b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple.yaml index 5b01ef1dbe4a633f8492d697af0544c26de26e7c..b287b06e77385ec3a8fde85a222743a00e38bec8 100644 --- a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n{\"id\":\"gen-1758884943-b00KqdyBPMoImmxC3fhs\",\"provider\":\"DeepInfra\",\"model\":\"qwen/qwen3-235b-a22b-2507\",\"object\":\"chat.completion\",\"created\":1758884943,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":22,\"completion_tokens\":3,\"total_tokens\":25,\"cost\":0.00000378,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00000198,\"upstream_inference_completions_cost\":0.0000018},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n{\"id\":\"gen-1773323575-a6ceDdgGAmbPnejyc7XY\",\"object\":\"chat.completion\",\"created\":1773323575,\"model\":\"qwen/qwen3-235b-a22b-07-25\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"Oi!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":22,\"completion_tokens\":3,\"total_tokens\":25,\"cost\":0.00000748,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":6,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00000748,\"upstream_inference_prompt_cost\":0.00000484,\"upstream_inference_completions_cost\":0.00000264},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 777.175458ms + duration: 1.3020125s diff --git a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple_streaming.yaml index 8db7a036744b9a55bb9f7b88ddbcfc7fa74abccc..3c0ef7b3c8317bec36f3cbafe086a2f5241f641b 100644 --- a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/simple_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,17 +24,15 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323576-QCpJuoe7F3GC4NKHRRxd","object":"chat.completion.chunk","created":1773323576,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Together","choices":[{"index":0,"delta":{"content":"Ol","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":"Ol"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323576-QCpJuoe7F3GC4NKHRRxd","object":"chat.completion.chunk","created":1773323576,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Together","choices":[{"index":0,"delta":{"content":"á","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":"á"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323576-QCpJuoe7F3GC4NKHRRxd","object":"chat.completion.chunk","created":1773323576,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Together","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323576-QCpJuoe7F3GC4NKHRRxd","object":"chat.completion.chunk","created":1773323576,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Together","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} - - data: {"id":"gen-1758884944-mvxXvlojSq5gpwFfLLcj","provider":"Chutes","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884944,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":22,"completion_tokens":4,"total_tokens":26,"cost":0.00000376,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000022,"upstream_inference_completions_cost":0.00000156},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323576-QCpJuoe7F3GC4NKHRRxd","object":"chat.completion.chunk","created":1773323576,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Together","choices":[],"usage":{"prompt_tokens":22,"completion_tokens":4,"total_tokens":26,"cost":0.0000068,"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.0000068,"upstream_inference_prompt_cost":0.0000044,"upstream_inference_completions_cost":0.0000024},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -43,4 +41,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 670.223833ms + duration: 1.360585417s diff --git a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool.yaml b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool.yaml index 6000758c250cd13295d1764fcffd030091975778..1b3593156022fe4c6c7251430c54b7c38f5b0754 100644 --- a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,28 +24,28 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n{\"id\":\"gen-1758884945-5uDqMdZtpqK4kUPIuQIf\",\"provider\":\"WandB\",\"model\":\"qwen/qwen3-235b-a22b-2507\",\"object\":\"chat.completion\",\"created\":1758884945,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"id\":\"chatcmpl-tool-fd4d9460276d48b9ab949c0188d8cfae\",\"type\":\"function\",\"index\":0,\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence, Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":171,\"completion_tokens\":22,\"total_tokens\":193,\"cost\":0.0000193,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000171,\"upstream_inference_completions_cost\":0.0000022},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323578-bFJS3JLS1vdGfLobyYO6\",\"object\":\"chat.completion\",\"created\":1773323578,\"model\":\"qwen/qwen3-235b-a22b-07-25\",\"provider\":\"Alibaba\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_72e6b5890385469d9a5c17\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":167,\"completion_tokens\":21,\"total_tokens\":188,\"cost\":0.0000375245,\"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.00005773,\"upstream_inference_prompt_cost\":0.00003841,\"upstream_inference_completions_cost\":0.00001932},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 401.369ms + duration: 6.79434925s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 779 + content_length: 740 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"chatcmpl-tool-fd4d9460276d48b9ab949c0188d8cfae","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"chatcmpl-tool-fd4d9460276d48b9ab949c0188d8cfae","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_72e6b5890385469d9a5c17","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_72e6b5890385469d9a5c17","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n{\"id\":\"gen-1758884946-bwO12CgPbxWTNCrT2DXz\",\"provider\":\"DeepInfra\",\"model\":\"qwen/qwen3-235b-a22b-2507\",\"object\":\"chat.completion\",\"created\":1758884946,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is 40°C. That's quite hot! Make sure to stay hydrated and avoid prolonged exposure to the sun if you're there.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":205,\"completion_tokens\":35,\"total_tokens\":240,\"cost\":0.00003945,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00001845,\"upstream_inference_completions_cost\":0.000021},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1773323585-nJKeiMdmmaVo3UWXOxsZ\",\"object\":\"chat.completion\",\"created\":1773323585,\"model\":\"qwen/qwen3-235b-a22b-07-25\",\"provider\":\"Alibaba\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is 40°C. That's quite hot - you might want to stay hydrated and avoid prolonged sun exposure if you're there!\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":205,\"completion_tokens\":34,\"total_tokens\":239,\"cost\":0.0000509795,\"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.00007843,\"upstream_inference_prompt_cost\":0.00004715,\"upstream_inference_completions_cost\":0.00003128},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 778.53375ms + duration: 1.367666167s diff --git a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool_streaming.yaml index 5a911db58c1d1b20e52345f9cbf1f018a04a88b8..63a586461444572ff4d68508c835b5bbcbb9f5fd 100644 --- a/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommon/qwen3-235b-a22b-2507/tool_streaming.yaml @@ -15,7 +15,7 @@ interactions: Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -24,13 +24,15 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884947-qO8jdwDATQJKdeZDxRO0","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884947,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323586-8fBgY9x08jXm7Re44i6j","object":"chat.completion.chunk","created":1773323586,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_6fee9774e3d94243a44f64","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884947-qO8jdwDATQJKdeZDxRO0","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884947,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_8536","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773323586-8fBgY9x08jXm7Re44i6j","object":"chat.completion.chunk","created":1773323586,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\": \"Flo"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884947-qO8jdwDATQJKdeZDxRO0","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884947,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} + data: {"id":"gen-1773323586-8fBgY9x08jXm7Re44i6j","object":"chat.completion.chunk","created":1773323586,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"rence,Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884947-qO8jdwDATQJKdeZDxRO0","provider":"DeepInfra","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884947,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":167,"completion_tokens":21,"total_tokens":188,"cost":0.00002763,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00001503,"upstream_inference_completions_cost":0.0000126},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323586-8fBgY9x08jXm7Re44i6j","object":"chat.completion.chunk","created":1773323586,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773323586-8fBgY9x08jXm7Re44i6j","object":"chat.completion.chunk","created":1773323586,"model":"qwen/qwen3-235b-a22b-07-25","provider":"Alibaba","choices":[],"usage":{"prompt_tokens":167,"completion_tokens":21,"total_tokens":188,"cost":0.0000375245,"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.00005773,"upstream_inference_prompt_cost":0.00003841,"upstream_inference_completions_cost":0.00001932},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -39,22 +41,22 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 719.26375ms + duration: 904.924959ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 759 + content_length: 794 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_8536","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_8536","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"tool_calls":[{"id":"call_6fee9774e3d94243a44f64","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"call_6fee9774e3d94243a44f64","role":"tool"}],"model":"qwen/qwen3-235b-a22b-2507","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json Content-Type: - application/json User-Agent: - - OpenAI/Go 2.3.0 + - OpenAI/Go 2.7.1 url: https://openrouter.ai/api/v1/chat/completions method: POST response: @@ -63,77 +65,27 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" current"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" temperature"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"4"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"0"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" That"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" Make"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" to"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" and"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" protect"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" yourself"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" from"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" temperature in Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" sun"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":", Italy is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" if"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" 40°C. That","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"'s quite hot!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"'re"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" You might want to","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":" outdoors"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" take precautions if you're","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":" planning to spend time outdoors.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1758884948-DgNy66DNC6nil5wjSvXn","provider":"Novita","model":"qwen/qwen3-235b-a22b-2507","object":"chat.completion.chunk","created":1758884948,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":205,"completion_tokens":35,"total_tokens":240,"cost":0.00005875,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00003075,"upstream_inference_completions_cost":0.000028},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773323587-zYCj0NBpXscVrjnVzE2P","object":"chat.completion.chunk","created":1773323587,"model":"qwen/qwen3-235b-a22b-07-25","provider":"AtlasCloud","choices":[],"usage":{"prompt_tokens":205,"completion_tokens":33,"total_tokens":238,"cost":0.00007004,"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.00007004,"upstream_inference_prompt_cost":0.000041,"upstream_inference_completions_cost":0.00002904},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -142,4 +94,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.275518667s + duration: 2.0409005s diff --git a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/multi_tool.yaml b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/multi_tool.yaml index 2c4a93361b390e37aa2626760cc1ffbf27c6a918..e2ff222bdb4e77b6a3ef7addea1dc197f5e71cc2 100644 --- a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/multi_tool.yaml +++ b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/multi_tool.yaml @@ -24,13 +24,13 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761040270-XYCOhXgdvda3EpjQ9APE\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1761040270,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"I'll add and multiply the numbers 2 and 3 for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"id\":\"toolu_vrtx_013K1NSStCjywK6TXC6HRqGP\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"id\":\"toolu_vrtx_01873c8uKyyd2q6xVshGqxz3\",\"index\":1,\"type\":\"function\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}]}}],\"usage\":{\"prompt_tokens\":507,\"completion_tokens\":137,\"total_tokens\":644,\"cost\":0.003576,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.001521,\"upstream_inference_completions_cost\":0.002055},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324184-8vOElEJygdHvs1UiVkEN\",\"object\":\"chat.completion\",\"created\":1773324184,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll add and multiply the numbers 2 and 3 for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"toolu_vrtx_01UMFBt9414KnUbe9xgm8yDt\",\"function\":{\"name\":\"add\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}},{\"type\":\"function\",\"index\":1,\"id\":\"toolu_vrtx_01WNFhAiqxBUaWuWmLG23foT\",\"function\":{\"name\":\"multiply\",\"arguments\":\"{\\\"a\\\": 2, \\\"b\\\": 3}\"}}]}}],\"usage\":{\"prompt_tokens\":507,\"completion_tokens\":137,\"total_tokens\":644,\"cost\":0.003576,\"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.003576,\"upstream_inference_prompt_cost\":0.001521,\"upstream_inference_completions_cost\":0.002055},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.091348709s + duration: 1.11106625s - id: 1 request: proto: HTTP/1.1 @@ -38,7 +38,7 @@ interactions: proto_minor: 1 content_length: 1447 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system","cache_control":{"type":"ephemeral"}},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"toolu_vrtx_013K1NSStCjywK6TXC6HRqGP","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"toolu_vrtx_01873c8uKyyd2q6xVshGqxz3","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function","cache_control":{"type":"ephemeral"}}],"role":"assistant"},{"content":"5","tool_call_id":"toolu_vrtx_013K1NSStCjywK6TXC6HRqGP","role":"tool"},{"content":"6","tool_call_id":"toolu_vrtx_01873c8uKyyd2q6xVshGqxz3","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant. CRITICAL: Always use both add and multiply at the same time ALWAYS.","role":"system","cache_control":{"type":"ephemeral"}},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"toolu_vrtx_01UMFBt9414KnUbe9xgm8yDt","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"toolu_vrtx_01WNFhAiqxBUaWuWmLG23foT","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function","cache_control":{"type":"ephemeral"}}],"role":"assistant"},{"content":"5","tool_call_id":"toolu_vrtx_01UMFBt9414KnUbe9xgm8yDt","role":"tool"},{"content":"6","tool_call_id":"toolu_vrtx_01WNFhAiqxBUaWuWmLG23foT","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1761040274-V2Cp7kWlAUanUV04crBf\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1761040274,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The results are:\\n- Adding 2 and 3: **5**\\n- Multiplying 2 and 3: **6**\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":705,\"completion_tokens\":35,\"total_tokens\":740,\"cost\":0.00264,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.002115,\"upstream_inference_completions_cost\":0.000525},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n{\"id\":\"gen-1773324186-Qxi4tTEkA3BQDhVToA5M\",\"object\":\"chat.completion\",\"created\":1773324186,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The results are:\\n- 2 + 3 = 5\\n- 2 × 3 = 6\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":705,\"completion_tokens\":31,\"total_tokens\":736,\"cost\":0.00258,\"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.00258,\"upstream_inference_prompt_cost\":0.002115,\"upstream_inference_completions_cost\":0.000465},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.372238125s + duration: 1.200717875s diff --git a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/multi_tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/multi_tool_streaming.yaml index 0664623da522b1acbe5815a22047d58d5dda7bad..cff645962ca328499bf3b4ae782342655c39874a 100644 --- a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/multi_tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/multi_tool_streaming.yaml @@ -24,53 +24,43 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"I'll add and multiply the numbers","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" 2 and 3 for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll add an","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" you.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":"d multiply the numbers 2 and 3 for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"toolu_vrtx_011wZwUppFMdKW2FfZkCHGq2","type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01AfGThX1SaZp17tWuEGFDQC","index":0,"type":"function","function":{"name":"add","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"a\":"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" 2"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\":"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":", \"b\": "}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":" 2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"3}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":", \"b\": "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"id":"toolu_vrtx_017e3hmwNUESxrsnHCENfihG","type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_01NrRcq2dJXe1HWXoENTKXMD","index":1,"type":"function","function":{"name":"multiply","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":"\": 2"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"{\"a"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":1,"function":{"arguments":", \"b\": 3}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"\": "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":"2"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":", \"b\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":1,"type":"function","function":{"arguments":": 3}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} - - data: {"id":"gen-1761040275-09zqoLwdRF08XgqRqNQ4","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040275,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":502,"completion_tokens":137,"total_tokens":639,"cost":0.003561,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001506,"upstream_inference_completions_cost":0.002055},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324188-o8pFrvyokxnhFp6M7LcB","object":"chat.completion.chunk","created":1773324188,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":502,"completion_tokens":137,"total_tokens":639,"cost":0.003561,"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.003561,"upstream_inference_prompt_cost":0.001506,"upstream_inference_completions_cost":0.002055},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -79,7 +69,7 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.266440542s + duration: 987.473542ms - id: 1 request: proto: HTTP/1.1 @@ -87,7 +77,7 @@ interactions: proto_minor: 1 content_length: 1484 host: "" - body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system","cache_control":{"type":"ephemeral"}},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"toolu_vrtx_01AfGThX1SaZp17tWuEGFDQC","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"toolu_vrtx_01NrRcq2dJXe1HWXoENTKXMD","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function","cache_control":{"type":"ephemeral"}}],"role":"assistant"},{"content":"5","tool_call_id":"toolu_vrtx_01AfGThX1SaZp17tWuEGFDQC","role":"tool"},{"content":"6","tool_call_id":"toolu_vrtx_01NrRcq2dJXe1HWXoENTKXMD","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant. Always use both add and multiply at the same time.","role":"system","cache_control":{"type":"ephemeral"}},{"content":"Add and multiply the number 2 and 3","role":"user"},{"content":"I''ll add and multiply the numbers 2 and 3 for you.","tool_calls":[{"id":"toolu_vrtx_011wZwUppFMdKW2FfZkCHGq2","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"add"},"type":"function"},{"id":"toolu_vrtx_017e3hmwNUESxrsnHCENfihG","function":{"arguments":"{\"a\": 2, \"b\": 3}","name":"multiply"},"type":"function","cache_control":{"type":"ephemeral"}}],"role":"assistant"},{"content":"5","tool_call_id":"toolu_vrtx_011wZwUppFMdKW2FfZkCHGq2","role":"tool"},{"content":"6","tool_call_id":"toolu_vrtx_017e3hmwNUESxrsnHCENfihG","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"add","strict":false,"description":"Add two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"},{"function":{"name":"multiply","strict":false,"description":"Multiply two numbers","parameters":{"properties":{"a":{"description":"first number","type":"integer"},"b":{"description":"second number","type":"integer"}},"required":["a","b"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -103,25 +93,19 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":" results are:\n- ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324190-rDR87be2AJ9WhEWxng6M","object":"chat.completion.chunk","created":1773324190,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"The results","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":"2 + 3 = ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324190-rDR87be2AJ9WhEWxng6M","object":"chat.completion.chunk","created":1773324190,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" are:\n- 2 +","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":"5\n- 2 × ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324190-rDR87be2AJ9WhEWxng6M","object":"chat.completion.chunk","created":1773324190,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" 3 = 5\n-","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":"3 = 6","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324190-rDR87be2AJ9WhEWxng6M","object":"chat.completion.chunk","created":1773324190,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" 2 × 3 =","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324190-rDR87be2AJ9WhEWxng6M","object":"chat.completion.chunk","created":1773324190,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" 6","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773324190-rDR87be2AJ9WhEWxng6M","object":"chat.completion.chunk","created":1773324190,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1761040278-Sj1JVJx0bzR7Q5Ml7jEP","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040278,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":700,"completion_tokens":31,"total_tokens":731,"cost":0.002565,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0021,"upstream_inference_completions_cost":0.000465},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324190-rDR87be2AJ9WhEWxng6M","object":"chat.completion.chunk","created":1773324190,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":700,"completion_tokens":31,"total_tokens":731,"cost":0.002565,"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.002565,"upstream_inference_prompt_cost":0.0021,"upstream_inference_completions_cost":0.000465},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -130,4 +114,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.925341541s + duration: 1.056413833s diff --git a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/simple.yaml b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/simple.yaml index cb04396701ee2b100bb02420b0d32d5fbaaefbec..44e1be85e110dd00b977bf4755788a5e52c44700 100644 --- a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/simple.yaml +++ b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/simple.yaml @@ -24,10 +24,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n{\"id\":\"gen-1761040327-k9AqWBidca9ypY5fr23I\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1761040327,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"Olá! \\n\\n(That's \\\"hi\\\" in Portuguese!)\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":16,\"completion_tokens\":18,\"total_tokens\":34,\"cost\":0.000318,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000048,\"upstream_inference_completions_cost\":0.00027},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n{\"id\":\"gen-1773324174-Oio88s8cPrZHHJA7aeWm\",\"object\":\"chat.completion\",\"created\":1773324174,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"Olá! (Oh-LAH)\\n\\nThis is the most common way to say \\\"hi\\\" in Portuguese. You could also use \\\"Oi!\\\" (OH-ee) for a more casual greeting.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":16,\"completion_tokens\":48,\"total_tokens\":64,\"cost\":0.000768,\"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.000768,\"upstream_inference_prompt_cost\":0.000048,\"upstream_inference_completions_cost\":0.00072},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.178872834s + duration: 827.004333ms diff --git a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/simple_streaming.yaml b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/simple_streaming.yaml index 4ff88c64109d7930c88bbd544092244192182951..ff659be532183099f372996674544856008e4531 100644 --- a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/simple_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/simple_streaming.yaml @@ -24,25 +24,37 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"Olá!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"\n\n(","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":"Olá! (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"That","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":"Hello!)\n\nYou can also","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"'s \"hello","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":" say \"Oi!\"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"\" in Portuguese.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":" which is a more casual way to say hi","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" You","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":" in Portuguese.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" could","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" also say \"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"Oi\"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040328-vqC1YcRuKPi3xRLkXkbc","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040328,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":16,"completion_tokens":32,"total_tokens":48,"cost":0.000528,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000048,"upstream_inference_completions_cost":0.00048},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" a","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" more casual \"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"hi\"","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"!)","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} + + data: {"id":"gen-1773324176-lEVasq5WSxTmtiGWJ2kj","object":"chat.completion.chunk","created":1773324176,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":16,"completion_tokens":34,"total_tokens":50,"cost":0.000558,"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.000558,"upstream_inference_prompt_cost":0.000048,"upstream_inference_completions_cost":0.00051},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -51,4 +63,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 2.357996709s + duration: 1.337713292s diff --git a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/tool.yaml b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/tool.yaml index 53676d62d783879f14aa51c9c4067b1ac99accba..ee6ddf9ecce66aea67edb8db5687ab26d3175c92 100644 --- a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/tool.yaml +++ b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/tool.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761040259-QBFAtMx2kaNG7X37Hq7X\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1761040259,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"I'll get the weather information for Florence, Italy for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"id\":\"toolu_vrtx_0158fPgA9JyVjvGhTUZq7dWu\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence,Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":394,\"completion_tokens\":67,\"total_tokens\":461,\"cost\":0.002187,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.001182,\"upstream_inference_completions_cost\":0.001005},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n{\"id\":\"gen-1773324178-hYDlxAiXZTe8IoUHozpm\",\"object\":\"chat.completion\",\"created\":1773324178,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll check the weather in Florence, Italy for you.\",\"refusal\":null,\"reasoning\":null,\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"toolu_vrtx_01VArd3SL1FfXhFjvgNbaiT1\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence, Italy\\\"}\"}}]}}],\"usage\":{\"prompt_tokens\":394,\"completion_tokens\":66,\"total_tokens\":460,\"cost\":0.002172,\"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.002172,\"upstream_inference_prompt_cost\":0.001182,\"upstream_inference_completions_cost\":0.00099},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.238748292s + duration: 1.100918125s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 904 + content_length: 894 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system","cache_control":{"type":"ephemeral"}},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the weather information for Florence, Italy for you.","tool_calls":[{"id":"toolu_vrtx_0158fPgA9JyVjvGhTUZq7dWu","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function","cache_control":{"type":"ephemeral"}}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_0158fPgA9JyVjvGhTUZq7dWu","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system","cache_control":{"type":"ephemeral"}},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"toolu_vrtx_01VArd3SL1FfXhFjvgNbaiT1","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function","cache_control":{"type":"ephemeral"}}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_01VArd3SL1FfXhFjvgNbaiT1","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761040262-Wk5GFVaAOvO1uHRmauN3\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1761040262,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The current weather in Florence, Italy is 40°C (104°F). That's quite hot! Make sure to stay hydrated and seek shade or air conditioning if you're planning to be outdoors.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":476,\"completion_tokens\":46,\"total_tokens\":522,\"cost\":0.002118,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.001428,\"upstream_inference_completions_cost\":0.00069},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n{\"id\":\"gen-1773324179-vNzYDdG0k9CSHmmA0OzF\",\"object\":\"chat.completion\",\"created\":1773324179,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The current weather in Florence, Italy shows a temperature of 40°C (104°F). That's quite hot! If you're planning to visit or are currently there, make sure to stay hydrated and seek shade during the hottest parts of the day.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":475,\"completion_tokens\":57,\"total_tokens\":532,\"cost\":0.00228,\"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.00228,\"upstream_inference_prompt_cost\":0.001425,\"upstream_inference_completions_cost\":0.000855},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.167850083s + duration: 840.356833ms diff --git a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/tool_streaming.yaml b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/tool_streaming.yaml index 35732824e169870ac1b084b6808b6b7cb5ca118c..73b4a5bda5d15788b4005fd552780a820858adb5 100644 --- a/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/tool_streaming.yaml +++ b/providertests/testdata/TestOpenRouterCommonWithAnthropicCache/claude-sonnet-4/tool_streaming.yaml @@ -24,39 +24,33 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"I'll get","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" the current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":"I'll get","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" weather information","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":" the weather information for Florence, Italy for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" for Florence, Italy.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":" you.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"toolu_vrtx_01AZy2y2t2KJbopRx2aMRt33","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_0158fGNhdp5B4wCThp4zjSD8","index":0,"type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":": \"Floren"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"location\": "}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"ce, I"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\"Flore"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"ta"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"nce"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"ly\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":",Ital"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"y\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} - - data: {"id":"gen-1761040265-t01bhiOqW2wY3pKo18Xy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040265,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":67,"total_tokens":461,"cost":0.002187,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001182,"upstream_inference_completions_cost":0.001005},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324181-MBdVvu98CVBUpW6Xl4VU","object":"chat.completion.chunk","created":1773324181,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":394,"completion_tokens":66,"total_tokens":460,"cost":0.002172,"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.002172,"upstream_inference_prompt_cost":0.001182,"upstream_inference_completions_cost":0.00099},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -65,15 +59,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 3.163571709s + duration: 1.065862208s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 958 + content_length: 959 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system","cache_control":{"type":"ephemeral"}},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the weather information for Florence, Italy for you.","tool_calls":[{"id":"toolu_vrtx_0158fGNhdp5B4wCThp4zjSD8","function":{"arguments":"{\"location\": \"Florence,Italy\"}","name":"weather"},"type":"function","cache_control":{"type":"ephemeral"}}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_0158fGNhdp5B4wCThp4zjSD8","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system","cache_control":{"type":"ephemeral"}},{"content":"What''s the weather in Florence,Italy?","role":"user"},{"content":"I''ll get the current weather information for Florence, Italy.","tool_calls":[{"id":"toolu_vrtx_01AZy2y2t2KJbopRx2aMRt33","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function","cache_control":{"type":"ephemeral"}}],"role":"assistant"},{"content":"40 C","tool_call_id":"toolu_vrtx_01AZy2y2t2KJbopRx2aMRt33","role":"tool"}],"model":"anthropic/claude-sonnet-4","max_tokens":4000,"stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -89,29 +83,27 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"The current weather in Florence, Italy is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" 40°C (104°F","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":" current weather in Florence, Italy is ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"). That","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":"40°C (104°F).","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"'s quite hot","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":" That's quite hot! If you're planning to visit or","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":" are currently there, make sure to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" It's a very","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay hydrated and seek shade during the hottest parts of the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" warm","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":" day.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" day","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" in Florence.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1761040268-tegmh9zIGsP6DUfTBKIq","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761040268,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":476,"completion_tokens":54,"total_tokens":530,"cost":0.002238,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001428,"upstream_inference_completions_cost":0.00081},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324183-is5MYGEDmIqsp2ZNqz7t","object":"chat.completion.chunk","created":1773324183,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":475,"completion_tokens":34,"total_tokens":509,"cost":0.001935,"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.001935,"upstream_inference_prompt_cost":0.001425,"upstream_inference_completions_cost":0.00051},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -120,4 +112,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.179744666s + duration: 844.29125ms diff --git a/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4-sig/thinking-streaming.yaml b/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4-sig/thinking-streaming.yaml index dcd93b5a3159144f9138c564fb6e90e903d75276..e2e45dd274b0d6c159c4ceb23966b06d807a5a2c 100644 --- a/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4-sig/thinking-streaming.yaml +++ b/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4-sig/thinking-streaming.yaml @@ -24,49 +24,55 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"The user is asking for","reasoning_details":[{"type":"reasoning.text","text":"The user is asking for","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.text","text":"","signature":"","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The user is asking for","reasoning_details":[{"type":"reasoning.text","text":"The user is asking for","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information for","reasoning_details":[{"type":"reasoning.text","text":" information for","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather information for Florence, Italy. I have","reasoning_details":[{"type":"reasoning.text","text":" weather information for Florence, Italy. I have","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence, Italy. I have access","reasoning_details":[{"type":"reasoning.text","text":" Florence, Italy. I have access","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a weather function available that takes","reasoning_details":[{"type":"reasoning.text","text":" a weather function available that takes","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to a weather function that takes","reasoning_details":[{"type":"reasoning.text","text":" to a weather function that takes","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a location parameter. The","reasoning_details":[{"type":"reasoning.text","text":" a location parameter. The","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a location parameter. The location","reasoning_details":[{"type":"reasoning.text","text":" a location parameter. The location","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user has provided the specific","reasoning_details":[{"type":"reasoning.text","text":" user has provided the specific","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location \"Florence, Italy\" so","reasoning_details":[{"type":"reasoning.text","text":" location \"Florence, Italy\" so","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" clearly","reasoning_details":[{"type":"reasoning.text","text":" clearly","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I have all the required parameters to","reasoning_details":[{"type":"reasoning.text","text":" I have all the required parameters to","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" specified","reasoning_details":[{"type":"reasoning.text","text":" specified","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" make the function call.","reasoning_details":[{"type":"reasoning.text","text":" make the function call.","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" as \"Florence, Italy\" so I","reasoning_details":[{"type":"reasoning.text","text":" as \"Florence, Italy\" so I","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.text","signature":"Eq0DCkYICBgCKkB2atvgnItYT73m/bhUANGG8tjfCxul+vY0g7SfNEDAgYkioHTPk+qo1xcapnLTuDzEd3CicghnBnSeQ/dBWVXoEgya5GX2XIC3kOKrG5caDIB9MmzFQK/34UUHfiIwllwF4InQp/zhfb+OgFuf9jKbh1SpsBK2K6PV8PB7cfb4+7k9qCM7yL7nmc2YGxsQKpQCTOA18tFgAY4dQX0FxgBJsWlVYEe3/TzSuM3jHkFuOF8u8Wgmjw5imqfKpF9ibWOjHPA6LjfD1CbsQKKv/0C7AzPyJsQ+p11pGZiSL1aASSMYCYjTLdi2Vv35wTQc7a0UngSHKtQ6ZahVvkd5y3JoZ7FMsdOtJQNCBu7ReJ+aicL4aVsZE0hrGIIDcKYyey/oyVjDyyfbQ3BwXdwTsb2i6BnW1KpzVSQSbqP3283WZUAKxygTWLas/DSHrHmZ6Bg2HiPcet/ZIdNnABVVJd90GLiZ6VpWKuLvYk9JYdUlYrhxbhwCcWGqRcL40TgtLAW3tjlLWXKHkVKmv35z8gJ1r6MAYGlpCToRfVvf5Ni2vrk/r5LYGAE=","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" have all the required parameters","reasoning_details":[{"type":"reasoning.text","text":" have all the required parameters","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to make the","reasoning_details":[{"type":"reasoning.text","text":" to make the","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_01J2NHBpWgZG12484BtrxsNF","index":0,"type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function call.","reasoning_details":[{"type":"reasoning.text","text":" function call.","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"toolu_vrtx_01HKfUyb4tpj4kvPgTuusByf","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"locatio"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"n\": \"Flor"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"enc"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"locati"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"e,"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"on"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":" Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\": \"Flor"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"ence, I"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"taly"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052928-cSHiiIJW2besxl4lmO80","provider":"Anthropic","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052928,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":423,"completion_tokens":111,"total_tokens":534,"cost":0.002934,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001269,"upstream_inference_completions_cost":0.001665},"completion_tokens_details":{"reasoning_tokens":65,"image_tokens":0}}} + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning_details":[{"type":"reasoning.text","signature":"EqcDCkgICxACGAIqQM0Cd2vack9XE5bBfQ+UzUmO6mtcCD9QEy7/W2YXPJaAq8xvtMBNeQKGAoNiRvy3r9GXKYMe5MmAW+7LfgsburkSDD2T6pIVGFhXrqFeyBoM5VdxjM6/xX3P78QMIjCWe/6ttXxKOW/sdYJ4JzE4bKGjIuYfTJv+0i8OZkAF/FvXHIKSm8jG0D/Li44mdqkqjAJGEtZwg9srd1Q47ovDJqfU3QaOz7F34UKA+VQ5WhcY8sO1GyjqPYMLxcgo794PsisD6/0pZPqtvBFW28e3sd/iedHI6adxgJs83k5ap/B5rhJY6AJcCjcEfO+Fi7b6CYRElRvWI1vSDIct251jOTZ51tt9T1kw1u6UhoJfIY/SmiEI6AgP3wBpESi7H+bnrX9/w/97V7tbdDclP09MgZqLrt4+ECvNLn04lXXLGQYAOglRm8Tixk1IN4LGV6TJtDngbwk+Be+Zn6kqvJ8bo0BOZJOhRAbgc1HF+kgV4z80aTtBILpbYo0uV/IQRElhU5/Y7sbVTDwRft/bzZxdTdUJN/vqvb+BAkiSbxWCGAE=","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773326264-OoghvABlt3eLCw2WPlqS","object":"chat.completion.chunk","created":1773326264,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":424,"completion_tokens":110,"total_tokens":534,"cost":0.002922,"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.002922,"upstream_inference_prompt_cost":0.001272,"upstream_inference_completions_cost":0.00165},"completion_tokens_details":{"reasoning_tokens":63,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -75,15 +81,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.876808709s + duration: 1.00973575s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 2047 + content_length: 1991 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"toolu_01J2NHBpWgZG12484BtrxsNF","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"anthropic-claude-v1","index":0,"signature":"Eq0DCkYICBgCKkB2atvgnItYT73m/bhUANGG8tjfCxul+vY0g7SfNEDAgYkioHTPk+qo1xcapnLTuDzEd3CicghnBnSeQ/dBWVXoEgya5GX2XIC3kOKrG5caDIB9MmzFQK/34UUHfiIwllwF4InQp/zhfb+OgFuf9jKbh1SpsBK2K6PV8PB7cfb4+7k9qCM7yL7nmc2YGxsQKpQCTOA18tFgAY4dQX0FxgBJsWlVYEe3/TzSuM3jHkFuOF8u8Wgmjw5imqfKpF9ibWOjHPA6LjfD1CbsQKKv/0C7AzPyJsQ+p11pGZiSL1aASSMYCYjTLdi2Vv35wTQc7a0UngSHKtQ6ZahVvkd5y3JoZ7FMsdOtJQNCBu7ReJ+aicL4aVsZE0hrGIIDcKYyey/oyVjDyyfbQ3BwXdwTsb2i6BnW1KpzVSQSbqP3283WZUAKxygTWLas/DSHrHmZ6Bg2HiPcet/ZIdNnABVVJd90GLiZ6VpWKuLvYk9JYdUlYrhxbhwCcWGqRcL40TgtLAW3tjlLWXKHkVKmv35z8gJ1r6MAYGlpCToRfVvf5Ni2vrk/r5LYGAE=","text":"The user is asking for weather information for Florence, Italy. I have a weather function available that takes a location parameter. The user has provided the specific location \"Florence, Italy\" so I have all the required parameters to make the function call.","type":"reasoning.text"}],"reasoning":"The user is asking for weather information for Florence, Italy. I have a weather function available that takes a location parameter. The user has provided the specific location \"Florence, Italy\" so I have all the required parameters to make the function call."},{"content":"40 C","tool_call_id":"toolu_01J2NHBpWgZG12484BtrxsNF","role":"tool"}],"model":"anthropic/claude-sonnet-4","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"toolu_vrtx_01HKfUyb4tpj4kvPgTuusByf","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"anthropic-claude-v1","index":0,"signature":"EqcDCkgICxACGAIqQM0Cd2vack9XE5bBfQ+UzUmO6mtcCD9QEy7/W2YXPJaAq8xvtMBNeQKGAoNiRvy3r9GXKYMe5MmAW+7LfgsburkSDD2T6pIVGFhXrqFeyBoM5VdxjM6/xX3P78QMIjCWe/6ttXxKOW/sdYJ4JzE4bKGjIuYfTJv+0i8OZkAF/FvXHIKSm8jG0D/Li44mdqkqjAJGEtZwg9srd1Q47ovDJqfU3QaOz7F34UKA+VQ5WhcY8sO1GyjqPYMLxcgo794PsisD6/0pZPqtvBFW28e3sd/iedHI6adxgJs83k5ap/B5rhJY6AJcCjcEfO+Fi7b6CYRElRvWI1vSDIct251jOTZ51tt9T1kw1u6UhoJfIY/SmiEI6AgP3wBpESi7H+bnrX9/w/97V7tbdDclP09MgZqLrt4+ECvNLn04lXXLGQYAOglRm8Tixk1IN4LGV6TJtDngbwk+Be+Zn6kqvJ8bo0BOZJOhRAbgc1HF+kgV4z80aTtBILpbYo0uV/IQRElhU5/Y7sbVTDwRft/bzZxdTdUJN/vqvb+BAkiSbxWCGAE=","text":" weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The location is clearly specified as \"Florence, Italy\" so I have all the required parameters to make the function call.","type":"reasoning.text"}],"reasoning":" weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The location is clearly specified as \"Florence, Italy\" so I have all the required parameters to make the function call."},{"content":"40 C","tool_call_id":"toolu_vrtx_01HKfUyb4tpj4kvPgTuusByf","role":"tool"}],"model":"anthropic/claude-sonnet-4","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"reasoning":{"effort":"medium"},"stream":true}' headers: Accept: - application/json @@ -99,33 +105,27 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"The current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather in Florence, Italy is 40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" weather in Florence, Italy shows","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C (104°F). That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" a","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" temperature of 40°C (104","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"°F). That","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":"! It's a very","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"'s quite hot","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":" warm day there","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":".","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" It's a very","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" warm day in Florence.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1761052931-bQBfkvYvunOtBexaDWxh","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052931,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":549,"completion_tokens":33,"total_tokens":582,"cost":0.002142,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001647,"upstream_inference_completions_cost":0.000495},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773326267-RCoDFUZUJvX71yoT5AUB","object":"chat.completion.chunk","created":1773326267,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":549,"completion_tokens":37,"total_tokens":586,"cost":0.002202,"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.002202,"upstream_inference_prompt_cost":0.001647,"upstream_inference_completions_cost":0.000555},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -134,4 +134,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.208550625s + duration: 1.070964125s diff --git a/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4-sig/thinking.yaml b/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4-sig/thinking.yaml index 0e8df092e387c8a67bc03b7b2742593daf16a076..53cac413b35b3d7e9f843e260500ce0421a7e64e 100644 --- a/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4-sig/thinking.yaml +++ b/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4-sig/thinking.yaml @@ -8,7 +8,7 @@ interactions: proto_minor: 1 content_length: 507 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"reasoning":{"effort":"medium"}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' headers: Accept: - application/json @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761052922-O8XtvXkfi2FIFvCpk15W\",\"provider\":\"Anthropic\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1761052922,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided a specific location: \\\"Florence, Italy\\\". I have all the required parameters to make this function call.\",\"tool_calls\":[{\"id\":\"toolu_01G9Rea1VaAehQhQTRxGbVt3\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided a specific location: \\\"Florence, Italy\\\". I have all the required parameters to make this function call.\",\"signature\":\"EqsDCkYICBgCKkBZgA2aLmZQDmRH4RVCT4iXR95b6oYoMjp4e2kPdf2Po5wKmOD2b4fyCcDgesqaf1am+tK5ghnLAfrPp0kAa4ZmEgyC28uLu7gtwja44EwaDGEcw3jGVOOMdTIw8yIwSMENWo4hxw+0D7N8nGHs7R8ff6mL6SamfS9mM31bjlsXl3yqJUnue4qM/5T1eypWKpICoSCTYqxL31KjmP/dpTTAq92sGpdAH/qnrihAGrygZOmaCiKGvnd0+ZSOkFl5YLew53NbGFndgDOIAVZw/MwBm/Q/FfaRCKe3ha3jDSb7kKcMrYYiYeYaQ0em0z83TQBexlomR/8PRTmj6+P52DqmRRqFn32uOurrPFMcQ+/m8W8GR7BtS2zg8gnX0f2ZBZe021KsN2mNGipfeVUtW7ByM69HTYltfMGqsB/voa6VQRxMA7MWPhQTedIs4twaSxmoBUjZh5MQUhgeQX8GUOJtVBi8UL/l3uOjf21bHpVsi/3kEaWDtCu40aRsuvs5LxQ8oPr28gty6p/5CUWuoo2rfEPD6N6FbdBya1XNUzSAJPulQRgB\",\"format\":\"anthropic-claude-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":423,\"completion_tokens\":112,\"total_tokens\":535,\"cost\":0.002949,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.001269,\"upstream_inference_completions_cost\":0.00168},\"completion_tokens_details\":{\"reasoning_tokens\":65,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1773326261-pUI5KeUN113EFRmnGRdE\",\"object\":\"chat.completion\",\"created\":1773326261,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"The user is asking for the weather in Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \\\"Florence, Italy\\\". I have all the required parameters to make the function call.\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"toolu_vrtx_015EeDRWGA7dLHZpVKzpowig\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The user is asking for the weather in Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \\\"Florence, Italy\\\". I have all the required parameters to make the function call.\",\"format\":\"anthropic-claude-v1\",\"index\":0,\"signature\":\"Ep0DCkgICxACGAIqQJmzDCDSnhjTLtbQN/8+vA+ikDMrFxdtqj0wHvIeq2oQUBTAQ8VRUYbJXEAcf7aD0WdIMvG1i4JHgNBPvjXICfcSDHw8OBuN4XlGNfRIKxoM4AR3oB+wLCO9h+yDIjCMOl5LPYOG3MdocS6Yi4qPredgXsJ3VnsYteb+2RWXDwu5DdtpxKkHZM8ChTvK28MqggJFV0e2eifv3hGHmfYJ+G0ZmnaeBzlCOd6SvYTq1uKBlLsbsyfXa+o17HVa7lDQRYfDz1Sim54JdlRW1awVl5k8tOXFLyCtR1B7CJyYVjo+2k4bgF8yam6Q3YZwtb8ORR6X4/r1LBnDlkfh+1FjgfmAULXRkZ7/jxBC/2EAEbiDK8dYJWRtMdrKV2r2UmbBbfkp7r4t1RMHqmGSk0pg6lOjKbRdcXbAB8w2Bo+auQNlKOHQNN0PmBLjP69BzMgIQjx0m8byWjYOV6x4l8moRU8GiknhqN8ttSib2KLVlQlKScij8KG53tqF+ltGlhjWoH2PyOvpxIouwr0Bf9qtY+aBBMcYAQ==\"}]}}],\"usage\":{\"prompt_tokens\":424,\"completion_tokens\":110,\"total_tokens\":534,\"cost\":0.002922,\"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.002922,\"upstream_inference_prompt_cost\":0.001272,\"upstream_inference_completions_cost\":0.00165},\"completion_tokens_details\":{\"reasoning_tokens\":61,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.264924084s + duration: 1.118502s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1985 + content_length: 1949 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"toolu_01G9Rea1VaAehQhQTRxGbVt3","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"anthropic-claude-v1","index":0,"signature":"EqsDCkYICBgCKkBZgA2aLmZQDmRH4RVCT4iXR95b6oYoMjp4e2kPdf2Po5wKmOD2b4fyCcDgesqaf1am+tK5ghnLAfrPp0kAa4ZmEgyC28uLu7gtwja44EwaDGEcw3jGVOOMdTIw8yIwSMENWo4hxw+0D7N8nGHs7R8ff6mL6SamfS9mM31bjlsXl3yqJUnue4qM/5T1eypWKpICoSCTYqxL31KjmP/dpTTAq92sGpdAH/qnrihAGrygZOmaCiKGvnd0+ZSOkFl5YLew53NbGFndgDOIAVZw/MwBm/Q/FfaRCKe3ha3jDSb7kKcMrYYiYeYaQ0em0z83TQBexlomR/8PRTmj6+P52DqmRRqFn32uOurrPFMcQ+/m8W8GR7BtS2zg8gnX0f2ZBZe021KsN2mNGipfeVUtW7ByM69HTYltfMGqsB/voa6VQRxMA7MWPhQTedIs4twaSxmoBUjZh5MQUhgeQX8GUOJtVBi8UL/l3uOjf21bHpVsi/3kEaWDtCu40aRsuvs5LxQ8oPr28gty6p/5CUWuoo2rfEPD6N6FbdBya1XNUzSAJPulQRgB","text":"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided a specific location: \"Florence, Italy\". I have all the required parameters to make this function call.","type":"reasoning.text"}],"reasoning":"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided a specific location: \"Florence, Italy\". I have all the required parameters to make this function call."},{"content":"40 C","tool_call_id":"toolu_01G9Rea1VaAehQhQTRxGbVt3","role":"tool"}],"model":"anthropic/claude-sonnet-4","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"toolu_vrtx_015EeDRWGA7dLHZpVKzpowig","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"anthropic-claude-v1","index":0,"signature":"Ep0DCkgICxACGAIqQJmzDCDSnhjTLtbQN/8+vA+ikDMrFxdtqj0wHvIeq2oQUBTAQ8VRUYbJXEAcf7aD0WdIMvG1i4JHgNBPvjXICfcSDHw8OBuN4XlGNfRIKxoM4AR3oB+wLCO9h+yDIjCMOl5LPYOG3MdocS6Yi4qPredgXsJ3VnsYteb+2RWXDwu5DdtpxKkHZM8ChTvK28MqggJFV0e2eifv3hGHmfYJ+G0ZmnaeBzlCOd6SvYTq1uKBlLsbsyfXa+o17HVa7lDQRYfDz1Sim54JdlRW1awVl5k8tOXFLyCtR1B7CJyYVjo+2k4bgF8yam6Q3YZwtb8ORR6X4/r1LBnDlkfh+1FjgfmAULXRkZ7/jxBC/2EAEbiDK8dYJWRtMdrKV2r2UmbBbfkp7r4t1RMHqmGSk0pg6lOjKbRdcXbAB8w2Bo+auQNlKOHQNN0PmBLjP69BzMgIQjx0m8byWjYOV6x4l8moRU8GiknhqN8ttSib2KLVlQlKScij8KG53tqF+ltGlhjWoH2PyOvpxIouwr0Bf9qtY+aBBMcYAQ==","text":"The user is asking for the weather in Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \"Florence, Italy\". I have all the required parameters to make the function call.","type":"reasoning.text"}],"reasoning":"The user is asking for the weather in Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \"Florence, Italy\". I have all the required parameters to make the function call."},{"content":"40 C","tool_call_id":"toolu_vrtx_015EeDRWGA7dLHZpVKzpowig","role":"tool"}],"model":"anthropic/claude-sonnet-4","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761052925-AxTrfKwZfWd4u7iT2kxf\",\"provider\":\"Anthropic\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1761052925,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is 40°C (104°F). That's quite hot! It's a very warm day in Florence.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":550,\"completion_tokens\":34,\"total_tokens\":584,\"cost\":0.00216,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00165,\"upstream_inference_completions_cost\":0.00051},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n{\"id\":\"gen-1773326263-swLXYBR1ICuR4npunGV5\",\"object\":\"chat.completion\",\"created\":1773326263,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The current weather in Florence, Italy is 40°C (104°F). That's quite hot! It's a very warm day in Florence right now.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":549,\"completion_tokens\":36,\"total_tokens\":585,\"cost\":0.002187,\"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.002187,\"upstream_inference_prompt_cost\":0.001647,\"upstream_inference_completions_cost\":0.00054},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 2.506909292s + duration: 1.089580291s diff --git a/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking-streaming.yaml b/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking-streaming.yaml index 4670eddf107106f29b352e372222f96959aefa88..2417dbfda3f49cdbc42fcb3b4291522dd924a1e5 100644 --- a/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking-streaming.yaml +++ b/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking-streaming.yaml @@ -8,7 +8,7 @@ interactions: proto_minor: 1 content_length: 561 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"reasoning":{"effort":"medium"},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"anthropic/claude-sonnet-4","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -24,59 +24,47 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"The user is asking for weather information for","reasoning_details":[{"type":"reasoning.text","text":"The user is asking for weather information for","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.text","text":"","signature":"","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence, Italy. I have access","reasoning_details":[{"type":"reasoning.text","text":" Florence, Italy. I have access","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The user is asking for","reasoning_details":[{"type":"reasoning.text","text":"The user is asking for","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to a weather function that requires","reasoning_details":[{"type":"reasoning.text","text":" to a weather function that requires","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a location parameter. The","reasoning_details":[{"type":"reasoning.text","text":" a location parameter. The","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information for Florence, Italy. I have","reasoning_details":[{"type":"reasoning.text","text":" information for Florence, Italy. I have","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user has provided the location as \"Florence","reasoning_details":[{"type":"reasoning.text","text":" user has provided the location as \"Florence","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" access","reasoning_details":[{"type":"reasoning.text","text":" access","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":", Italy\".","reasoning_details":[{"type":"reasoning.text","text":", Italy\".","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to a","reasoning_details":[{"type":"reasoning.text","text":" to a","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I have","reasoning_details":[{"type":"reasoning.text","text":" I have","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" all the required parameters to make the","reasoning_details":[{"type":"reasoning.text","text":" all the required parameters to make the","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function call.","reasoning_details":[{"type":"reasoning.text","text":" function call.","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that takes","reasoning_details":[{"type":"reasoning.text","text":" that takes","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"toolu_vrtx_01NRAptSJVJEik354SSeQZAs","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a location parameter. The","reasoning_details":[{"type":"reasoning.text","text":" a location parameter. The","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" has","reasoning_details":[{"type":"reasoning.text","text":" has","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"loca"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provided the location as \"Florence, Italy","reasoning_details":[{"type":"reasoning.text","text":" provided the location as \"Florence, Italy","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"ti"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\". I have","reasoning_details":[{"type":"reasoning.text","text":"\". I have","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"on\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" all the required parameters to make this function","reasoning_details":[{"type":"reasoning.text","text":" all the required parameters to make this function","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":": \"Florence,"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call.","reasoning_details":[{"type":"reasoning.text","text":" call.","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" I"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.text","signature":"EqgDCkgICBACGAIqQBvYK+UwzOLw+Jn8uxD4xoXAM70ym9hFuly64akWaZWJmCZFKC5FUckRcFdakI9/WwJTg2/OdypSRSFtMKW4iDYSDLfy1OwcX/ce7UF27BoMZSMVXAzI69NJbbpRIjAHt993gWGqLdpBx4VZpiE/KzXGuWCtwOhGqtZpDSoieeHCkybItGtT6z6iICSyEZcqjQLvPSxhozPhmWnYCYD9l276wOYIe4Ij/VDzNH/BO+/FQpmM9Z6WvveF5Gwii8lypjywLedePdHZIKhytZDhEDZsaPYbW8WKupYjh6//EfU1Lrf8A8qXs0A3vZxOWAD2y1BqTM6q2PZ1Qbi/W6rPsT6Xc3IQhArlRC402b5cJhrBADH10ZTntkgh7NeIbCl6mQ9qLN2WUltLmhP2zhzJ7eAEJRc5wk3gK3usZ5wfo5U6ZNoCxBOTUYkjYmasuOZGVugU6pBcEZiawvhThKuCuQ5tAR1Ac7n/5b0+lPZS6iYTyhrLL9ftNAAAhQfpmpjohh232Ub59UO7UnH7ydxDK3xLloVprJMwTwatMEl9uxgB","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"taly\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning_details":[{"type":"reasoning.text","signature":"EqkDCkgICxACGAIqQPS7GVr0GXPH6M+WzQ1vKtUqRBHv1LhaC0/WFMQlYmVaM9CGfR2D2LPkjWcVDLyv3VhSBwhzqJ7/TqPBgU19uX8SDNcW4mQhOGZ8NT+CyxoMbbl8zeAq03liEOT4IjCrFqSXlBQ4fKC4vLk5pvUFsStMTVC7lQqOCgx9Wi8wbWQARs0NgwUqMGRaPvyqqKkqjgL/UoXjowlOTTm2Fr7eWoiV5ZakWSRVesu8jBjxWWADiYR6i7YMTq7J32a/5C9br4HoEiD8g8Qdt3wOqrFMZWNhAQQ7kTS6bxYNLPE9SIVRuLyVpcvjcXLZviedK3AJ+EZrO/mx4efFo9TFIQ5vf59fecRWPc4QwJ7bDK4v9s+SLrA6tulpJBmiC3c7ZoaHXRV/qIbBTUDG9yifohjgmYZHo/PARPH7dqxkwYS25UtZHa5r8ENHvPhCuK4CowY8+3dj1qi1NjbR6xJPIrCBW9OZCtIB8/0zdmz6LoY/CCYhuOKPKClNgMoxLUtA79MgcC/kMndvWauXkbk2g2hMRGnOD6yvhGU8Hs1q0y+5yTQYAQ==","format":"anthropic-claude-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"toolu_vrtx_015KCHmsJaGhVoVK8owtCkHi","index":0,"type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\"locat"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"ion\": \"Flore"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"nce, Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}]} - - data: {"id":"gen-1761052874-j8EWFeK5gEAxzynOutxy","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052874,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":423,"completion_tokens":111,"total_tokens":534,"cost":0.002934,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001269,"upstream_inference_completions_cost":0.001665},"completion_tokens_details":{"reasoning_tokens":63,"image_tokens":0}}} + data: {"id":"gen-1773326256-GfjuN0tRbvSxE7XpT5vu","object":"chat.completion.chunk","created":1773326256,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":424,"completion_tokens":110,"total_tokens":534,"cost":0.002922,"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.002922,"upstream_inference_prompt_cost":0.001272,"upstream_inference_completions_cost":0.00165},"completion_tokens_details":{"reasoning_tokens":64,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -85,15 +73,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.593338833s + duration: 1.126881375s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 2035 + content_length: 1951 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"toolu_vrtx_015KCHmsJaGhVoVK8owtCkHi","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning":"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \"Florence, Italy\". I have all the required parameters to make this function call.","reasoning_details":[{"format":"anthropic-claude-v1","index":0,"signature":"EqgDCkgICBACGAIqQBvYK+UwzOLw+Jn8uxD4xoXAM70ym9hFuly64akWaZWJmCZFKC5FUckRcFdakI9/WwJTg2/OdypSRSFtMKW4iDYSDLfy1OwcX/ce7UF27BoMZSMVXAzI69NJbbpRIjAHt993gWGqLdpBx4VZpiE/KzXGuWCtwOhGqtZpDSoieeHCkybItGtT6z6iICSyEZcqjQLvPSxhozPhmWnYCYD9l276wOYIe4Ij/VDzNH/BO+/FQpmM9Z6WvveF5Gwii8lypjywLedePdHZIKhytZDhEDZsaPYbW8WKupYjh6//EfU1Lrf8A8qXs0A3vZxOWAD2y1BqTM6q2PZ1Qbi/W6rPsT6Xc3IQhArlRC402b5cJhrBADH10ZTntkgh7NeIbCl6mQ9qLN2WUltLmhP2zhzJ7eAEJRc5wk3gK3usZ5wfo5U6ZNoCxBOTUYkjYmasuOZGVugU6pBcEZiawvhThKuCuQ5tAR1Ac7n/5b0+lPZS6iYTyhrLL9ftNAAAhQfpmpjohh232Ub59UO7UnH7ydxDK3xLloVprJMwTwatMEl9uxgB","text":"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \"Florence, Italy\". I have all the required parameters to make this function call.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"toolu_vrtx_015KCHmsJaGhVoVK8owtCkHi","role":"tool"}],"model":"anthropic/claude-sonnet-4","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"toolu_vrtx_01NRAptSJVJEik354SSeQZAs","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"anthropic-claude-v1","index":0,"signature":"EqkDCkgICxACGAIqQPS7GVr0GXPH6M+WzQ1vKtUqRBHv1LhaC0/WFMQlYmVaM9CGfR2D2LPkjWcVDLyv3VhSBwhzqJ7/TqPBgU19uX8SDNcW4mQhOGZ8NT+CyxoMbbl8zeAq03liEOT4IjCrFqSXlBQ4fKC4vLk5pvUFsStMTVC7lQqOCgx9Wi8wbWQARs0NgwUqMGRaPvyqqKkqjgL/UoXjowlOTTm2Fr7eWoiV5ZakWSRVesu8jBjxWWADiYR6i7YMTq7J32a/5C9br4HoEiD8g8Qdt3wOqrFMZWNhAQQ7kTS6bxYNLPE9SIVRuLyVpcvjcXLZviedK3AJ+EZrO/mx4efFo9TFIQ5vf59fecRWPc4QwJ7bDK4v9s+SLrA6tulpJBmiC3c7ZoaHXRV/qIbBTUDG9yifohjgmYZHo/PARPH7dqxkwYS25UtZHa5r8ENHvPhCuK4CowY8+3dj1qi1NjbR6xJPIrCBW9OZCtIB8/0zdmz6LoY/CCYhuOKPKClNgMoxLUtA79MgcC/kMndvWauXkbk2g2hMRGnOD6yvhGU8Hs1q0y+5yTQYAQ==","text":" Florence, Italy. I have access to a weather function that requires a location parameter. The user has provided the location as \"Florence, Italy\". I have all the required parameters to make the function call.","type":"reasoning.text"}],"reasoning":" Florence, Italy. I have access to a weather function that requires a location parameter. The user has provided the location as \"Florence, Italy\". I have all the required parameters to make the function call."},{"content":"40 C","tool_call_id":"toolu_vrtx_01NRAptSJVJEik354SSeQZAs","role":"tool"}],"model":"anthropic/claude-sonnet-4","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -109,41 +97,37 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"The current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":" current","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" weather in Florence, Italy is ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather in Florence, Italy is ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"40°C (104°F).","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":"40°C (104°F).","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" That","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":" That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"'s quite hot","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" If","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":"! Make","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" you're planning to visit or","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":" sure to stay hydrated and seek","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" are","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade if","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" currently there, make","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":" you're planning","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" sure to stay","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":" to be out","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" hydrated and seek","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":"doors.","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" shade during the hottest parts","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":" of the day.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}]} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1761052876-A1tgi5ujdynpoIs5bgIZ","provider":"Google","model":"anthropic/claude-sonnet-4","object":"chat.completion.chunk","created":1761052876,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":549,"completion_tokens":43,"total_tokens":592,"cost":0.002292,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.001647,"upstream_inference_completions_cost":0.000645},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773326258-WHvws41Vctn3G2tYV7Ov","object":"chat.completion.chunk","created":1773326258,"model":"anthropic/claude-4-sonnet-20250522","provider":"Google","choices":[],"usage":{"prompt_tokens":549,"completion_tokens":54,"total_tokens":603,"cost":0.002457,"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.002457,"upstream_inference_prompt_cost":0.001647,"upstream_inference_completions_cost":0.00081},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -152,4 +136,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.177272083s + duration: 1.487207542s diff --git a/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking.yaml b/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking.yaml index 3b32235a3f8c28b813da332d0c47baf9dfafeec9..752cdb599437df7ccbea9da05b67f4a3e697c866 100644 --- a/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking.yaml +++ b/providertests/testdata/TestOpenRouterThinking/claude-sonnet-4/thinking.yaml @@ -24,13 +24,13 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761052869-MiFiSdXtA37nGboSrMvb\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1761052869,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \\\"Florence, Italy\\\". I have all the required parameters to make the function call.\",\"tool_calls\":[{\"id\":\"toolu_vrtx_011RyUyxRuzVNFcHaBZvofi5\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \\\"Florence, Italy\\\". I have all the required parameters to make the function call.\",\"signature\":\"EqcDCkgICBACGAIqQGxS3uOazXwdlJW9xlFvmyUOv4JjTZPQp7+x6B2nS+pe1Md3qoC16keCnhgLxEg3iNLgDcQCRlslDavs7Kw3ubUSDFCi9WxMGdOC0gZUhBoMDq0EUJo3Ve5VsKtqIjBwlSUZTmw8m53eg0M4kDsNM/26mgn0UFYPXUniuSn1SKHY4MD287XzAW03ze71+9UqjAKLjp8TcKqXLCwwK/duwkLX2APzoovXso0B4cCLL4S4rwVMQd4yXgMyuktRLbgewgOYdJYu9RJuXrYgWEnEtzgyWpUlEPA3jje5nrsxEWFwduBEWt5eZXM0nbChoCjusYEgSOb/FalXPKd6m05u+R2KZC+If8Ry13Yf01EGylhiUBHFZe4Xr3O8F8kSgzUMIrdZZZ42DbCfgP3qXBTapbis098WRF8f+jWfGZCu4UuK9KL+c3kcSGXv3qlGkGRFC0+f5vhikSmoVst1rZ9JUErmZd61EYVD3A5oSz1p4sKODjV1emp+Vh1EQWnDOJG2ccASGQpfpOFcYbUPuAaSNWDCeqpWfpZ12rHywqV7GAE=\",\"format\":\"anthropic-claude-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":423,\"completion_tokens\":111,\"total_tokens\":534,\"cost\":0.002934,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.001269,\"upstream_inference_completions_cost\":0.001665},\"completion_tokens_details\":{\"reasoning_tokens\":63,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1773326252-Szns4H7bQ8CavE2ZWrAx\",\"object\":\"chat.completion\",\"created\":1773326252,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"The user is asking for weather information for Florence, Italy. I have a weather function available that takes a location parameter. The location is clearly specified as \\\"Florence, Italy\\\". I have all the required parameters to make this function call.\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"toolu_vrtx_01HKcnQ9ZDwiuVXhno3dysoz\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The user is asking for weather information for Florence, Italy. I have a weather function available that takes a location parameter. The location is clearly specified as \\\"Florence, Italy\\\". I have all the required parameters to make this function call.\",\"format\":\"anthropic-claude-v1\",\"index\":0,\"signature\":\"EqYDCkgICxACGAIqQNsOj6PE+duVt8oIRuUmE1rZG5ZkPG2qzFQyFcuSsHBGk91owFsSSnL9aAHsCVfZBXLeVpw4G3cZkIT2ShMZgkISDKLmsYbF5oVpYVaVwxoMafxjLbaccu2R9CNlIjCiU/SRvlpBflE2InCBHRfWRVGRFjHaw/wSGCSlBdnECQGY9CZ0IQ4b2JzhmTbwSvgqiwIOyHzZtG7qhjvQS+TaGCajalAmW/yu1i+dH29Roi3n4hvCJAuvtH7aR5ilDXyEDXyEG2F6iFmCRmwAeVNBj6WK3f5ZiX4zKJo8I/GLU0J0JVXl5pmf4tHSVVPAQhcC7Y5qL0jCEJjkaDBWriyq7KzMaC23hwRmM35ptVLBqbokDeJiiQsuhVIyENfUd/Btn0VNlPq/Ux9Wd5+afPQa6mgywz+P3Ct3dcrHOKOL/Y+c27d8hmPMDofZLgI8MpN76ArcdL3PAyoNzYx+A5+ewmAHHFOy5i52sTy8vIa298z2M1XlCTp+oY8kT0LbVQX0po/+iaPnii98LVzgV0aWxjgIzVdhtE7C6mxVbgEYAQ==\"}]}}],\"usage\":{\"prompt_tokens\":424,\"completion_tokens\":108,\"total_tokens\":532,\"cost\":0.002892,\"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.002892,\"upstream_inference_prompt_cost\":0.001272,\"upstream_inference_completions_cost\":0.00162},\"completion_tokens_details\":{\"reasoning_tokens\":63,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.574778833s + duration: 1.615072s - id: 1 request: proto: HTTP/1.1 @@ -38,7 +38,7 @@ interactions: proto_minor: 1 content_length: 1979 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"toolu_vrtx_011RyUyxRuzVNFcHaBZvofi5","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"anthropic-claude-v1","index":0,"signature":"EqcDCkgICBACGAIqQGxS3uOazXwdlJW9xlFvmyUOv4JjTZPQp7+x6B2nS+pe1Md3qoC16keCnhgLxEg3iNLgDcQCRlslDavs7Kw3ubUSDFCi9WxMGdOC0gZUhBoMDq0EUJo3Ve5VsKtqIjBwlSUZTmw8m53eg0M4kDsNM/26mgn0UFYPXUniuSn1SKHY4MD287XzAW03ze71+9UqjAKLjp8TcKqXLCwwK/duwkLX2APzoovXso0B4cCLL4S4rwVMQd4yXgMyuktRLbgewgOYdJYu9RJuXrYgWEnEtzgyWpUlEPA3jje5nrsxEWFwduBEWt5eZXM0nbChoCjusYEgSOb/FalXPKd6m05u+R2KZC+If8Ry13Yf01EGylhiUBHFZe4Xr3O8F8kSgzUMIrdZZZ42DbCfgP3qXBTapbis098WRF8f+jWfGZCu4UuK9KL+c3kcSGXv3qlGkGRFC0+f5vhikSmoVst1rZ9JUErmZd61EYVD3A5oSz1p4sKODjV1emp+Vh1EQWnDOJG2ccASGQpfpOFcYbUPuAaSNWDCeqpWfpZ12rHywqV7GAE=","text":"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \"Florence, Italy\". I have all the required parameters to make the function call.","type":"reasoning.text"}],"reasoning":"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided the location as \"Florence, Italy\". I have all the required parameters to make the function call."},{"content":"40 C","tool_call_id":"toolu_vrtx_011RyUyxRuzVNFcHaBZvofi5","role":"tool"}],"model":"anthropic/claude-sonnet-4","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"toolu_vrtx_01HKcnQ9ZDwiuVXhno3dysoz","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"anthropic-claude-v1","index":0,"signature":"EqYDCkgICxACGAIqQNsOj6PE+duVt8oIRuUmE1rZG5ZkPG2qzFQyFcuSsHBGk91owFsSSnL9aAHsCVfZBXLeVpw4G3cZkIT2ShMZgkISDKLmsYbF5oVpYVaVwxoMafxjLbaccu2R9CNlIjCiU/SRvlpBflE2InCBHRfWRVGRFjHaw/wSGCSlBdnECQGY9CZ0IQ4b2JzhmTbwSvgqiwIOyHzZtG7qhjvQS+TaGCajalAmW/yu1i+dH29Roi3n4hvCJAuvtH7aR5ilDXyEDXyEG2F6iFmCRmwAeVNBj6WK3f5ZiX4zKJo8I/GLU0J0JVXl5pmf4tHSVVPAQhcC7Y5qL0jCEJjkaDBWriyq7KzMaC23hwRmM35ptVLBqbokDeJiiQsuhVIyENfUd/Btn0VNlPq/Ux9Wd5+afPQa6mgywz+P3Ct3dcrHOKOL/Y+c27d8hmPMDofZLgI8MpN76ArcdL3PAyoNzYx+A5+ewmAHHFOy5i52sTy8vIa298z2M1XlCTp+oY8kT0LbVQX0po/+iaPnii98LVzgV0aWxjgIzVdhtE7C6mxVbgEYAQ==","text":"The user is asking for weather information for Florence, Italy. I have a weather function available that takes a location parameter. The location is clearly specified as \"Florence, Italy\". I have all the required parameters to make this function call.","type":"reasoning.text"}],"reasoning":"The user is asking for weather information for Florence, Italy. I have a weather function available that takes a location parameter. The location is clearly specified as \"Florence, Italy\". I have all the required parameters to make this function call."},{"content":"40 C","tool_call_id":"toolu_vrtx_01HKcnQ9ZDwiuVXhno3dysoz","role":"tool"}],"model":"anthropic/claude-sonnet-4","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1761052871-4K3N85WPWxkYpvKAIK7r\",\"provider\":\"Google\",\"model\":\"anthropic/claude-sonnet-4\",\"object\":\"chat.completion\",\"created\":1761052871,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The current weather in Florence, Italy shows a temperature of 40°C (104°F). That's quite hot! It's a very warm day in Florence today.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":549,\"completion_tokens\":38,\"total_tokens\":587,\"cost\":0.002217,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.001647,\"upstream_inference_completions_cost\":0.00057},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1773326254-pDlQFWRf6TjfH8A3APlt\",\"object\":\"chat.completion\",\"created\":1773326254,\"model\":\"anthropic/claude-4-sonnet-20250522\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The current weather in Florence, Italy is 40°C (104°F). That's quite hot! Make sure to stay hydrated and seek shade if you're planning to be outdoors.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":547,\"completion_tokens\":43,\"total_tokens\":590,\"cost\":0.002286,\"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.002286,\"upstream_inference_prompt_cost\":0.001641,\"upstream_inference_completions_cost\":0.000645},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.367055209s + duration: 1.258792459s diff --git a/providertests/testdata/TestOpenRouterThinking/gemini-3-pro-preview/thinking-streaming.yaml b/providertests/testdata/TestOpenRouterThinking/gemini-3-pro-preview/thinking-streaming.yaml index 25ff2c9031ce56245323bc1e4982246902c8bd61..1170fa78df3b433e0a275df785bb47a02fdf670f 100644 --- a/providertests/testdata/TestOpenRouterThinking/gemini-3-pro-preview/thinking-streaming.yaml +++ b/providertests/testdata/TestOpenRouterThinking/gemini-3-pro-preview/thinking-streaming.yaml @@ -24,11 +24,19 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1763546643-6iyR5xZk4FUZDszB0am5","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546643,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Processing Weather Request**\n\nI've zeroed in on the user's weather query and pinpointed the location as Florence, Italy. The next step involves invoking the `get_weather` function, feeding it the identified location as a parameter. It's a straightforward process, I am ready to move on.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Processing Weather Request**\n\nI've zeroed in on the user's weather query and pinpointed the location as Florence, Italy. The next step involves invoking the `get_weather` function, feeding it the identified location as a parameter. It's a straightforward process, I am ready to move on.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324252-euYchQc6cJybvZVcHvS8","object":"chat.completion.chunk","created":1773324252,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Assessing User Intent**\n\n\\n\\n\n\nI've begun to break down the user's query about Florence's weather. My focus is on extracting the core intent: the need for current weather data. I am dissecting the question to identify all key entities. Specifically, the location (Florence, Italy), and the desired information (weather). This should facilitate the correct function call.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Assessing User Intent**\n\n\\n\\n\n\nI've begun to break down the user's query about Florence's weather. My focus is on extracting the core intent: the need for current weather data. I am dissecting the question to identify all key entities. Specifically, the location (Florence, Italy), and the desired information (weather). This should facilitate the correct function call.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546643-6iyR5xZk4FUZDszB0am5","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546643,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"reasoning":null,"reasoning_details":[{"id":"tool_weather_DTRiEM9ZhsGia4wKxtzr","type":"reasoning.encrypted","data":"CiQB4/H/XtQf/t2ivBCPsAJ1IAjit6zgeJbobI/H5w09u43xVM8KZwHj8f9e51jeSFgDf45Pkwo86CrPlD3o8ZyFEE/tLx74kTzrLixqIoG3WAJV4vzbIAAvRRm8HgovZkKLa/qR7XL3QyYKnFSDVbik86ElPf/9E9EbBc18RcBhU30VLLx+QWaL/9w9u/UKaAHj8f9eNB+grvQVrGDcL0BgnNLzSM4mVEAvaPOa6XddLxIi3izFHNpGVtVI1J8ABVPEzAwmZqGcr/NJTJDM+z0pZrnhUEdR5nCMw3/Kk6KH0SoOC+E0E9O8+0uTEZ2aVAIAqdI/cK98CqEBAePx/16FP6yD1/O5En03//g+Ux5rgUEtTKNmAvmlwyFy/62/L4iaDa7V/qSXsh5cjvcuzPGDfNu/E4LF+RrTK23Obdj9sa/CpVR8C//SfsztgPNrnn3DRxf78QYwIVHZeJdWTLsQ7gR97YqqV+p+ljwBkriVJ0hOdxlJzoKSDOqXk5HVLpS95XTVPrclF+TmDww+0YbNFAtIU5jOI465caQ=","format":"google-gemini-v1","index":0}],"tool_calls":[{"index":0,"id":"tool_weather_DTRiEM9ZhsGia4wKxtzr","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"}}]},"finish_reason":"tool_calls","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773324252-euYchQc6cJybvZVcHvS8","object":"chat.completion.chunk","created":1773324252,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Pinpointing the Tool's Use**\n\n\\n\\n\n\nI'm solidifying the link between the extracted entities and the available tools. I've confirmed that the 'weather' tool is a direct match for the user's intent. Now, I'm concentrating on the parameters needed by this tool. It looks like the 'location' entity is the most critical parameter for the weather function call.\n\n\n","reasoning_details":[{"type":"reasoning.text","text":"**Pinpointing the Tool's Use**\n\n\\n\\n\n\nI'm solidifying the link between the extracted entities and the available tools. I've confirmed that the 'weather' tool is a direct match for the user's intent. Now, I'm concentrating on the parameters needed by this tool. It looks like the 'location' entity is the most critical parameter for the weather function call.\n\n\n","format":"google-gemini-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546643-6iyR5xZk4FUZDszB0am5","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546643,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":28,"completion_tokens":73,"total_tokens":101,"cost":0.000932,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000056,"upstream_inference_completions_cost":0.000876},"completion_tokens_details":{"reasoning_tokens":64,"image_tokens":0}}} + data: {"id":"gen-1773324252-euYchQc6cJybvZVcHvS8","object":"chat.completion.chunk","created":1773324252,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"CiUBjz1rX+QNZZDaA519jWkmEHkL1bakA2T4Xvum2KvF9e8Ip0JZCmYBjz1rXzYAg5DeuNR0igEJn1YkVzIDEDsN7c183Vby+BpOaHARLB3bHGv0e70ycuaWFo93c9Yrzt2M8YXDZ3QA6egDq8uyFl5d50PS2EkHhW2MAitddmo+CWEKR0/ArMSGIVtXNjoKWAGPPWtf82UQipGTeH2p9JXfgf77tsHltpd9eIOO+OWaVCCGo9sZmhRZli96b2418FXNchuxiGLM+NL6oVtpoS4TAuqrubnNOjRNW3HMQz++9XeCBrB0bpoKoAEBjz1rX4uy8Ad3E1qhSHtFO3Mcijzc8MrMY6p4uVMi15Yd0goRptdXcc8QwAFZQb1vWaZZu1qjycxo5t+a5zbb+VY4JNRAb60Ytc6/kvE/yHKFXUd9RV1fusEsfndZP8WoxsLky/bSDyCnpSdMh3mSzWZsPJbusTRoP4LuNYte4fgdCqDHVLaqc4eyRb/PSbFb6Re1d1GyAOC0JjEc4qEMCpkBAY89a18ChJiGTSg6PLZcSpJw6mic2L821YrJ5p2D08BpQSF+ntq803BNUTfNTqF9J4Za7GYqYob/3D86CHkAmlRgFWkMal7Boz/z4fonHgxmnCJ4x9TtE2w0YvBCrXSNDb30wg/DPHm8QGvj6kn1DEv0ZoKUeMmj6ZN8qWhhPHiKqQ/XgO2mRl7NLmFAey5HZv9OaNtNa768CkcBjz1rXw34o+sxxk0yPfe/P0+jPpB1ZQqPhIHI/pR4EwVJfUThCyILiIh0tJPqFuKAhaxE4CRwq06SvO2RkWTZFHQamLhSzQoiAY89a18xSodo3zwA3KYOLPuT8LyRSApnEE9lvwmPQ7X8iQ==","format":"google-gemini-v1","id":"tool_weather_wJMhKbJOiIeWsXDA84qT","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324252-euYchQc6cJybvZVcHvS8","object":"chat.completion.chunk","created":1773324252,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"tool_weather_wJMhKbJOiIeWsXDA84qT","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324252-euYchQc6cJybvZVcHvS8","object":"chat.completion.chunk","created":1773324252,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\":\"Florence, Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324252-euYchQc6cJybvZVcHvS8","object":"chat.completion.chunk","created":1773324252,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"STOP"}]} + + data: {"id":"gen-1773324252-euYchQc6cJybvZVcHvS8","object":"chat.completion.chunk","created":1773324252,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[],"usage":{"prompt_tokens":28,"completion_tokens":120,"total_tokens":148,"cost":0.001496,"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.001496,"upstream_inference_prompt_cost":0.000056,"upstream_inference_completions_cost":0.00144},"completion_tokens_details":{"reasoning_tokens":111,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -37,15 +45,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 4.566491625s + duration: 6.221147583s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1887 + content_length: 2677 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_DTRiEM9ZhsGia4wKxtzr","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"google-gemini-v1","index":0,"text":"**Processing Weather Request**\n\nI''ve zeroed in on the user''s weather query and pinpointed the location as Florence, Italy. The next step involves invoking the `get_weather` function, feeding it the identified location as a parameter. It''s a straightforward process, I am ready to move on.\n\n\n","type":"reasoning.text"},{"data":"CiQB4/H/XtQf/t2ivBCPsAJ1IAjit6zgeJbobI/H5w09u43xVM8KZwHj8f9e51jeSFgDf45Pkwo86CrPlD3o8ZyFEE/tLx74kTzrLixqIoG3WAJV4vzbIAAvRRm8HgovZkKLa/qR7XL3QyYKnFSDVbik86ElPf/9E9EbBc18RcBhU30VLLx+QWaL/9w9u/UKaAHj8f9eNB+grvQVrGDcL0BgnNLzSM4mVEAvaPOa6XddLxIi3izFHNpGVtVI1J8ABVPEzAwmZqGcr/NJTJDM+z0pZrnhUEdR5nCMw3/Kk6KH0SoOC+E0E9O8+0uTEZ2aVAIAqdI/cK98CqEBAePx/16FP6yD1/O5En03//g+Ux5rgUEtTKNmAvmlwyFy/62/L4iaDa7V/qSXsh5cjvcuzPGDfNu/E4LF+RrTK23Obdj9sa/CpVR8C//SfsztgPNrnn3DRxf78QYwIVHZeJdWTLsQ7gR97YqqV+p+ljwBkriVJ0hOdxlJzoKSDOqXk5HVLpS95XTVPrclF+TmDww+0YbNFAtIU5jOI465caQ=","format":"google-gemini-v1","id":"tool_weather_DTRiEM9ZhsGia4wKxtzr","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"tool_weather_DTRiEM9ZhsGia4wKxtzr","role":"tool"}],"model":"google/gemini-3-pro-preview","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_wJMhKbJOiIeWsXDA84qT","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"google-gemini-v1","index":0,"text":"**Assessing User Intent**\n\n\\n\\n\n\nI''ve begun to break down the user''s query about Florence''s weather. My focus is on extracting the core intent: the need for current weather data. I am dissecting the question to identify all key entities. Specifically, the location (Florence, Italy), and the desired information (weather). This should facilitate the correct function call.\n\n\n**Pinpointing the Tool''s Use**\n\n\\n\\n\n\nI''m solidifying the link between the extracted entities and the available tools. I''ve confirmed that the ''weather'' tool is a direct match for the user''s intent. Now, I''m concentrating on the parameters needed by this tool. It looks like the ''location'' entity is the most critical parameter for the weather function call.\n\n\n","type":"reasoning.text"},{"data":"CiUBjz1rX+QNZZDaA519jWkmEHkL1bakA2T4Xvum2KvF9e8Ip0JZCmYBjz1rXzYAg5DeuNR0igEJn1YkVzIDEDsN7c183Vby+BpOaHARLB3bHGv0e70ycuaWFo93c9Yrzt2M8YXDZ3QA6egDq8uyFl5d50PS2EkHhW2MAitddmo+CWEKR0/ArMSGIVtXNjoKWAGPPWtf82UQipGTeH2p9JXfgf77tsHltpd9eIOO+OWaVCCGo9sZmhRZli96b2418FXNchuxiGLM+NL6oVtpoS4TAuqrubnNOjRNW3HMQz++9XeCBrB0bpoKoAEBjz1rX4uy8Ad3E1qhSHtFO3Mcijzc8MrMY6p4uVMi15Yd0goRptdXcc8QwAFZQb1vWaZZu1qjycxo5t+a5zbb+VY4JNRAb60Ytc6/kvE/yHKFXUd9RV1fusEsfndZP8WoxsLky/bSDyCnpSdMh3mSzWZsPJbusTRoP4LuNYte4fgdCqDHVLaqc4eyRb/PSbFb6Re1d1GyAOC0JjEc4qEMCpkBAY89a18ChJiGTSg6PLZcSpJw6mic2L821YrJ5p2D08BpQSF+ntq803BNUTfNTqF9J4Za7GYqYob/3D86CHkAmlRgFWkMal7Boz/z4fonHgxmnCJ4x9TtE2w0YvBCrXSNDb30wg/DPHm8QGvj6kn1DEv0ZoKUeMmj6ZN8qWhhPHiKqQ/XgO2mRl7NLmFAey5HZv9OaNtNa768CkcBjz1rXw34o+sxxk0yPfe/P0+jPpB1ZQqPhIHI/pR4EwVJfUThCyILiIh0tJPqFuKAhaxE4CRwq06SvO2RkWTZFHQamLhSzQoiAY89a18xSodo3zwA3KYOLPuT8LyRSApnEE9lvwmPQ7X8iQ==","format":"google-gemini-v1","id":"tool_weather_wJMhKbJOiIeWsXDA84qT","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"tool_weather_wJMhKbJOiIeWsXDA84qT","role":"tool"}],"model":"google/gemini-3-pro-preview","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -61,11 +69,13 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1763546647-Tp9ZHwQ3rhhPj6NAdVFO","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546647,"choices":[{"index":0,"delta":{"role":"assistant","content":"The weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324260-cfneHKlNa3n1Gl0DPBly","object":"chat.completion.chunk","created":1773324260,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"The weather in Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324260-cfneHKlNa3n1Gl0DPBly","object":"chat.completion.chunk","created":1773324260,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":", Italy, currently feels quite hot at 40°C.","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1763546647-Tp9ZHwQ3rhhPj6NAdVFO","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546647,"choices":[{"index":0,"delta":{"role":"assistant","content":" in Florence, Italy is currently 40°C.","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"STOP","logprobs":null}]} + data: {"id":"gen-1773324260-cfneHKlNa3n1Gl0DPBly","object":"chat.completion.chunk","created":1773324260,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"STOP"}]} - data: {"id":"gen-1763546647-Tp9ZHwQ3rhhPj6NAdVFO","provider":"Google","model":"google/gemini-3-pro-preview","object":"chat.completion.chunk","created":1763546647,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":54,"completion_tokens":14,"total_tokens":68,"cost":0.000276,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.000108,"upstream_inference_completions_cost":0.000168},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0}}} + data: {"id":"gen-1773324260-cfneHKlNa3n1Gl0DPBly","object":"chat.completion.chunk","created":1773324260,"model":"google/gemini-3-pro-preview-20251117","provider":"Google","choices":[],"usage":{"prompt_tokens":56,"completion_tokens":18,"total_tokens":74,"cost":0.000328,"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.000328,"upstream_inference_prompt_cost":0.000112,"upstream_inference_completions_cost":0.000216},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -74,4 +84,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.671475084s + duration: 4.672774791s diff --git a/providertests/testdata/TestOpenRouterThinking/gemini-3-pro-preview/thinking.yaml b/providertests/testdata/TestOpenRouterThinking/gemini-3-pro-preview/thinking.yaml index 84ee5e5e70c626f887ef662297512c8ece52661b..26a9b853e3978851b7d0e599a84340ebeb94a940 100644 --- a/providertests/testdata/TestOpenRouterThinking/gemini-3-pro-preview/thinking.yaml +++ b/providertests/testdata/TestOpenRouterThinking/gemini-3-pro-preview/thinking.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1763546487-yFEwYukW5QfhvzEHSekZ\",\"provider\":\"Google AI Studio\",\"model\":\"google/gemini-3-pro-preview\",\"object\":\"chat.completion\",\"created\":1763546488,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"**Acquiring Weather Data**\\n\\nI've decided to use the weather tool to get the current forecast for Florence, Italy. The location will be specified as \\\"Florence, Italy\\\" to get the most accurate results. I'm ready to proceed with using the tool and return the information.\\n\\n\\n\",\"tool_calls\":[{\"index\":0,\"id\":\"tool_weather_lYXVFov6DFhVAnGHGzui\",\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"**Acquiring Weather Data**\\n\\nI've decided to use the weather tool to get the current forecast for Florence, Italy. The location will be specified as \\\"Florence, Italy\\\" to get the most accurate results. I'm ready to proceed with using the tool and return the information.\\n\\n\\n\",\"format\":\"google-gemini-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"Eo4CCosCAdHtim9UBFExPDgDuh8MWbVEkO9w+s9pDzoFBZjc7fdzo6eGpv04hlhBygkMpO6VBAIRKEooegdRQnhJUUWJD/Zrf5cfiahXRK4fWPQvTaBxS7+h1HpDORflVhuy2kDFSGDQkI43qaqvIPdBZLuo6P+KEO7rXnRAUJZ5EBhTqszy6qSDBkBZJofLvV0Hrm2AatVECeqV8ZX1fuVZ0vKgzHcE3ZQJD2CX2Hcu1DHf2zZRL9ghxK12GtxwBQjfHVj0uHafLMvMEMyOA6kRDkWRh7q+EPJ1MjCRKsEbZCEh29oXIUZUT9UI96H8harvQ+88L6WuN8AGv9+CFrHuenGzd7SymIM/C4L+vhge\",\"id\":\"tool_weather_lYXVFov6DFhVAnGHGzui\",\"format\":\"google-gemini-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":65,\"completion_tokens\":58,\"total_tokens\":123,\"cost\":0.000826,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00013,\"upstream_inference_completions_cost\":0.000696},\"completion_tokens_details\":{\"reasoning_tokens\":42,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324241-tqjIYrNEmA40cPRRnkOm\",\"object\":\"chat.completion\",\"created\":1773324241,\"model\":\"google/gemini-3-pro-preview-20251117\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"**Defining the User's Intent**\\n\\nI've just begun dissecting the user's request. I'm focusing on pinpointing the core need: the user desires current weather conditions, specifically for Florence, Italy. The key is understanding the type of information they seek and the specified location.\\n\\n\\n**Identifying Necessary Data Sources**\\n\\nNow, I'm concentrating on the resources needed. It's clear I'll require an external API or weather service to retrieve the Florence weather data. I'm considering which service would be most reliable and readily accessible. I will need to ensure the response adheres to the user's need, presenting current conditions.\\n\\n\\n\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"tool_weather_Bn0mvxtpCZhM3MQlxpIi\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"**Defining the User's Intent**\\n\\nI've just begun dissecting the user's request. I'm focusing on pinpointing the core need: the user desires current weather conditions, specifically for Florence, Italy. The key is understanding the type of information they seek and the specified location.\\n\\n\\n**Identifying Necessary Data Sources**\\n\\nNow, I'm concentrating on the resources needed. It's clear I'll require an external API or weather service to retrieve the Florence weather data. I'm considering which service would be most reliable and readily accessible. I will need to ensure the response adheres to the user's need, presenting current conditions.\\n\\n\\n\",\"format\":\"google-gemini-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"CmIBjz1rX3+FHcC7Xt5yjwtDTiyVFmnBF0ZuAMrQYB/cbWdXb1BnYOjGOqnDrs6o7qQ4SXzsEsC1xHhreiaFBYcb2BsEjYgTFBOvdJFusPAtu72lR0J2xXkH6y/V2r3q7DC/GQpPAY89a1+2wNqcTWdwaHOIAln4Gq391baKoDXog6q3Kp5H8/bNOUUJ884J8TEcgrZ0MxmG+esM4gL9/3J23HyaEKDuP/5Vu+yLrDOmOuXeYwquAQGPPWtfkIXJnkFNsREe8hiB5gM6hLr2orWnRiOKGwlMMjJO05jXgWQZMTVh4TukZyaVCyJbzgqF+V/RVGx5k6uZcLD1K8r6kqKCYpXmef5ny0Be9XR7I0FxlWbdndPeAbWDPlAkxDCODjcKrD9bV0Mvia29CV/XWJ7mV96VoCQJECFMr7IHjkFely8OyagBDI0DAvGFfhm+S4REnVDK+mAIqkPVJ8MbismopLNWZAqlAQGPPWtfqrmAveUW67ZB0n+DaIRRCpWX4I6PWmo8H97Zk4BBM0wyW95ix4QjCY1GodCSev8PrkHTKTEc5KCZnBa7QZjwLFw97knBrLmMNvCRMEp+wJMNPyy9X3h7BqovTl4dT00gS+prCqSIvFsqAz0e8wmj21pp3pGb8Mc/P6gSfpVo4ie2GjBKaXeNbUpXNjtak39HRVrpdoqqm3JTRX8j/SNk5w==\",\"format\":\"google-gemini-v1\",\"id\":\"tool_weather_Bn0mvxtpCZhM3MQlxpIi\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":28,\"completion_tokens\":103,\"total_tokens\":131,\"cost\":0.001292,\"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.001292,\"upstream_inference_prompt_cost\":0.000056,\"upstream_inference_completions_cost\":0.001236},\"completion_tokens_details\":{\"reasoning_tokens\":94,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 3.118976208s + duration: 5.58624325s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1627 + content_length: 1615 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_lYXVFov6DFhVAnGHGzui","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"google-gemini-v1","index":0,"text":"**Acquiring Weather Data**\n\nI''ve decided to use the weather tool to get the current forecast for Florence, Italy. The location will be specified as \"Florence, Italy\" to get the most accurate results. I''m ready to proceed with using the tool and return the information.\n\n\n","type":"reasoning.text"},{"data":"Eo4CCosCAdHtim9UBFExPDgDuh8MWbVEkO9w+s9pDzoFBZjc7fdzo6eGpv04hlhBygkMpO6VBAIRKEooegdRQnhJUUWJD/Zrf5cfiahXRK4fWPQvTaBxS7+h1HpDORflVhuy2kDFSGDQkI43qaqvIPdBZLuo6P+KEO7rXnRAUJZ5EBhTqszy6qSDBkBZJofLvV0Hrm2AatVECeqV8ZX1fuVZ0vKgzHcE3ZQJD2CX2Hcu1DHf2zZRL9ghxK12GtxwBQjfHVj0uHafLMvMEMyOA6kRDkWRh7q+EPJ1MjCRKsEbZCEh29oXIUZUT9UI96H8harvQ+88L6WuN8AGv9+CFrHuenGzd7SymIM/C4L+vhge","format":"google-gemini-v1","id":"tool_weather_lYXVFov6DFhVAnGHGzui","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"tool_weather_lYXVFov6DFhVAnGHGzui","role":"tool"}],"model":"google/gemini-3-pro-preview","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"tool_weather_Bn0mvxtpCZhM3MQlxpIi","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"data":"CmIBjz1rX3+FHcC7Xt5yjwtDTiyVFmnBF0ZuAMrQYB/cbWdXb1BnYOjGOqnDrs6o7qQ4SXzsEsC1xHhreiaFBYcb2BsEjYgTFBOvdJFusPAtu72lR0J2xXkH6y/V2r3q7DC/GQpPAY89a1+2wNqcTWdwaHOIAln4Gq391baKoDXog6q3Kp5H8/bNOUUJ884J8TEcgrZ0MxmG+esM4gL9/3J23HyaEKDuP/5Vu+yLrDOmOuXeYwquAQGPPWtfkIXJnkFNsREe8hiB5gM6hLr2orWnRiOKGwlMMjJO05jXgWQZMTVh4TukZyaVCyJbzgqF+V/RVGx5k6uZcLD1K8r6kqKCYpXmef5ny0Be9XR7I0FxlWbdndPeAbWDPlAkxDCODjcKrD9bV0Mvia29CV/XWJ7mV96VoCQJECFMr7IHjkFely8OyagBDI0DAvGFfhm+S4REnVDK+mAIqkPVJ8MbismopLNWZAqlAQGPPWtfqrmAveUW67ZB0n+DaIRRCpWX4I6PWmo8H97Zk4BBM0wyW95ix4QjCY1GodCSev8PrkHTKTEc5KCZnBa7QZjwLFw97knBrLmMNvCRMEp+wJMNPyy9X3h7BqovTl4dT00gS+prCqSIvFsqAz0e8wmj21pp3pGb8Mc/P6gSfpVo4ie2GjBKaXeNbUpXNjtak39HRVrpdoqqm3JTRX8j/SNk5w==","format":"google-gemini-v1","id":"tool_weather_Bn0mvxtpCZhM3MQlxpIi","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"tool_weather_Bn0mvxtpCZhM3MQlxpIi","role":"tool"}],"model":"google/gemini-3-pro-preview","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n{\"id\":\"gen-1763546490-1xpxTRabcgvGkdsoaObe\",\"provider\":\"Google\",\"model\":\"google/gemini-3-pro-preview\",\"object\":\"chat.completion\",\"created\":1763546490,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The weather in Florence is currently 40°C.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":54,\"completion_tokens\":12,\"total_tokens\":66,\"cost\":0.000252,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.000108,\"upstream_inference_completions_cost\":0.000144},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324247-CXxmKIMUEgjDsHWB1jUV\",\"object\":\"chat.completion\",\"created\":1773324247,\"model\":\"google/gemini-3-pro-preview-20251117\",\"provider\":\"Google\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"STOP\",\"message\":{\"role\":\"assistant\",\"content\":\"It looks like it is currently 40°C (104°F) in Florence, Italy.\",\"refusal\":null,\"reasoning\":null}}],\"usage\":{\"prompt_tokens\":54,\"completion_tokens\":23,\"total_tokens\":77,\"cost\":0.000384,\"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.000384,\"upstream_inference_prompt_cost\":0.000108,\"upstream_inference_completions_cost\":0.000276},\"completion_tokens_details\":{\"reasoning_tokens\":0,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 1.710336083s + duration: 4.894801375s diff --git a/providertests/testdata/TestOpenRouterThinking/glm-4.6/thinking-streaming.yaml b/providertests/testdata/TestOpenRouterThinking/glm-4.6/thinking-streaming.yaml index 008725f4b72e486fb6e12a34837f32f9fe36eb1f..c473020538fe41164a6d4f89026e3b8a6ac42f2d 100644 --- a/providertests/testdata/TestOpenRouterThinking/glm-4.6/thinking-streaming.yaml +++ b/providertests/testdata/TestOpenRouterThinking/glm-4.6/thinking-streaming.yaml @@ -24,141 +24,171 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asking","reasoning_details":[{"type":"reasoning.text","text":" asking","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.text","text":" have","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" access","reasoning_details":[{"type":"reasoning.text","text":" access","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" access","reasoning_details":[{"type":"reasoning.text","text":" access","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.text","text":" that","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" takes","reasoning_details":[{"type":"reasoning.text","text":" takes","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" get","reasoning_details":[{"type":"reasoning.text","text":" get","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" The","reasoning_details":[{"type":"reasoning.text","text":" The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" has","reasoning_details":[{"type":"reasoning.text","text":" has","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.text","text":" \"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" requires","reasoning_details":[{"type":"reasoning.text","text":" requires","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Flo","reasoning_details":[{"type":"reasoning.text","text":"Flo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"rence","reasoning_details":[{"type":"reasoning.text","text":"rence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"location","reasoning_details":[{"type":"reasoning.text","text":"location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.text","text":"\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location.","reasoning_details":[{"type":"reasoning.text","text":" location.","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I should","reasoning_details":[{"type":"reasoning.text","text":" I should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" has","reasoning_details":[{"type":"reasoning.text","text":" has","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" exactly","reasoning_details":[{"type":"reasoning.text","text":" exactly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" as","reasoning_details":[{"type":"reasoning.text","text":" as","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"Flo","reasoning_details":[{"type":"reasoning.text","text":"Flo","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" provided","reasoning_details":[{"type":"reasoning.text","text":" provided","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"rence","reasoning_details":[{"type":"reasoning.text","text":"rence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" since","reasoning_details":[{"type":"reasoning.text","text":" since","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.text","text":" it","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"'s","reasoning_details":[{"type":"reasoning.text","text":"'s","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" specific","reasoning_details":[{"type":"reasoning.text","text":" specific","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" want","reasoning_details":[{"type":"reasoning.text","text":" want","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"I","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":" check","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":" the","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.text","text":" use","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" value","reasoning_details":[{"type":"reasoning.text","text":" value","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":" for","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":".\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.text","text":" location","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"id":"call_410428ba131746b6ae7ff4bb","type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" parameter","reasoning_details":[{"type":"reasoning.text","text":" parameter","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"tool_calls","native_finish_reason":"tool_calls","logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","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-1761052915-2CCJv3whdOgelTcOt7hS","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052915,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":179,"completion_tokens":85,"total_tokens":264,"cost":0.00020718,"is_byok":false,"prompt_tokens_details":{"cached_tokens":178,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002018,"upstream_inference_completions_cost":0.000187},"completion_tokens_details":{"reasoning_tokens":65,"image_tokens":0}}} + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"I","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"'ll","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" check","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" the","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" for","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_a0979b6107624af58e5b7301","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\":\"Florence, Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"tool_calls"}]} + + data: {"id":"gen-1773324289-yVgLDEWUCYmaq8QFAuyM","object":"chat.completion.chunk","created":1773324289,"model":"z-ai/glm-4.6","provider":"Novita","choices":[],"usage":{"prompt_tokens":173,"completion_tokens":93,"total_tokens":266,"cost":0.00022451,"is_byok":false,"prompt_tokens_details":{"cached_tokens":171,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00022451,"upstream_inference_prompt_cost":0.00001991,"upstream_inference_completions_cost":0.0002046},"completion_tokens_details":{"reasoning_tokens":67,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -167,15 +197,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 1.059172958s + duration: 1.196639625s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 1214 + content_length: 1277 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"content":"\n\nI''ll check the weather in Florence, Italy for you.\n","tool_calls":[{"id":"call_410428ba131746b6ae7ff4bb","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":" user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided \"Florence, Italy\" as the location. I should use this exactly as provided since it''s a specific location.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_410428ba131746b6ae7ff4bb","role":"tool"}],"model":"z-ai/glm-4.6","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"call_a0979b6107624af58e5b7301","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":" user is asking for the weather in Florence, Italy. I have access to a weather function that can get weather information for a location. The function requires a \"location\" parameter, and the user has provided \"Florence, Italy\" as the location they want weather for. I should use this exact value for the location parameter.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_a0979b6107624af58e5b7301","role":"tool"}],"model":"z-ai/glm-4.6","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -191,165 +221,121 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.text","text":"The","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" returned","reasoning_details":[{"type":"reasoning.text","text":" returned","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"40","reasoning_details":[{"type":"reasoning.text","text":" \"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" C\"","reasoning_details":[{"type":"reasoning.text","text":" C\"","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.text","text":" for","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" This","reasoning_details":[{"type":"reasoning.text","text":" This","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" seems","reasoning_details":[{"type":"reasoning.text","text":" seems","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" be","reasoning_details":[{"type":"reasoning.text","text":" be","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.text","text":" a","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" temperature","reasoning_details":[{"type":"reasoning.text","text":" temperature","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" reading","reasoning_details":[{"type":"reasoning.text","text":" reading","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" of","reasoning_details":[{"type":"reasoning.text","text":" of","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ","reasoning_details":[{"type":"reasoning.text","text":" ","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} - - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" degrees","reasoning_details":[{"type":"reasoning.text","text":" degrees","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Celsius","reasoning_details":[{"type":"reasoning.text","text":" Celsius","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.text","text":" weather","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.text","text":",","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.text","text":" function","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" which","reasoning_details":[{"type":"reasoning.text","text":" which","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" returned","reasoning_details":[{"type":"reasoning.text","text":" returned","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" is","reasoning_details":[{"type":"reasoning.text","text":" is","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" quite","reasoning_details":[{"type":"reasoning.text","text":" quite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" temperature","reasoning_details":[{"type":"reasoning.text","text":" temperature","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" hot","reasoning_details":[{"type":"reasoning.text","text":" hot","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.text","text":" I","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"40","reasoning_details":[{"type":"reasoning.text","text":"40","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" should","reasoning_details":[{"type":"reasoning.text","text":" should","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"°C","reasoning_details":[{"type":"reasoning.text","text":"°C","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" present","reasoning_details":[{"type":"reasoning.text","text":" present","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.text","text":" this","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.text","text":" Florence","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" clearly","reasoning_details":[{"type":"reasoning.text","text":" clearly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.text","text":" Italy","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.text","text":" to","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.text","text":" the","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.text","text":" user","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.text","text":".","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" quite","reasoning_details":[{"type":"reasoning.text","text":" quite","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"\n","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" hot","reasoning_details":[{"type":"reasoning.text","text":" hot","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"The","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" in","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" present","reasoning_details":[{"type":"reasoning.text","text":" present","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":",","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information","reasoning_details":[{"type":"reasoning.text","text":" information","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" is","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" clearly","reasoning_details":[{"type":"reasoning.text","text":" clearly","format":"unknown","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" ","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"40","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","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-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" (","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"104","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" current","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":").","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" That","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"'s","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" weather","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" -","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"40","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"°C","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"'ll","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" want","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" which","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" stay","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" quite","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" hydrated","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" hot","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" and","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" seek","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" It","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" shade","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"'s","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" if you","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" definitely","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"'re","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" warm","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" planning","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" to","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" there","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" be","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" right","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":" outdoors","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":" now","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"!","reasoning":null,"reasoning_details":[]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[]},"finish_reason":"stop","native_finish_reason":"stop","logprobs":null}],"system_fingerprint":""} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"stop"}]} - data: {"id":"gen-1761052918-ETUf38GqhLQg9cxY9999","provider":"Novita","model":"z-ai/glm-4.6","object":"chat.completion.chunk","created":1761052918,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":219,"completion_tokens":84,"total_tokens":303,"cost":0.00020938,"is_byok":false,"prompt_tokens_details":{"cached_tokens":218,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00002458,"upstream_inference_completions_cost":0.0001848},"completion_tokens_details":{"reasoning_tokens":49,"image_tokens":0}}} + data: {"id":"gen-1773324292-Uc9rw1I8C32qLslHJqNy","object":"chat.completion.chunk","created":1773324292,"model":"z-ai/glm-4.6","provider":"Novita","choices":[],"usage":{"prompt_tokens":271,"completion_tokens":58,"total_tokens":329,"cost":0.00020097,"is_byok":false,"prompt_tokens_details":{"cached_tokens":172,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00020097,"upstream_inference_prompt_cost":0.00007337,"upstream_inference_completions_cost":0.0001276},"completion_tokens_details":{"reasoning_tokens":30,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -358,4 +344,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 745.263083ms + duration: 1.443023166s diff --git a/providertests/testdata/TestOpenRouterThinking/glm-4.6/thinking.yaml b/providertests/testdata/TestOpenRouterThinking/glm-4.6/thinking.yaml index 2e0663f25063f7980a1fbae276c416ca93dd34b9..b8dc4e9e71bf70f2e4233c2d64e0f3976da19379 100644 --- a/providertests/testdata/TestOpenRouterThinking/glm-4.6/thinking.yaml +++ b/providertests/testdata/TestOpenRouterThinking/glm-4.6/thinking.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n{\"id\":\"gen-1761052911-sbgCD9CtzdJVSkSMnnAe\",\"provider\":\"BaseTen\",\"model\":\"z-ai/glm-4.6\",\"object\":\"chat.completion\",\"created\":1761052911,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\nI'll check the weather in Florence, Italy for you.\\n\",\"refusal\":null,\"reasoning\":\"The user is asking for weather information for Florence, Italy. I have access to a weather function that takes a location parameter. The user has provided \\\"Florence, Italy\\\" as the location. I should use this exact location string when calling the weather function.\",\"tool_calls\":[{\"index\":0,\"id\":\"chatcmpl-tool-340de3c29804485e8d45a5742b77a0b5\",\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\": \\\"Florence, Italy\\\"}\"}}]}}],\"system_fingerprint\":null,\"usage\":{\"prompt_tokens\":187,\"completion_tokens\":83,\"total_tokens\":270,\"cost\":0.0002948,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0001122,\"upstream_inference_completions_cost\":0.0001826},\"completion_tokens_details\":{\"reasoning_tokens\":66,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324264-zLIoP8fSCwx9eMKIQfaM\",\"object\":\"chat.completion\",\"created\":1773324264,\"model\":\"z-ai/glm-4.6\",\"provider\":\"Novita\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"tool_calls\",\"message\":{\"role\":\"assistant\",\"content\":\"I'll check the weather in Florence, Italy for you.\",\"refusal\":null,\"reasoning\":\"The user is asking for the weather in Florence, Italy. I have a weather function available that takes a location parameter. The user has provided the location as \\\"Florence, Italy\\\". I should use this exact value for the location parameter.\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_23a2f527539f497aba9f1a3f\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The user is asking for the weather in Florence, Italy. I have a weather function available that takes a location parameter. The user has provided the location as \\\"Florence, Italy\\\". I should use this exact value for the location parameter.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":173,\"completion_tokens\":74,\"total_tokens\":247,\"cost\":0.00023947,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":42,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00023947,\"upstream_inference_prompt_cost\":0.00007667,\"upstream_inference_completions_cost\":0.0001628},\"completion_tokens_details\":{\"reasoning_tokens\":48,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 541.844291ms + duration: 1.5784375s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 848 + content_length: 1136 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"content":"\nI''ll check the weather in Florence, Italy for you.\n","tool_calls":[{"id":"chatcmpl-tool-340de3c29804485e8d45a5742b77a0b5","function":{"arguments":"{\"location\": \"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant"},{"content":"40 C","tool_call_id":"chatcmpl-tool-340de3c29804485e8d45a5742b77a0b5","role":"tool"}],"model":"z-ai/glm-4.6","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"content":"I''ll check the weather in Florence, Italy for you.","tool_calls":[{"id":"call_23a2f527539f497aba9f1a3f","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user is asking for the weather in Florence, Italy. I have a weather function available that takes a location parameter. The user has provided the location as \"Florence, Italy\". I should use this exact value for the location parameter.","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_23a2f527539f497aba9f1a3f","role":"tool"}],"model":"z-ai/glm-4.6","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761052913-qCEYOs6jhn3hOyFZslYW\",\"provider\":\"Novita\",\"model\":\"z-ai/glm-4.6\",\"object\":\"chat.completion\",\"created\":1761052913,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\\n\\nThe current weather in Florence, Italy is 40°C (104°F), which is quite hot! It's a very warm day there.\",\"refusal\":null,\"reasoning\":\"The weather function returned \\\"40 C\\\" for Florence, Italy. This indicates that the current temperature in Florence is 40 degrees Celsius, which is quite hot - about 104 degrees Fahrenheit. I should present this information clearly to the user.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The weather function returned \\\"40 C\\\" for Florence, Italy. This indicates that the current temperature in Florence is 40 degrees Celsius, which is quite hot - about 104 degrees Fahrenheit. I should present this information clearly to the user.\",\"format\":\"unknown\",\"index\":0}]}}],\"system_fingerprint\":\"\",\"usage\":{\"prompt_tokens\":219,\"completion_tokens\":81,\"total_tokens\":300,\"cost\":0.00028853,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":43,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00011033,\"upstream_inference_completions_cost\":0.0001782},\"completion_tokens_details\":{\"reasoning_tokens\":61,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324267-Nbo1eOWMmtUgtxF6g62q\",\"object\":\"chat.completion\",\"created\":1773324267,\"model\":\"z-ai/glm-4.6\",\"provider\":\"Together\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"stop\",\"message\":{\"role\":\"assistant\",\"content\":\"The weather in Florence, Italy is currently 40°C (104°F). That's quite hot! Make sure to stay hydrated and seek shade if you're out and about.\",\"refusal\":null,\"reasoning\":\"The weather function returned \\\"40 C\\\" which indicates the temperature is 40 degrees Celsius in Florence, Italy. That's quite hot! I should provide this information to the user in a clear and helpful way.\",\"reasoning_details\":[{\"type\":\"reasoning.text\",\"text\":\"The weather function returned \\\"40 C\\\" which indicates the temperature is 40 degrees Celsius in Florence, Italy. That's quite hot! I should provide this information to the user in a clear and helpful way.\",\"format\":\"unknown\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":253,\"completion_tokens\":79,\"total_tokens\":332,\"cost\":0.0003256,\"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.0003256,\"upstream_inference_prompt_cost\":0.0001518,\"upstream_inference_completions_cost\":0.0001738},\"completion_tokens_details\":{\"reasoning_tokens\":51,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 924.882291ms + duration: 10.151799166s diff --git a/providertests/testdata/TestOpenRouterThinking/gpt-5/thinking-streaming.yaml b/providertests/testdata/TestOpenRouterThinking/gpt-5/thinking-streaming.yaml index b86d810d6223b73f94d2e68a42848d5ee1c37806..a400161df20134188aa199591441d035aa5f40b5 100644 --- a/providertests/testdata/TestOpenRouterThinking/gpt-5/thinking-streaming.yaml +++ b/providertests/testdata/TestOpenRouterThinking/gpt-5/thinking-streaming.yaml @@ -24,211 +24,197 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**Fetching","reasoning_details":[{"type":"reasoning.summary","summary":"**Fetching","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**Retr","reasoning_details":[{"type":"reasoning.summary","summary":"**Retr","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ieving","reasoning_details":[{"type":"reasoning.summary","summary":"ieving","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" info","reasoning_details":[{"type":"reasoning.summary","summary":" info","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" see","reasoning_details":[{"type":"reasoning.summary","summary":" see","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"**\n\nI","reasoning_details":[{"type":"reasoning.summary","summary":"**\n\nI","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" is","reasoning_details":[{"type":"reasoning.summary","summary":" is","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asking","reasoning_details":[{"type":"reasoning.summary","summary":" asking","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" respond","reasoning_details":[{"type":"reasoning.summary","summary":" respond","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about","reasoning_details":[{"type":"reasoning.summary","summary":" about","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user's","reasoning_details":[{"type":"reasoning.summary","summary":" user's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" question","reasoning_details":[{"type":"reasoning.summary","summary":" question","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" about","reasoning_details":[{"type":"reasoning.summary","summary":" about","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" To","reasoning_details":[{"type":"reasoning.summary","summary":" To","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" do","reasoning_details":[{"type":"reasoning.summary","summary":" do","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.summary","summary":" this","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" specifically","reasoning_details":[{"type":"reasoning.summary","summary":" specifically","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" calling","reasoning_details":[{"type":"reasoning.summary","summary":" calling","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".weather","reasoning_details":[{"type":"reasoning.summary","summary":".weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.summary","summary":" location","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" specified","reasoning_details":[{"type":"reasoning.summary","summary":" specified","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" get","reasoning_details":[{"type":"reasoning.summary","summary":" get","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Since","reasoning_details":[{"type":"reasoning.summary","summary":" Since","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" only","reasoning_details":[{"type":"reasoning.summary","summary":" only","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" needed","reasoning_details":[{"type":"reasoning.summary","summary":" needed","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Even","reasoning_details":[{"type":"reasoning.summary","summary":" Even","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" use","reasoning_details":[{"type":"reasoning.summary","summary":" use","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" though","reasoning_details":[{"type":"reasoning.summary","summary":" though","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" one","reasoning_details":[{"type":"reasoning.summary","summary":" one","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" developer","reasoning_details":[{"type":"reasoning.summary","summary":" developer","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tools","reasoning_details":[{"type":"reasoning.summary","summary":" tools","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" allow","reasoning_details":[{"type":"reasoning.summary","summary":" allow","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" don't","reasoning_details":[{"type":"reasoning.summary","summary":" don't","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" have","reasoning_details":[{"type":"reasoning.summary","summary":" have","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" running","reasoning_details":[{"type":"reasoning.summary","summary":" running","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" multiple","reasoning_details":[{"type":"reasoning.summary","summary":" multiple","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" worry","reasoning_details":[{"type":"reasoning.summary","summary":" worry","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tools","reasoning_details":[{"type":"reasoning.summary","summary":" tools","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about","reasoning_details":[{"type":"reasoning.summary","summary":" about","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" parallel","reasoning_details":[{"type":"reasoning.summary","summary":" parallel","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" just","reasoning_details":[{"type":"reasoning.summary","summary":" just","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" wrapper","reasoning_details":[{"type":"reasoning.summary","summary":" wrapper","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" one","reasoning_details":[{"type":"reasoning.summary","summary":" one","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" this","reasoning_details":[{"type":"reasoning.summary","summary":" this","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" need","reasoning_details":[{"type":"reasoning.summary","summary":" need","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" task","reasoning_details":[{"type":"reasoning.summary","summary":" task","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" keep","reasoning_details":[{"type":"reasoning.summary","summary":" keep","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" So","reasoning_details":[{"type":"reasoning.summary","summary":" So","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" mind","reasoning_details":[{"type":"reasoning.summary","summary":" mind","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" function","reasoning_details":[{"type":"reasoning.summary","summary":" function","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" functions","reasoning_details":[{"type":"reasoning.summary","summary":" functions","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" might","reasoning_details":[{"type":"reasoning.summary","summary":" might","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".weather","reasoning_details":[{"type":"reasoning.summary","summary":".weather","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" return","reasoning_details":[{"type":"reasoning.summary","summary":" return","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" mocked","reasoning_details":[{"type":"reasoning.summary","summary":" mocked","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.summary","summary":" location","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" object","reasoning_details":[{"type":"reasoning.summary","summary":" object","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"Flor","reasoning_details":[{"type":"reasoning.summary","summary":"Flor","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" but","reasoning_details":[{"type":"reasoning.summary","summary":" but","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"ence","reasoning_details":[{"type":"reasoning.summary","summary":"ence","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"’ll","reasoning_details":[{"type":"reasoning.summary","summary":"’ll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" proceed","reasoning_details":[{"type":"reasoning.summary","summary":" proceed","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\"","reasoning_details":[{"type":"reasoning.summary","summary":".\"","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" with","reasoning_details":[{"type":"reasoning.summary","summary":" with","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" After","reasoning_details":[{"type":"reasoning.summary","summary":" After","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" call","reasoning_details":[{"type":"reasoning.summary","summary":" call","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" to","reasoning_details":[{"type":"reasoning.summary","summary":" to","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I'll","reasoning_details":[{"type":"reasoning.summary","summary":" I'll","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" get","reasoning_details":[{"type":"reasoning.summary","summary":" get","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" check","reasoning_details":[{"type":"reasoning.summary","summary":" check","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" response","reasoning_details":[{"type":"reasoning.summary","summary":" response","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" ensure","reasoning_details":[{"type":"reasoning.summary","summary":" ensure","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" handle","reasoning_details":[{"type":"reasoning.summary","summary":" handle","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABpssfPPBuXIeT1toiuWv9_i_vBHisxGb9dWM1Por_xBibo5FCvcdZNYlOnt999JwMCbei0yQH2r_PrWzmnBEQpIVAKyLBm7bcvwCcr5-wfXy-XX26WXaQWJP_fwDnFcOmn0d0BfIfVQg56qKWBV5jtny9AYb-FvopEEXRtbLSgy1_PtKWMaqi8pD3zzkEoKucXPEMTkP0n0DtxAxDfvuYteixrJgrZ4qqwdMgKwnVsCrybtHARja7gpkc7qEV3xYbDak2SovVIE4lEXufYmfsDP3muyPhS8fBd5GdtgreE5EFXrzigbSZlHM93swhnb_J4Z4d3-Cr8mxEBemKhQFlXnLRKXaj16bqfE_2hvP6Z93IiGQFpw7lae5rYoldDV7hPO-RIiQKkdn1l5uFZhhFhRRRCHjVtsx0WcSe7ySYMUcSdYSwLO_HdGrWiO6LTSO05MstqmgedeG3UNiVsFJ1eE3G1mVoa-sQtdBSdCILHa5wSRHnwNsBXLjf-_Tqtr84sPynCALl7lEMl6eqd1xkFKXcowgVZlNaCpMFrW2742AyPziU1oShb4t2EiDgCxdZNWAz-vE1YoEry3nKXz4_HDH7m9MLqmAEFHJjMtG5y6z0uUGjKPAN-21Jrg5-waw7aIdDsdK5toNB2-DX19lKAK4ktdQMONTpYa7MEKH0ZQS_6HR04LB5n0sGpvdIpe_FlNT4uwIXvc-r5vRuSnwZjmewgxonFwWp57a6x4xaG0Ymf9QygIAiUtwtdYgI9Y_xbxAxlGoZbvNcst3X8CBwtMaZixA930BiqRHPtkgy_LojAK6bMOH5DoWU7yOTjMGt9vuy0BXbmewQ4IoxvC_mbjpi8s7I0EUZWMwi_WlKsdMgacxfkO4QRZWDm7V_b3denqESZI_7AVRu3BrNYXUOTXL8qGOuKlONCowKHhWjzqPdrwV9BvombARXAGFD3s7PeqYORZ8RGFgCcqpM8GMRblIlG5JRfQI1QjsVQBO8hDJTuLx2L4nAC1O3LTTbdqVCMdz-FKFacwdRo-kAl6K3XgZXAYYQgOe960kFeUGD7FAsQ9HYlUavKx_OdqUUZcseU59y5VwT_cjtTll2csudcV0TvvzD_2Qz7i7ZyMI7dRocgEU1n4XbwhSJyjtWd3fv8CO-tqcPGXNEZ3fTzZjyvUK7_qr9Pp54kUerDFcmx84hbiZF-z6RRZTBNW4B3pnXLkKYKcLJw2gkpB-5PeNV3OoXIaLiudg45_27_1v0IToREjpGTefLYoRbyJ8TDMDWVQZXbW5vEA8EeDLqsZteHz6ihj0o1J7eb8MlDlIqMYLvH5dbcXLBrByFWtznfnRX8TQdkz3jDtNEZ92TneK7GRzhkpAfaj1A88ItBDQysP36mWb3v3Lwa9UZ9B7_KGiO-Bs4OdOtYtzJa9kvVzf55wnnbgQ==","format":"openai-responses-v1","id":"rs_0b3e532ad7ee644a0169b2c7ca703c81949bc437e0c4c64b39","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_PMwetLXlgdc65yX0cHoLY3SM","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" properly","reasoning_details":[{"type":"reasoning.summary","summary":" properly","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Let's","reasoning_details":[{"type":"reasoning.summary","summary":" Let's","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"location"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" move","reasoning_details":[{"type":"reasoning.summary","summary":" move","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\":\""}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" forward","reasoning_details":[{"type":"reasoning.summary","summary":" forward","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"Flor"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"!","reasoning_details":[{"type":"reasoning.summary","summary":"!","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"ence"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABo95Axc714cUMJItsXPQrhNJR2obx_YXqIn0SQS-gE8g4lh5sTeHrkb721BilEYlBCOBXFVH17a3-fyrvXslOaCj7CJUH2BRg5Fbov1hAWBZVMeo5feIY57920EPdtkKtMF4UWFYuUEBCliqbN2y_E3amMQTmO_78QsrnYKaI4zd0z0szvOXK963muw4mfySk8nPbHQdlU7Yt2kXqYnedfKMRG0ojFSAFcD5XcHw8uGxPPuCX95gGDCP53gKIpir57bFrx8x1TJ9PNZqtKynEadPcYTEoxP4ioSn_2Oob11nVF2BNCZkOt9MUr8XIMSGM7XgyhmrBGY3RGoVfS72yf7MiDrz_0SUaBNro-G4BpH9zSKcvBGnRN-xJiHHhghqowSSnf2PftEnKR5eWm5NB-3X0wUzMIMlb8u59qiF24IG6DK6aoqRccgI6xl8BWKeceyvBRO28N7EhQt3nzEQ106d3CBd_1MYbgs3PCnyDc17CsSV79lIFIpInigRgO9Di_YKfZxy-PVfa2R9bLa37vVgZU7gW_U8oCl_wYgFREmf0-rbMCIE8QCftAtjKqLmY1dqk7uA1yan8UHwz4KMSPRHTRXtTbMLCOvjWe0Ryfk3IcJ0EBJc4D6iYuBiSKkpAC7qXm9OV85Mvn135eyxWZxMGW-aGvY3dTTPU3QVied8DZ7DDXcx6Hu77FxVmZylMUpyPVUtrReJBGQHmLfLOa-VEsyEDUpqOiU4HiwlJQMIdPjVa4Ew5IB4LTyhcv_Sl98soc6xfo3lPA17X8xALHLgX9igzoVpPCUzWDic7LmPuaVveW_zQrkiPn2502jKOr-9Yd-uNpRA9cnhCtqfzMlAZ0jsUpNZj2rC5S0GAptnogLGsrY5jh_Q9hSdOYi_CI8eCaMlWEZulrQtDF0hO7jackASXplQcYElyN0GOtDxh2PIM9dQUrx8ai1RzssrunsVpMtAy-N7bNQPGrwRKFT2qfkL2m65rYP7vi_E5D__dVzgA8j-T1HpSHb6RWeHRU-O5CftPwUbaZHWcg2KEKZBUjrkT_fRvbaWPIDUbimKf5hDOUxbDQbAqLVG23_QblWxVRwwYRfx-e8Teq7TMW34_roR72VTVoH9-qMrpqB2f6Rv6zbBA7WfM28Izo-2zGFMQMxHUhmGLKCpZW62ayE4CbrgTJoT_zuwtzlMI9m_Wavff7Ke54nUAs3WRtGpIS78JgkGogV4Ynol8FGLR8rFJ-geeVK6cwLK5owvSzzioOycA4IME4ic56VV5DWBWlMe0hLnAw1rNK0EkPD80e308Tlw5V0QaqJL6mWACp1OZPD4UWCBpU807GNNKJhCbRG1WzFrI9l3WlstQVfb4O6sOvqeKpcxbdKZxTfu7DG7IgmSCMoeWEgftSW7ndCDdOTlRjYXzQFu-WNk5tF533M6y_ZwmhVOy-79PJQqf44293fcPaF7wqlRpWW6gr1RNq7f0dUwxMhkhlZefYJhJYLAGVPuCw9ST4DyRzMqgUcu3BIQ_m9zomNyH3t7S6oM5jKSDN5ewUpdvYWGxXji6bFasGZsLL26mPQvTKruTIDOjU-WD5NOTRvq3bZfZStZHNNBDpZtzGXlAWG_e_Snf-uJNJMFogRNhnjSH5mhnsOG3rvdo=","id":"rs_0e2b6966875e996f0168f7902c91c88196abe59d1af22f2f30","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_ZflTiDdr9FEj8wy7gCbD4gTQ","index":0,"type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":" Italy"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"{\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"location"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"completed"}]} - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\":\""}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"Flor"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"ence"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":","}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":" Italy"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"index":0,"type":"function","function":{"arguments":"\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} - - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"completed","logprobs":null}]} - - data: {"id":"gen-1761054763-a10nm1pcIKLo1lEHAAjM","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054763,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":66,"completion_tokens":86,"total_tokens":152,"cost":0.0009425,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.0000825,"upstream_inference_completions_cost":0.00086},"completion_tokens_details":{"reasoning_tokens":64,"image_tokens":0}}} + data: {"id":"gen-1773324233-7bbCvshdLdDQrXb5TMah","object":"chat.completion.chunk","created":1773324233,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[],"usage":{"prompt_tokens":63,"completion_tokens":116,"total_tokens":179,"cost":0.00123875,"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.00123875,"upstream_inference_prompt_cost":0.00007875,"upstream_inference_completions_cost":0.00116},"completion_tokens_details":{"reasoning_tokens":64,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -237,15 +223,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 566.377ms + duration: 463.578542ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 3151 + content_length: 2911 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_ZflTiDdr9FEj8wy7gCbD4gTQ","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"openai-responses-v1","index":0,"summary":"**Retrieving weather for Florence**\n\nI need to respond to the user''s question about the weather in Florence, Italy. To do this, I’ll use the weather tool to get the information needed. Even though the developer tools allow for running multiple tools, I just need one for this task. So, I’ll call functions.weather with the location \"Florence, Italy.\" After that, I''ll check the response and ensure I handle it properly. Let''s move forward!","type":"reasoning.summary"},{"data":"gAAAAABo95Axc714cUMJItsXPQrhNJR2obx_YXqIn0SQS-gE8g4lh5sTeHrkb721BilEYlBCOBXFVH17a3-fyrvXslOaCj7CJUH2BRg5Fbov1hAWBZVMeo5feIY57920EPdtkKtMF4UWFYuUEBCliqbN2y_E3amMQTmO_78QsrnYKaI4zd0z0szvOXK963muw4mfySk8nPbHQdlU7Yt2kXqYnedfKMRG0ojFSAFcD5XcHw8uGxPPuCX95gGDCP53gKIpir57bFrx8x1TJ9PNZqtKynEadPcYTEoxP4ioSn_2Oob11nVF2BNCZkOt9MUr8XIMSGM7XgyhmrBGY3RGoVfS72yf7MiDrz_0SUaBNro-G4BpH9zSKcvBGnRN-xJiHHhghqowSSnf2PftEnKR5eWm5NB-3X0wUzMIMlb8u59qiF24IG6DK6aoqRccgI6xl8BWKeceyvBRO28N7EhQt3nzEQ106d3CBd_1MYbgs3PCnyDc17CsSV79lIFIpInigRgO9Di_YKfZxy-PVfa2R9bLa37vVgZU7gW_U8oCl_wYgFREmf0-rbMCIE8QCftAtjKqLmY1dqk7uA1yan8UHwz4KMSPRHTRXtTbMLCOvjWe0Ryfk3IcJ0EBJc4D6iYuBiSKkpAC7qXm9OV85Mvn135eyxWZxMGW-aGvY3dTTPU3QVied8DZ7DDXcx6Hu77FxVmZylMUpyPVUtrReJBGQHmLfLOa-VEsyEDUpqOiU4HiwlJQMIdPjVa4Ew5IB4LTyhcv_Sl98soc6xfo3lPA17X8xALHLgX9igzoVpPCUzWDic7LmPuaVveW_zQrkiPn2502jKOr-9Yd-uNpRA9cnhCtqfzMlAZ0jsUpNZj2rC5S0GAptnogLGsrY5jh_Q9hSdOYi_CI8eCaMlWEZulrQtDF0hO7jackASXplQcYElyN0GOtDxh2PIM9dQUrx8ai1RzssrunsVpMtAy-N7bNQPGrwRKFT2qfkL2m65rYP7vi_E5D__dVzgA8j-T1HpSHb6RWeHRU-O5CftPwUbaZHWcg2KEKZBUjrkT_fRvbaWPIDUbimKf5hDOUxbDQbAqLVG23_QblWxVRwwYRfx-e8Teq7TMW34_roR72VTVoH9-qMrpqB2f6Rv6zbBA7WfM28Izo-2zGFMQMxHUhmGLKCpZW62ayE4CbrgTJoT_zuwtzlMI9m_Wavff7Ke54nUAs3WRtGpIS78JgkGogV4Ynol8FGLR8rFJ-geeVK6cwLK5owvSzzioOycA4IME4ic56VV5DWBWlMe0hLnAw1rNK0EkPD80e308Tlw5V0QaqJL6mWACp1OZPD4UWCBpU807GNNKJhCbRG1WzFrI9l3WlstQVfb4O6sOvqeKpcxbdKZxTfu7DG7IgmSCMoeWEgftSW7ndCDdOTlRjYXzQFu-WNk5tF533M6y_ZwmhVOy-79PJQqf44293fcPaF7wqlRpWW6gr1RNq7f0dUwxMhkhlZefYJhJYLAGVPuCw9ST4DyRzMqgUcu3BIQ_m9zomNyH3t7S6oM5jKSDN5ewUpdvYWGxXji6bFasGZsLL26mPQvTKruTIDOjU-WD5NOTRvq3bZfZStZHNNBDpZtzGXlAWG_e_Snf-uJNJMFogRNhnjSH5mhnsOG3rvdo=","format":"openai-responses-v1","id":"rs_0e2b6966875e996f0168f7902c91c88196abe59d1af22f2f30","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"call_ZflTiDdr9FEj8wy7gCbD4gTQ","role":"tool"}],"model":"openai/gpt-5","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_PMwetLXlgdc65yX0cHoLY3SM","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"openai-responses-v1","index":0,"summary":"**Fetching weather info**\n\nI see the user is asking about the weather in Florence, Italy. I’ll use the weather tool, specifically calling functions.weather with the location specified. Since I only need to use one tool, I don''t have to worry about the parallel tool wrapper. I need to keep in mind that the function might return a mocked object, but I’ll proceed with the call to get the information for the user!","type":"reasoning.summary"},{"data":"gAAAAABpssfPPBuXIeT1toiuWv9_i_vBHisxGb9dWM1Por_xBibo5FCvcdZNYlOnt999JwMCbei0yQH2r_PrWzmnBEQpIVAKyLBm7bcvwCcr5-wfXy-XX26WXaQWJP_fwDnFcOmn0d0BfIfVQg56qKWBV5jtny9AYb-FvopEEXRtbLSgy1_PtKWMaqi8pD3zzkEoKucXPEMTkP0n0DtxAxDfvuYteixrJgrZ4qqwdMgKwnVsCrybtHARja7gpkc7qEV3xYbDak2SovVIE4lEXufYmfsDP3muyPhS8fBd5GdtgreE5EFXrzigbSZlHM93swhnb_J4Z4d3-Cr8mxEBemKhQFlXnLRKXaj16bqfE_2hvP6Z93IiGQFpw7lae5rYoldDV7hPO-RIiQKkdn1l5uFZhhFhRRRCHjVtsx0WcSe7ySYMUcSdYSwLO_HdGrWiO6LTSO05MstqmgedeG3UNiVsFJ1eE3G1mVoa-sQtdBSdCILHa5wSRHnwNsBXLjf-_Tqtr84sPynCALl7lEMl6eqd1xkFKXcowgVZlNaCpMFrW2742AyPziU1oShb4t2EiDgCxdZNWAz-vE1YoEry3nKXz4_HDH7m9MLqmAEFHJjMtG5y6z0uUGjKPAN-21Jrg5-waw7aIdDsdK5toNB2-DX19lKAK4ktdQMONTpYa7MEKH0ZQS_6HR04LB5n0sGpvdIpe_FlNT4uwIXvc-r5vRuSnwZjmewgxonFwWp57a6x4xaG0Ymf9QygIAiUtwtdYgI9Y_xbxAxlGoZbvNcst3X8CBwtMaZixA930BiqRHPtkgy_LojAK6bMOH5DoWU7yOTjMGt9vuy0BXbmewQ4IoxvC_mbjpi8s7I0EUZWMwi_WlKsdMgacxfkO4QRZWDm7V_b3denqESZI_7AVRu3BrNYXUOTXL8qGOuKlONCowKHhWjzqPdrwV9BvombARXAGFD3s7PeqYORZ8RGFgCcqpM8GMRblIlG5JRfQI1QjsVQBO8hDJTuLx2L4nAC1O3LTTbdqVCMdz-FKFacwdRo-kAl6K3XgZXAYYQgOe960kFeUGD7FAsQ9HYlUavKx_OdqUUZcseU59y5VwT_cjtTll2csudcV0TvvzD_2Qz7i7ZyMI7dRocgEU1n4XbwhSJyjtWd3fv8CO-tqcPGXNEZ3fTzZjyvUK7_qr9Pp54kUerDFcmx84hbiZF-z6RRZTBNW4B3pnXLkKYKcLJw2gkpB-5PeNV3OoXIaLiudg45_27_1v0IToREjpGTefLYoRbyJ8TDMDWVQZXbW5vEA8EeDLqsZteHz6ihj0o1J7eb8MlDlIqMYLvH5dbcXLBrByFWtznfnRX8TQdkz3jDtNEZ92TneK7GRzhkpAfaj1A88ItBDQysP36mWb3v3Lwa9UZ9B7_KGiO-Bs4OdOtYtzJa9kvVzf55wnnbgQ==","format":"openai-responses-v1","id":"rs_0b3e532ad7ee644a0169b2c7ca703c81949bc437e0c4c64b39","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"call_PMwetLXlgdc65yX0cHoLY3SM","role":"tool"}],"model":"openai/gpt-5","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -261,45 +247,55 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"It","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"’s","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" currently","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" about","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"40","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"gAAAAABo95A0iap0c8f9yFG1ELhpsd5_C_6APWh4LteSdKsUt7BEpwkmSEd_TLNHxyjR0kBAZGMQSa3uUyPjKfUFVK91DBArZsxe5QKcaMhxSS-ey4_yfMYdnV2ecAde4biBS_ULm77sfLQCuICS6RrPvuszQtIJjiB0xM8On7OzGoiQk7zOmOBP3mEl3gSVMrawhapK3Y9GxVSvEoi3_nbl4E7Sbr5bH3e7pNm6Od4f2uG9cX-8XUzrOVtrHd5KiCty5moxezDMYjnTkZJvb0ByuU-RRAHDzvIK-eUSLs9Z_P-h-B-btPgpf2yVmYR0BsseB3CGp130KtZ6hP107Tlm9JUy_Vo39ib18A_20NCVI3RkohuriBL-2TUZziJRhRfGM99yoBsK1xQ_uF2pgSLHxEFobLiyz1NtcqprQoQ4WJ5jzAlJ7dTIjR6tegYKrlvbklU_2RyeBQoDHDUEzb8SOdRgUNMelEU0NSqH26LGZMQ5poykfKMcInsLMVelpoweKCIJehvv46--wx4xo072OYsvNtO0nUgjG9QDh1HWpad8gltd2sUPk_NLbswLSU5eyuNiiLF1CGsaZSC4I5hn9eoDT0P4sWnYUB3okaIlbDWFLlyf1KqpszCsaIJwmwRmjjO42zgwdhRfOwTRp8mbyrYrUSwMoGdbCZYOS3Ll-Ee9ZRubG2fHRG-xakvjjOAamEMt4oZ6PkiaZtmglXPlu6UHr7r8MDoJ2_BqPpzLkV3NWo6Vx5L1NbI0ocC0UKPusftS8QbukZclSAEf5GHKwZZfce7RtLr7UN8butJgD5mHUXNEXXgGbz-8S4PoLCydi9gqT0SsnmvCULB7VMArnyMWa61qp8QgOhCYyz1VnlH65LDUSEtoMsdOfERGNpg3WSBbSTOBO5uBXNp5Vzh2wAc3xQszHjJoVtPEfEOM729ZpTH4xH4-3ON4aSlWLrCODTB_3sH1g5jXE39-fdFiL_2X5cPPBGvFXFrR5MSxrPzA6Cij26tenBfQMaf0S4FBM_lzIRJK-QPV76-Kh7GRU2MJM3z04LnvypXoxOGmmEGHB10QBAsNN1HwMp-LVFKpDIN9YO22pRZTOfsxdHUO8ddvCEWKLavldSvXsMMKGS_JTpIT_jXs6aiwNippc76vIWolky8REeCu77K1o_-u4fN0Un4I0TMo_S_xR6hx78BWXECDknUywgyZmoChB0xq8dqKgPw2tzQHGum4DBUEKjvvziTwP2Ouifri5k1_d0cayyDCX29QDESQzALC-lPr5TbEnv5bJ8QefGnfCBtModtRcb2JVloXKcA9jccqmRy02q941o95P17Sp0m_asQDw7iVpNZLYS_ShmSvnkEi8Yv_gatqk73jR2d84fuNFoRV1AcssKSgZNr0WFvi1y6qdlm3Dm-n8kvWiuTJFAsJeTuO70fsM07QmPq4y3DeuaBV5Ul-OaHr-LCbpeIQnHgcG39oAecim7JU5ZOXmSafgTMB7zuPaqWp_wfXenvojgCrodro25SYjgDRsVnZMxzav9guWcDlF6SD-zQP47ZSPelZy9CN3QnSliyEpsoTTN67hpq4aEaZNfjOLizAtmIL-ilLHYC_uouy4C5NeWue5pp1AsfdOknDDRIUoWcqF4zRMUfn0Vynw0jIHT2YH7xj3wDWEcaATEW1LnhUib-rt5i5VgaHXTmN1GzRic9zkizvN3_BVOQ=","id":"rs_0e2b6966875e996f0168f79032628c8196bb355126c34b8dfa","format":"openai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"°C","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":"It"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":"’s"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":" currently"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":" about"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":"40"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" Stay","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" hydrated","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":" ("},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" and","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":"104"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" avoid","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" strenuous","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":")"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" activity","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" during","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" peak","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" afternoon","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":" heat","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[{"index":0,"delta":{"content":"","role":"assistant"},"finish_reason":"stop","native_finish_reason":"completed"}]} - data: {"id":"gen-1761054769-wtmJGmVg9GV3qS74TqVu","provider":"OpenAI","model":"openai/gpt-5","object":"chat.completion.chunk","created":1761054769,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":219,"completion_tokens":150,"total_tokens":369,"cost":0.00177375,"is_byok":false,"prompt_tokens_details":{"cached_tokens":0,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00027375,"upstream_inference_completions_cost":0.0015},"completion_tokens_details":{"reasoning_tokens":128,"image_tokens":0}}} + data: {"id":"gen-1773324239-e0BJ1jt1aVz5MikrC47p","object":"chat.completion.chunk","created":1773324239,"model":"openai/gpt-5-2025-08-07","provider":"OpenAI","choices":[],"usage":{"prompt_tokens":188,"completion_tokens":27,"total_tokens":215,"cost":0.000505,"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.000505,"upstream_inference_prompt_cost":0.000235,"upstream_inference_completions_cost":0.00027},"completion_tokens_details":{"reasoning_tokens":0,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -308,4 +304,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 605.446ms + duration: 501.2125ms diff --git a/providertests/testdata/TestOpenRouterThinking/gpt-5/thinking.yaml b/providertests/testdata/TestOpenRouterThinking/gpt-5/thinking.yaml index 5b14f8f3394eee2f0e08800cde231e619d1ec764..a5798b1a88222da71c29317ff8bd13b04e4fb086 100644 --- a/providertests/testdata/TestOpenRouterThinking/gpt-5/thinking.yaml +++ b/providertests/testdata/TestOpenRouterThinking/gpt-5/thinking.yaml @@ -8,7 +8,7 @@ interactions: proto_minor: 1 content_length: 494 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"openai/gpt-5","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"}],"model":"openai/gpt-5","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"reasoning":{"effort":"medium"}}' headers: Accept: - application/json @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054752-Z3PQgjaQed4rJTsn3RYa\",\"provider\":\"OpenAI\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion\",\"created\":1761054752,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"**Fetching weather data**\\n\\nI need to get the weather info. The user asked, \\\"What's the weather in Florence, Italy?\\\" so I should use the weather function for that. There’s a multi-tool option available, but we only need one tool here. I'll call functions.weather with \\\"Florence, Italy\\\" as the location. After I receive the result, I’ll give the user a clear and concise answer, focusing on the key details like temperature and conditions, even though I'm unsure what the tool will return.\",\"tool_calls\":[{\"id\":\"call_JH16IMSaSHLE7oICZRQzDvLH\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Fetching weather data**\\n\\nI need to get the weather info. The user asked, \\\"What's the weather in Florence, Italy?\\\" so I should use the weather function for that. There’s a multi-tool option available, but we only need one tool here. I'll call functions.weather with \\\"Florence, Italy\\\" as the location. After I receive the result, I’ll give the user a clear and concise answer, focusing on the key details like temperature and conditions, even though I'm unsure what the tool will return.\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABo95AlHDFCURxQFvbG5EJbGKJL25nSD5sieM-GXHlCv12f1ehmOOO8Tl6qqWcJO2c4G8YSrEu0mjlM43EGB-PKd-FA6M2B04NDNY4Q8bW6NULmWm6ZfHr8GXncCAddcdStbfz3sCRjJe-vqPN2OXLjCy6eYjjR2EKsmFUNG80TL3cSaDoZ9vCKUWXgUBzZ-8scHgLDI3USCAiwiDu0BWeC5-IfdiAQr54ZXk_pxZdesRjHnZlUfg2SLCo6X65hC02w9yKTwtTsg71S33bnjhMNXaIx4zSf8txF3Jt_BdS08fnjj3kCOZog2hvn8FLUGTVwARfm87zxveegUYFunxzpbJnP6PXZCQyYVVp16mGdtAKn1SPtFghKBakOTYAyXc4-oJMu0_cDX29G9LFwo1rHSRp48kSRYvyIkNtaox_sRCf2fVE2lJsn0B69V1kJZAHTUP8LuMZcx5ArObW5znf_c22HWCDv1LEMvPU1RfDBDUAbt2DiIr5QyAvDo08gW_n_rm1cGgM7H0iLdS_ecrI2FED0Bj0fmPlBlkr9yW1RJ8gwM_5f87-P79OH4RL_o6RBFocEEdy55xtTNK52XrKoti9-W-8nQg3Vn2X4ItI_90P7FARE_LPH63O38QtCoLllyGFMvYurkthtwlsvpUgNL9QlVrsmoBJjNRYaEyDJGw6lmz_uc3RWYGU0rAJuUpzIwm3ZBN4bkRanmgpLCvpixsq6iH3pj2Hwz3EVHGX07eZCBLp0Xn6Kk_7eGRF7HHJHfrF3kQehWi9jfCq6WoWt9LHIwS2WOHQ37-RVP5IJ5CS1zFp93fYyXjqXXghwu32PwJz6uJiwIciPkSWS-X7wt3evn67VPUaezVSzXud7TgNOCRrOaFUYE_WYTTumvxGzIH2TwQQRgsY61MyuvIRMncEjFLYDh_EiYbih8PJE0STK2Uni5UzoU8j9VGrlulzUIA-4CcvojmLaTiUKue2CXp5jlhZcmuZ7KIuXu12QRSoTlCzHWA0qPYhtjT57IVhNO5SKd6Bg3VPJ1QJsS8ndwUFlOJNo_onsdJ7NDHTrnhX18SHhD9xojO2jtIna7lWa2FUMt3lNsL0pqGrOYD2PJ0rAJTcdKl_6Q0ECHn09xaMhoKScStleB9U7rNVKmpjkFrSl_6mprtQCTQPE7Ovjt4bF5js5DjbdXbCEAeiy2-KPs0ET_-kMYkrCsxh7ELNIxPsaf01JL4YpkYsuzCHV0VZRHaMq0DBQcq2OxpmE5doeomMi6fMgoq8d_jTNhpR2jJ8qblQQ6aQqLLJZc921ougvrupAo1MCdV1JI9yIgkNvc_Q-WKCpCSzV39O_QBD62VvgjWrbYf_t0BlUqDh6866b92fG75kpjZqCXIdb70cLC9cgmyfohVqN9-LBWWSBw4KHCWj3m6jqkkc9htN5gt1lQYQMtXyWmTTV83NnTIbfZq43JfyhwWaMMnMYfrUVflirJ6_8lMTAQeloThWdQQymaeMOJXIXTx-gl0_fbVG8Im7ZaFiqXzYrNWgw9iPK1kvmeZmMIkTTZVdpDToBEuQ4qeoczsmqOspVLC7yf0USoL2HNl3nTJaiRvYwRAzbSwjV\",\"id\":\"rs_07508cdfb87721800168f79020d93c819589fabd1b4a45c9e0\",\"format\":\"openai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":66,\"completion_tokens\":86,\"total_tokens\":152,\"cost\":0.0009425,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000825,\"upstream_inference_completions_cost\":0.00086},\"completion_tokens_details\":{\"reasoning_tokens\":64,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324215-D7lh5CAt7ZjqsjO9zT2D\",\"object\":\"chat.completion\",\"created\":1773324215,\"model\":\"openai/gpt-5-2025-08-07\",\"provider\":\"OpenAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"**Checking Florence's weather**\\n\\nI need to find out the weather in Florence, Italy. I have a tool called \\\"functions.weather\\\" to help with that. Since we only need one tool, I won't use the multi_tool_use.parallel wrapper. I'll call functions.weather with the location specified as \\\"Florence, Italy.\\\" The tool should return the weather data, so I need to access it through the commentary channel. Alright, let's get that information!\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_vYXwqorxYJ1SpkxBfbomGrs4\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Checking Florence's weather**\\n\\nI need to find out the weather in Florence, Italy. I have a tool called \\\"functions.weather\\\" to help with that. Since we only need one tool, I won't use the multi_tool_use.parallel wrapper. I'll call functions.weather with the location specified as \\\"Florence, Italy.\\\" The tool should return the weather data, so I need to access it through the commentary channel. Alright, let's get that information!\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABpsse-I3DUazhapsT1MmHUYmjPW-feTxEb00nSJjtoH6gV_VS280fGY9VT2yKknwM0Aa2ypjI7rDew9B-o9fhwfpv2LHVD1l0pCh0Nqny-HFbOXLxMlaPXw48ysjMFkVDLXaQvCeMDt02gflkSwIubMS2PVTY3KtZ-YAlIKX133lav5jemWVmD006JPf4CV9931bdvsBIcpub27Zc79CYvbW81DweY0dNn6Zy0PqJRgOXN4RLSFgGOrTCiOuYUVzfPA49Q0SFILvkoJ8-1ZtTn0I3Spe_pMtED_VItwTdlSnVF28EgCMZafLs_EiROECRI76moLdURNk3cc5XM6Fk22OI3LHy5G9zO-VGcfVZiXDfRpJvUdYlGINdxzd3Yo0qhMY6r48luUM_WC8NY5qdV5MSuaZ5QkMHPQYj10Tdm4PTA85CHUeI4vVSkF_gMPI98ABGoq-YFlGN1KMzfHGpW-o_wn6GdXhmUUYOAUMcYHlgCh7vaQRbfShnm8YYOkPWkqON8NOOoC-JI7n_FgnK4Kz4F56bECUzS3nal1QoERK96ByoOR9mqVW21hauzeZhIUrpykI1hTaZiquWP0nacuDmW9n8CNboNQvrzCqclcKygMHL1St_kGGKMlnp72i6YBw-LFzYLNPwYT6Cr-Ru7wVSdL-UYN-hyqoPiRAqGzla4sLrWvn7bFv5g_GjgkAleHZzdwbLt9_1ICyOYMJVFTrfXJqjXU1XMnAhLU0Qn2nYRKy47M-R7HQoW51lmt4-_IdY_HQ7VISDpfWzCAYyyn-MuRoGhbJ2C8rSc1O07NXwYddFlTqwO8DKyMutCk7hkoMEUeSmnbIszN3oZfwxK-x9DKH7YX_0a_dBbe_WqlA9yJGLD19u78AGYoZ_NMSiGIp3O2Ihtc_FtVQkKuLU70aAP2OhuFtx3uLnBqEzw1ipzCwwyObD-Z3Ts1POtSveNfdNaLtzTLlgvO6DzoXqjIKdacwhDXpbmfDIFIufhwA5qRj7eMLg3VDx5QNW23aXe7_1YMcu_sVZOA2BZzvSkp2wfpKf7UzeBx8TWSav5PwO6HYEPsV61kxuUT6XJLpagFN6sRXYdtCVtu-Q3oBm4mWNv4-c1VsctE_AK21RLjtxZV70AXDbK-iS6-hr-1dgSKUYATofXRr4bbeKvev5CTirDgA4g593QzP0q0cGZbqClPzfRRF-cl82u4MAP7jWyeKaJ4B9NtIhYPSZxkhH0kUhak3iM6c-39LWApJu_Cj_NOvzBHSSgZj15tlX5WOR66gzOQgGWH4ODiBqr43miy6pyvm4nhKxJd1N7xtnT4kEXVEjdMz8RsP-fgyIcXC4wM8j7XojsChYI53pkUUzG8NbbdNw1yk0z41hY9dzaV8yyFaXhR8KjDsuY7MCzSDOX8KDdcUwQKU48jPAb6etYgKV9XBTgiIadnvdqLGDcA2Y_cTvE-c5-1uuX5tadJO0BB0-2cbqZxmHoaOLBVXlujTkzh5H1f98nhLf0XmDK5Qaps_OcpzOcGCkDfPjSwZ3_LrlnI2G3Mi6m9el54mKujXcSC-oVk0V2KB7H9U60xX1JiXFxDhw3xR6B0W_okMFkI-pbsTkLKOZVU_F6oFxpl9Q5cQCUebRYziAfj27FN_tpT_I=\",\"format\":\"openai-responses-v1\",\"id\":\"rs_0caf9667a75d08220169b2c7b86c9881969d898ea9b7780716\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":63,\"completion_tokens\":148,\"total_tokens\":211,\"cost\":0.00155875,\"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.00155875,\"upstream_inference_prompt_cost\":0.00007875,\"upstream_inference_completions_cost\":0.00148},\"completion_tokens_details\":{\"reasoning_tokens\":64,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 341.906ms + duration: 555.081ms - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 3103 + content_length: 2567 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_JH16IMSaSHLE7oICZRQzDvLH","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"openai-responses-v1","index":0,"summary":"**Fetching weather data**\n\nI need to get the weather info. The user asked, \"What''s the weather in Florence, Italy?\" so I should use the weather function for that. There’s a multi-tool option available, but we only need one tool here. I''ll call functions.weather with \"Florence, Italy\" as the location. After I receive the result, I’ll give the user a clear and concise answer, focusing on the key details like temperature and conditions, even though I''m unsure what the tool will return.","type":"reasoning.summary"},{"data":"gAAAAABo95AlHDFCURxQFvbG5EJbGKJL25nSD5sieM-GXHlCv12f1ehmOOO8Tl6qqWcJO2c4G8YSrEu0mjlM43EGB-PKd-FA6M2B04NDNY4Q8bW6NULmWm6ZfHr8GXncCAddcdStbfz3sCRjJe-vqPN2OXLjCy6eYjjR2EKsmFUNG80TL3cSaDoZ9vCKUWXgUBzZ-8scHgLDI3USCAiwiDu0BWeC5-IfdiAQr54ZXk_pxZdesRjHnZlUfg2SLCo6X65hC02w9yKTwtTsg71S33bnjhMNXaIx4zSf8txF3Jt_BdS08fnjj3kCOZog2hvn8FLUGTVwARfm87zxveegUYFunxzpbJnP6PXZCQyYVVp16mGdtAKn1SPtFghKBakOTYAyXc4-oJMu0_cDX29G9LFwo1rHSRp48kSRYvyIkNtaox_sRCf2fVE2lJsn0B69V1kJZAHTUP8LuMZcx5ArObW5znf_c22HWCDv1LEMvPU1RfDBDUAbt2DiIr5QyAvDo08gW_n_rm1cGgM7H0iLdS_ecrI2FED0Bj0fmPlBlkr9yW1RJ8gwM_5f87-P79OH4RL_o6RBFocEEdy55xtTNK52XrKoti9-W-8nQg3Vn2X4ItI_90P7FARE_LPH63O38QtCoLllyGFMvYurkthtwlsvpUgNL9QlVrsmoBJjNRYaEyDJGw6lmz_uc3RWYGU0rAJuUpzIwm3ZBN4bkRanmgpLCvpixsq6iH3pj2Hwz3EVHGX07eZCBLp0Xn6Kk_7eGRF7HHJHfrF3kQehWi9jfCq6WoWt9LHIwS2WOHQ37-RVP5IJ5CS1zFp93fYyXjqXXghwu32PwJz6uJiwIciPkSWS-X7wt3evn67VPUaezVSzXud7TgNOCRrOaFUYE_WYTTumvxGzIH2TwQQRgsY61MyuvIRMncEjFLYDh_EiYbih8PJE0STK2Uni5UzoU8j9VGrlulzUIA-4CcvojmLaTiUKue2CXp5jlhZcmuZ7KIuXu12QRSoTlCzHWA0qPYhtjT57IVhNO5SKd6Bg3VPJ1QJsS8ndwUFlOJNo_onsdJ7NDHTrnhX18SHhD9xojO2jtIna7lWa2FUMt3lNsL0pqGrOYD2PJ0rAJTcdKl_6Q0ECHn09xaMhoKScStleB9U7rNVKmpjkFrSl_6mprtQCTQPE7Ovjt4bF5js5DjbdXbCEAeiy2-KPs0ET_-kMYkrCsxh7ELNIxPsaf01JL4YpkYsuzCHV0VZRHaMq0DBQcq2OxpmE5doeomMi6fMgoq8d_jTNhpR2jJ8qblQQ6aQqLLJZc921ougvrupAo1MCdV1JI9yIgkNvc_Q-WKCpCSzV39O_QBD62VvgjWrbYf_t0BlUqDh6866b92fG75kpjZqCXIdb70cLC9cgmyfohVqN9-LBWWSBw4KHCWj3m6jqkkc9htN5gt1lQYQMtXyWmTTV83NnTIbfZq43JfyhwWaMMnMYfrUVflirJ6_8lMTAQeloThWdQQymaeMOJXIXTx-gl0_fbVG8Im7ZaFiqXzYrNWgw9iPK1kvmeZmMIkTTZVdpDToBEuQ4qeoczsmqOspVLC7yf0USoL2HNl3nTJaiRvYwRAzbSwjV","format":"openai-responses-v1","id":"rs_07508cdfb87721800168f79020d93c819589fabd1b4a45c9e0","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"call_JH16IMSaSHLE7oICZRQzDvLH","role":"tool"}],"model":"openai/gpt-5","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"reasoning":{"effort":"medium"}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_vYXwqorxYJ1SpkxBfbomGrs4","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"data":"gAAAAABpsse-I3DUazhapsT1MmHUYmjPW-feTxEb00nSJjtoH6gV_VS280fGY9VT2yKknwM0Aa2ypjI7rDew9B-o9fhwfpv2LHVD1l0pCh0Nqny-HFbOXLxMlaPXw48ysjMFkVDLXaQvCeMDt02gflkSwIubMS2PVTY3KtZ-YAlIKX133lav5jemWVmD006JPf4CV9931bdvsBIcpub27Zc79CYvbW81DweY0dNn6Zy0PqJRgOXN4RLSFgGOrTCiOuYUVzfPA49Q0SFILvkoJ8-1ZtTn0I3Spe_pMtED_VItwTdlSnVF28EgCMZafLs_EiROECRI76moLdURNk3cc5XM6Fk22OI3LHy5G9zO-VGcfVZiXDfRpJvUdYlGINdxzd3Yo0qhMY6r48luUM_WC8NY5qdV5MSuaZ5QkMHPQYj10Tdm4PTA85CHUeI4vVSkF_gMPI98ABGoq-YFlGN1KMzfHGpW-o_wn6GdXhmUUYOAUMcYHlgCh7vaQRbfShnm8YYOkPWkqON8NOOoC-JI7n_FgnK4Kz4F56bECUzS3nal1QoERK96ByoOR9mqVW21hauzeZhIUrpykI1hTaZiquWP0nacuDmW9n8CNboNQvrzCqclcKygMHL1St_kGGKMlnp72i6YBw-LFzYLNPwYT6Cr-Ru7wVSdL-UYN-hyqoPiRAqGzla4sLrWvn7bFv5g_GjgkAleHZzdwbLt9_1ICyOYMJVFTrfXJqjXU1XMnAhLU0Qn2nYRKy47M-R7HQoW51lmt4-_IdY_HQ7VISDpfWzCAYyyn-MuRoGhbJ2C8rSc1O07NXwYddFlTqwO8DKyMutCk7hkoMEUeSmnbIszN3oZfwxK-x9DKH7YX_0a_dBbe_WqlA9yJGLD19u78AGYoZ_NMSiGIp3O2Ihtc_FtVQkKuLU70aAP2OhuFtx3uLnBqEzw1ipzCwwyObD-Z3Ts1POtSveNfdNaLtzTLlgvO6DzoXqjIKdacwhDXpbmfDIFIufhwA5qRj7eMLg3VDx5QNW23aXe7_1YMcu_sVZOA2BZzvSkp2wfpKf7UzeBx8TWSav5PwO6HYEPsV61kxuUT6XJLpagFN6sRXYdtCVtu-Q3oBm4mWNv4-c1VsctE_AK21RLjtxZV70AXDbK-iS6-hr-1dgSKUYATofXRr4bbeKvev5CTirDgA4g593QzP0q0cGZbqClPzfRRF-cl82u4MAP7jWyeKaJ4B9NtIhYPSZxkhH0kUhak3iM6c-39LWApJu_Cj_NOvzBHSSgZj15tlX5WOR66gzOQgGWH4ODiBqr43miy6pyvm4nhKxJd1N7xtnT4kEXVEjdMz8RsP-fgyIcXC4wM8j7XojsChYI53pkUUzG8NbbdNw1yk0z41hY9dzaV8yyFaXhR8KjDsuY7MCzSDOX8KDdcUwQKU48jPAb6etYgKV9XBTgiIadnvdqLGDcA2Y_cTvE-c5-1uuX5tadJO0BB0-2cbqZxmHoaOLBVXlujTkzh5H1f98nhLf0XmDK5Qaps_OcpzOcGCkDfPjSwZ3_LrlnI2G3Mi6m9el54mKujXcSC-oVk0V2KB7H9U60xX1JiXFxDhw3xR6B0W_okMFkI-pbsTkLKOZVU_F6oFxpl9Q5cQCUebRYziAfj27FN_tpT_I=","format":"openai-responses-v1","id":"rs_0caf9667a75d08220169b2c7b86c9881969d898ea9b7780716","index":0,"type":"reasoning.encrypted"}]},{"content":"40 C","tool_call_id":"call_vYXwqorxYJ1SpkxBfbomGrs4","role":"tool"}],"model":"openai/gpt-5","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054757-RbtfcOpaiHHf2DnYJ33c\",\"provider\":\"OpenAI\",\"model\":\"openai/gpt-5\",\"object\":\"chat.completion\",\"created\":1761054757,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"It’s about 40°C (104°F) in Florence right now. Would you like details like conditions or a forecast?\",\"refusal\":null,\"reasoning\":\"**Providing weather information**\\n\\nThe tool returned a temperature of 40°C, which is pretty hot! I think it's important to present weather information concisely. While I could mention conditions like sunny or cloudy, I can't make those up since the tool only provided the temperature. So, I’ll state: \\\"The current temperature in Florence, Italy is about 40°C (104°F).\\\" It's useful to include a note about heat safety if appropriate. If the user wants more details or conditions, I can ask!\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Providing weather information**\\n\\nThe tool returned a temperature of 40°C, which is pretty hot! I think it's important to present weather information concisely. While I could mention conditions like sunny or cloudy, I can't make those up since the tool only provided the temperature. So, I’ll state: \\\"The current temperature in Florence, Italy is about 40°C (104°F).\\\" It's useful to include a note about heat safety if appropriate. If the user wants more details or conditions, I can ask!\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABo95ArxowPkxbCcPUAtMhlYexdVBDsZUDEKxDswE061QLWPQ5fhlipc3Shqpt5ebOISswND7zpx7un6-_WOis7bxZLbXatlvUGwnamND-IobPomP0QHlAJmrOFp478nTQFGfK1FUChsLBArCVR1XXMzi9-3Cv-CHTDIZcRblIrxidZdUj2mApj7JsU86gE02sVgL9xn5ehZBiQUdnig817Gul0meR7S3xDf473E2SPfzy4dCuk_cMXfoJ64vEVxPEyWljVkxOIauXqJjNHBDpILktjQP9yl-YZbMzqRqdyG3biRpdIIP2dcg8MfMMAP03atNPsyqEmSMY7Rjdr1K-cmlWfjcqyn4v38T0dQmUIov8VaLdnICQ53Tg6ghQGiQBsuKNPoAUJqQwvaznht_FNArMgcRjA3_tm9eNVCU26KZjNneywUX1x-p1EgZ6JAaCA2lUVx8Z2IMlrfF4w6f_QTdESjhf2-kQSXEkhSoAyz_NPr5-Y8ea69V_Iey2UDgz2dBeVRnntuE_uYGfCcyfDF5y3FAP0Ja4SjGWgWJjVsd8nR40oZWgdoIN-VbKPyAB_nG1armr_rfcmjODIWAlOQk4BxvzJNaJdcam7ylbVD-tKoDv8TNqKe-6oM9U03jQLw0VwVO7wDMtJ66Gzr9FeMKcflnc3gPA9zS8QJsC4OyavZyO6yyIuXJn6NSvklQYNrE4rnUlJXtw9HuFNYmK80JJpl7pc8YP42A_xFem0v6vozbzOM5-47icxLtx4BZvD73npFJI_hwkK7RhGGPdIVzLTxo9lajlGu__i5udg8nKazrZKdVUiFU2gorvqPvPcPMt1cSyXsOQLXvP9VsEMgc9-M--Gi6PS8o5qKPq5kWD7FWE8hSp3AQwS6rJniivVuBYLfZ3GLgxbVPXNXYBKMgzzfJnJlqBFTaG4IBhRHRQdR7Y5c6cSncoWZ3E7dT37PnIRZ65TW3xD2Xhyp2UuLgkd_Cf6QNBfCm8dsukXEE77z8xLgdIJoq0OkwNbW6_Qc6gyJAADM0sk9XUJ3B6esqB8KZcixF4QnHmhm_y8I1RGpDUQyd8moE3wbKf7-HhfiBOlwqUG-BaaZ5Os3Kk5zg4ka1k4LV1v36Nk8cWIhMVJbGVMsUPJsq3I4vhgRX8CnZ0RmKH4N5sLpscZtTtOLm17adbnuiw7a7zRbcRLV54g4Yf0-FDDjz43QCwsUZ95QW8JX71o9pWdEu27tdCCMfD_aC-CWYpVHW_YoYTq6nKGhlJCBeigDXYwyKJhOHcNMgJUB9iXv3bGVovOtGRjoyDgTBuM_z0Krz2eX1aJncwz7x2Uf0wgvcHfMWZQNjDUPs8a8QawTAu7izSEtVwh8WXo851kaiK5BxmCuQ8ZezO27cn8Yw3tMD-oTFyvoJy6BRhW9c-0jzsqaopUIoZUYrtKEQDwrGB0OjVlQykuqxpVov7Nr4FP6hFTds1Z26vhVI9B0FBMtrsOKwqyVf8TwE53g3gSaFRrMLgART8xca_n3uT_44sNUrqITd1xX_iOzwrFng1-jlEYZ0WA0k4jPh_OS5kTzT_OgE3YB-cXwcTf1h0SgNN54bk4Mivmx_9lqDyTv0ArJfZ9KYjvs3R4syhvwL6aMxE9NHQwKsnoUSI2NBa15LYqSBNnNpDoPxCl8zTXZNVKlWdAFXFLIXli0WishQ==\",\"id\":\"rs_07508cdfb87721800168f7902635048195a6af3183d6deb8ed\",\"format\":\"openai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":215,\"completion_tokens\":159,\"total_tokens\":374,\"cost\":0.00185875,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":0,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.00026875,\"upstream_inference_completions_cost\":0.00159},\"completion_tokens_details\":{\"reasoning_tokens\":128,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324223-JDEFwUnlS1HuYBH5OHWH\",\"object\":\"chat.completion\",\"created\":1773324223,\"model\":\"openai/gpt-5-2025-08-07\",\"provider\":\"OpenAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":\"It’s currently about 40°C (104°F) in Florence, Italy.\",\"refusal\":null,\"reasoning\":\"**Presenting weather data**\\n\\nThe tool returned \\\"40 C,\\\" which is a bit strange since it only gives temperature. The user asked for the weather in Florence, Italy, so we should report that.\\n\\nI'll state: \\\"The current temperature in Florence is 40°C.\\\" It’s also helpful to convert that to Fahrenheit, which comes out to about 104°F. I’ll keep the response concise and straightforward, adding that if the user wants more details, they can ask for those follow-ups!\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"**Presenting weather data**\\n\\nThe tool returned \\\"40 C,\\\" which is a bit strange since it only gives temperature. The user asked for the weather in Florence, Italy, so we should report that.\\n\\nI'll state: \\\"The current temperature in Florence is 40°C.\\\" It’s also helpful to convert that to Fahrenheit, which comes out to about 104°F. I’ll keep the response concise and straightforward, adding that if the user wants more details, they can ask for those follow-ups!\",\"format\":\"openai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"gAAAAABpssfJ2sB0Lk_aBGulzBjUnqJmhQxwIkby7uQi0SH3JqBDPO8YpTn2NQeEeMGZxW9lnrBnuCUeNdrJsUyWA4hZ7yOmwG0kC_iz16d5SXzifVKAyNA7a3P-ohxGmJ0jN8F5RBWZXY-_BYN-zUYkzpTsDjQHR4vlg18Ve0-wAHA_6hWUFZerZPzYK6z3eIu6WngGTzzVxzlxFb4OOAc2c75tQBwCX9ppGW5hWGA5uNVX8TyC_WCiHxURvhKgGPi8YzTtEtHh3dr8SM8xuarF-ev6X9sEsRhzoaT_-N4d2w21WnbHkuHyXwsri1UtCEM0OQk7_RpmVG_WEzqCG_XCgIa0MqzKK0xOVkLWN1OACtdGE0ObVL1tsAEbwN46DII1R-G3j80_vkeg3Yz91vSqPpxaRPJljZzNs8sDwXc_Pa-ouPtHooUB6fbBcZ76wC2FBNND8k0YLwhPK_N7vFjbtng9P6HuML4hM39QNXSxIRyjt2vrwN9NBz0hgCpwLngf1cRxx8F83a4AxdFqB3NeoYn-XsFWq0nVGMOtlNeQ8aqfre1B9thoc9UctFk-YhVKGOWJIshWZvcp1NEcaMteZVA7FWXx42nUNBMChTyLIrGBk75BcLhLW0XTFWsbK5bjCImQ1emnEI18kaJVTCQzIbIkMQECKugkenT5wwd30RHCavQPB4wBcw-GtjGAydEXWbYY4IT6EzY3ge31SaOzSRnoqjgSJQn5lFO44w-gqhVsLECmpvXbarkthwTTBB6DnL4Tg0eA0096NNDGgjr-HN5AMiPehhhaVF22oU63hZ5HVV70Ux-YFsJ8-XXsFFuJWyt7UqOXu_bKcoYXImXh22yhkFdOlJ9ODXqL3CB_5v51wuNUv7jnGKWZ8pDeBOTKyjK6ASyaxm6f2JJ-GplhlVRponypzz5NV_uBRtBNLobJC-2OdS2ZQ6zWFqXuk5WGWxSuOSIZ2PxOFO7RjJlxX6IjUWGZLX5njcSkLgk7koTyA-q0iEijY3sy9_FOnnrr-mfBwvWrpE52dJQpObcyrRw903lKU3Hpf2h_fxU8nSwR75aOEHGn9-Co_1ywWn9qV0HLzvF9jQxfcEhFNKByHIwxM0yrRa_WJ5-AGd9eMQQGgkk7njf8oQNSftth0KutvfKZPpWpvBFtrB9Nh1bXV-I3zjKgEGOYh3LE4HVNckxioBD4KXfAUJDRz3wSJhcaRtXfuIWpF6Oty1-pSALWdQ4RyyBf-HB1WBfgif1GrHxOWjwereNX3PjpruRAiR-cxX867TdzgC4YkAJ2z0Zv-aLFo5LgyIw_EWTIp3C3vCJHHtszdmSYXm79dBZZQSREnIO4ntgSxPSEW0ltWDOtpXdMl7BXS8fg6k3MiPmtB0yoc_RwO5P4cghhXojNtRyv3tae_2QPhm8FZJ6T4WjRqo5RKLm7YBZ4gOatAcOVxSnJW5rAvVR_G99J-XRaVmCGl6fX--8x3t03AxNTGEac8FeJsQInv0jVvzgW7pWCtsXthvX3flUScK8wFrb4xmLpBfoee0uDD7Q-QgUnZ8xFtGzAb91fSXdOp6zCkU8b45IDR7QOD5DjFwROwF1olDDO0Gr1EV1aFo_XOWe65I79zliGibdbVripwAogNhC1JSyDayLLXPcGTknpYggbHeXtvxqyVX5_fzsodMSov8qJYR8V5W5uOAujh5T83Tw113HcqgRMDb1vMmTEe3AtPkc37Ph-pI6vh61HBsdMSDFXtggGbN3kTSbHB_kcCLL7VYaHkwRUAPNhNYWTr14iEsHsgqkvUpyq--wQ0aLQGzr6qcICnhrxZlDpdmqyeCsT_zlI2eYoEhLaOPV8ZT0j8ov4OLsggOkJHQ9H-ByCYqyAmUrPeJ0QxF5mztpfcWC4UGIddWUYgyGfeRJHSduboX4IALiFGha5UZVgMZGQwuSfv_057CpYM42jfG2Q9G6TfZ3OiJ9fG_yFqruE0-I0LYgmOSyZDUaBSdIUIhfZDRtKOijlhKOZ98PjShifBHUbRp4s5Zi_a7KJZOoCuedeGl5CG9FE6hC2\",\"format\":\"openai-responses-v1\",\"id\":\"rs_0caf9667a75d08220169b2c7bfb03c8196bc6bad11c56fb974\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":220,\"completion_tokens\":231,\"total_tokens\":451,\"cost\":0.002585,\"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.002585,\"upstream_inference_prompt_cost\":0.000275,\"upstream_inference_completions_cost\":0.00231},\"completion_tokens_details\":{\"reasoning_tokens\":192,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 539.821458ms + duration: 416.259041ms diff --git a/providertests/testdata/TestOpenRouterThinking/grok-code-fast-1/thinking-streaming.yaml b/providertests/testdata/TestOpenRouterThinking/grok-code-fast-1/thinking-streaming.yaml index 2f73e8f74a8c04a4181e9535e36a6d9c0f06de95..9498ab4536cd8b9d87fdc9c42c4113ea1932008c 100644 --- a/providertests/testdata/TestOpenRouterThinking/grok-code-fast-1/thinking-streaming.yaml +++ b/providertests/testdata/TestOpenRouterThinking/grok-code-fast-1/thinking-streaming.yaml @@ -24,63 +24,73 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"The","reasoning_details":[{"type":"reasoning.summary","summary":"The","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"The","reasoning_details":[{"type":"reasoning.summary","summary":"The","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about","reasoning_details":[{"type":"reasoning.summary","summary":" about","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" have","reasoning_details":[{"type":"reasoning.summary","summary":" have","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" have","reasoning_details":[{"type":"reasoning.summary","summary":" have","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" called","reasoning_details":[{"type":"reasoning.summary","summary":" called","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" called","reasoning_details":[{"type":"reasoning.summary","summary":" called","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"weather","reasoning_details":[{"type":"reasoning.summary","summary":"weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"weather","reasoning_details":[{"type":"reasoning.summary","summary":"weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\"","reasoning_details":[{"type":"reasoning.summary","summary":"\"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\"","reasoning_details":[{"type":"reasoning.summary","summary":"\"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" that","reasoning_details":[{"type":"reasoning.summary","summary":" that","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" can","reasoning_details":[{"type":"reasoning.summary","summary":" can","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" takes","reasoning_details":[{"type":"reasoning.summary","summary":" takes","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" get","reasoning_details":[{"type":"reasoning.summary","summary":" get","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" location","reasoning_details":[{"type":"reasoning.summary","summary":" location","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" information","reasoning_details":[{"type":"reasoning.summary","summary":" information","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":".\n","reasoning_details":[{"type":"reasoning.summary","summary":".\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" for","reasoning_details":[{"type":"reasoning.summary","summary":" for","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"vLM0Gf3xNi4W6z3m+SXQdwgRJ5j1WF/oVLuLzylmOHXOHDXsyV7YJK3VSndsr0CUMW/hOUz+Mmtu3NJYb1dMJfPmshsUh5JLbLAh1gn8lrgPFI8j5aS7sT8+jTTZnbYafPxuA3pAEDdU4DmtmiWolUDsnjoYj3VjF8Ct/ZvIBkh32jeTbLGYI8zF/1nYUJiGZO44QbSQMhf+xunO3kOdXAvomwFRD0TEwiCaXyuckFrZBU8lUeurYuzzVS3v2h2MoRwuuzOrcC+4EyyDoYwIoAy2W28BFfFWV+4gpfW0qLXZbL9Qd5qeOLqMPRdvO4ebaJrpXk/mHA2BOjTN6qu6KtzEmqvzZSmXf9oWw0NQojlAhwurnc6Z5ZSvhYgLvbB3NlljJkQ6DpQ9ecjY8nT30t7v0Pz9THdWSei7g+yGFsF44nHIdpo1ctRwIFCTZ33gsq2hVKWxWoyZHRiugNdFvs/gyxb0mciizUwuFeH7DR3RcmmwUVQoKnqETO3hcOJNsgKhZ3HqJUlRyZK9+tyL6d/Fmx5goX8szCimBZloMs1bVqxa5q6Pj0Txnbop45j1tkTfl3/myl1VaRzdSA1GQmZYR/FlmfVKKSIys+U89iY8S2jaPFDCsWfYbpmJep6ycEr7QXpV4qPrzde96umm1HK03stnl9Z2","id":"rs_f6077a98-6c5f-4745-98e5-2241e55c7b91_us-east-1","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" a","reasoning_details":[{"type":"reasoning.summary","summary":" a","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":null,"tool_calls":[{"id":"call_57963353","index":0,"type":"function","function":{"name":"weather","arguments":"{\"location\":\"Florence, Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" location","reasoning_details":[{"type":"reasoning.summary","summary":" location","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"tool_calls","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n","reasoning_details":[{"type":"reasoning.summary","summary":".\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054593-zsT87Ju3qHM6qnqwwu1k","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054593,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":394,"completion_tokens":135,"total_tokens":529,"cost":0.00021218,"is_byok":false,"prompt_tokens_details":{"cached_tokens":384,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00000968,"upstream_inference_completions_cost":0.0002025},"completion_tokens_details":{"reasoning_tokens":109,"image_tokens":0}}} + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"JN5ZxXFPqRd1TvB7IyRpv0ykVIA/YBcBngANiKMzjAyW1p/fa7zrGz0v5RwIbks6b0yBPaweN+kthv2N64vsrnSe5tmbFJMPhchPTRA/CqU0MK+aETiS+PDZhPy4ourYkSi7dTa8thUTOmjbym0C2da0FOGRjuqftyT+bkq9t03vKBJJr/skYXY7LEStoD+nZ0kSbRi1PddbVBIYHtmZ6zmXCdcfVsN9PU2U3g1JDobc21hrgMy5xCL+ZNDKFLQzHyUUd+MFTKIt8haCY1dd3VB3rwGU4juFn++9YQddZA9+8JtERXQNiXdXrDg5a44LajNgnJC4aAdccw88Gt0XQBvuVAVQxvr0YUP3z834ZMomxSjnYQn8+tvxJtVZOTGOVtbM3LUAG+VELpSVG+Yf1TlYijnG5gF3sq0y69ffFDabYNtzm3EvyX2cr8O+owNI53oQG2LdpYUjrw/Cja4nAmD2KUphHBWlaCRCKoGHtckIfCedFQRH2FxCzJF1HG3vAdHJ6YtqU1UKHU5cL1pffbduzu3rtAXSLIQWwehbgSE","format":"xai-responses-v1","id":"rs_3103b38f-8e06-f4e5-316b-8f60d1b0fbd7","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"id":"call_93874608","type":"function","function":{"name":"weather","arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":""}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":null,"role":"assistant","tool_calls":[{"index":0,"function":{"arguments":"{\"location\":\"Florence, Italy\"}"}}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"tool_calls","native_finish_reason":"completed"}]} + + data: {"id":"gen-1773324199-u7H8ZzKQTajh6yfKrLBe","object":"chat.completion.chunk","created":1773324199,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[],"usage":{"prompt_tokens":395,"completion_tokens":113,"total_tokens":508,"cost":0.00021394,"is_byok":false,"prompt_tokens_details":{"cached_tokens":192,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00021394,"upstream_inference_prompt_cost":0.00004444,"upstream_inference_completions_cost":0.0001695},"completion_tokens_details":{"reasoning_tokens":87,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -89,15 +99,15 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 312.72975ms + duration: 1.735396416s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 972 + content_length: 1000 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_57963353","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user asked for the weather in Florence, Italy. I have a tool called \"weather\" that takes a location.\n","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_57963353","role":"tool"}],"model":"x-ai/grok-code-fast-1","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_93874608","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user asked about the weather in Florence, Italy. I have a tool called \"weather\" that can get weather information for a location.\n","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_93874608","role":"tool"}],"model":"x-ai/grok-code-fast-1","stream_options":{"include_usage":true},"tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true},"stream":true}' headers: Accept: - application/json @@ -113,131 +123,159 @@ interactions: proto_minor: 0 content_length: -1 body: |+ - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"First","reasoning_details":[{"type":"reasoning.summary","summary":"First","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" about","reasoning_details":[{"type":"reasoning.summary","summary":" about","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".","reasoning_details":[{"type":"reasoning.summary","summary":".","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} + + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" used","reasoning_details":[{"type":"reasoning.summary","summary":" used","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"First","reasoning_details":[{"type":"reasoning.summary","summary":"First","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" tool","reasoning_details":[{"type":"reasoning.summary","summary":" tool","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" user","reasoning_details":[{"type":"reasoning.summary","summary":" user","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" asked","reasoning_details":[{"type":"reasoning.summary","summary":" asked","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" and","reasoning_details":[{"type":"reasoning.summary","summary":" and","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":":","reasoning_details":[{"type":"reasoning.summary","summary":":","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" it","reasoning_details":[{"type":"reasoning.summary","summary":" it","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" returned","reasoning_details":[{"type":"reasoning.summary","summary":" returned","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"What's","reasoning_details":[{"type":"reasoning.summary","summary":"What's","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" \"","reasoning_details":[{"type":"reasoning.summary","summary":" \"","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" the","reasoning_details":[{"type":"reasoning.summary","summary":" the","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"40","reasoning_details":[{"type":"reasoning.summary","summary":"40","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" weather","reasoning_details":[{"type":"reasoning.summary","summary":" weather","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" C","reasoning_details":[{"type":"reasoning.summary","summary":" C","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" in","reasoning_details":[{"type":"reasoning.summary","summary":" in","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"\",","reasoning_details":[{"type":"reasoning.summary","summary":"\",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Florence","reasoning_details":[{"type":"reasoning.summary","summary":" Florence","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" which","reasoning_details":[{"type":"reasoning.summary","summary":" which","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":",","reasoning_details":[{"type":"reasoning.summary","summary":",","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" I","reasoning_details":[{"type":"reasoning.summary","summary":" I","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":" Italy","reasoning_details":[{"type":"reasoning.summary","summary":" Italy","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" assume","reasoning_details":[{"type":"reasoning.summary","summary":" assume","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"?\"\n","reasoning_details":[{"type":"reasoning.summary","summary":"?\"\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" means","reasoning_details":[{"type":"reasoning.summary","summary":" means","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":"\n\n## Investigating weather details \n- The user requested information about the weather in Florence, Italy.","reasoning_details":[{"type":"reasoning.summary","summary":"\n\n## Investigating weather details \n- The user requested information about the weather in Florence, Italy.","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" ","reasoning_details":[{"type":"reasoning.summary","summary":" ","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"8wgdnDSj2zPZIZurIAkYjGHUndExEDwsxNbnEOlAAvf+T+WGechq1xITxuEysk1EyZXCqTAkQmRX9nWk8fzwu4KpjxJaJx+w4QW5GDGdLyGsHGJhPyDUhvpa5xzUPTa0XwkaIiRwEBOTeDKgnBQY/pNknWeD3e75dRbHwz4ZAyWT1aUh0uv11bdfFHaFr+Ew0djmML0/ZVmE7pNnzJ2EI+Kjdsfnt6DBu3s+PXch1JUushRc7SYK0zTmjI6kk/qxEJah3HdST+DPi6jM2LRGjYwlT5em8dw9Yc6+tHgOz4dvBdz0Q85NBeX5ejhQKF/+vRgSUMWQyPkX4Sv4YrU5NUCowFMP+1k65/2WHICBH0VqLvSgXHRQzd6dIjvArg5c7YpeL8F9CR/N96LaNuHlGOM4p4P+qwoZytD56F8/oo6HRY46Fd6ps13ayQjHi5CvIx67paQLzyLRRbojjeroI6ulOGVI9X/rt84KbPQvy9OBeWMOS8WNH7Wj/gTAUs1lOirSiP5eBrx6ONjxxRuBIrAwO0gd5E2mNKOedFfaw3d9Qfxj1Y3jVLUSabOi9W570oM24xdulFUP6tHvZ8NILru9uslvPTmnAhd2VbI2R1IqZQrasBEK2OGhEwPSzK8dql4YHI8gO6KxWPk1tWlUDJJ2cVVENjxxWhHY8aH7t2qKNqTZDfloxvxX4u/ENQVMId5jLojj2NNcaZJhjTh5sJx9SmTZZ0VA4Ftp0z04o6kZNuBqaoUJfBsVApiF3Wm/VlZccOcP7ojLJIh+4jZRXDrG43yavyik7228jDNl/GEpHTDVwC0KlqGbaNyQBzQD5YhmbbMiweM4i0pzLbErJ+I8OkM2mupBV74gpkmOCi3cs6kRfM/2ptQBCww3Gj+fOcFjmkYsASFUEoIXMnfFAU5dyFRl9AGnKH003mPxDhbH7zrl6jcqqBB/tiSBf9rDX9Jy3xuLUp55+Yj4PaN9CGGfhqseJZOl+GnSXjBwIGyUwpPeXVI0UhAjZoL4t7XA7N/znCT1BaLFu+6hPTUOKrul600bcqyVI9c6pNNW1EmpkI7DY5Sg6/75B3jxeJcQlCr92hu5dV456vHKB5wxv6ThY+eHA/mg+yg9v+gIRkyWPrHrzzrBuKBnfzpWu9vcr5SARMR44u6FOTrEJHRG/PEEnwtqPCYQ4rj6aKdCKVXUOtavYy8I9g2QmuBFP/8seoA","id":"rs_5f9caae1-b0b3-da8f-65b1-96f4da9f96bd_us-east-1","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":"40","reasoning_details":[{"type":"reasoning.summary","summary":"40","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"The"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" degrees","reasoning_details":[{"type":"reasoning.summary","summary":" degrees","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" current"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":" Celsius","reasoning_details":[{"type":"reasoning.summary","summary":" Celsius","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" temperature"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":".\n","reasoning_details":[{"type":"reasoning.summary","summary":".\n","format":"xai-responses-v1","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" in"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null,"reasoning_details":[{"type":"reasoning.encrypted","data":"hPSLft4MI+wm9EOj9LRYNU06eOzvlkJFUxLwamZDCcVwucChIoZUZUVnOym3RzPh6HHEP/HvlkofgnvNAWnYlHcLQaBzIHTRwEdk+XWWA8xKMIb1es5CpBtclzDZRDckEjMeWAmFyyMSxqXtlnZzE6tgm8FOkhNxNiVfyoNiA6g60GpYsx/vI/rjnrBL6GaaeOQo6hH/U6D1MAHsUfYROLu99NCAS9WUfUFnUKzgcyfrlX3RQAyPu/b16ImumIjhwPgrH9Mq0aCZK2kGuBX34jWAhn+4OYYyWK2+ep6UFPTQvImbSnKlzPZYFrbqkYBgDCxN/r9XUdiFLQgxOk8EmplFSWfWm9cmtMButfrdRRm9co/uaPcQkjMkL1hnR89q1Yj0saB5PzitU7S71rYleBqpatF27ySia7GucZ6MW/EapZZ1GLr7VE+Y9baGDT6EAD0fk1nKwyTqzEiF5AEpWEP5uUeFA24nGZxc6sd3l/zYBSqLenbfJX9JGjJNxMCiRTytkuvoaaO12zQOQqSStQSSGeHXfRo+FowcM1mLOTjZ66aG5+XiT9KQN2WHMqp7Z06sPmwSp77kJsM4XRYAPobMbmZkn+nXOWdpG12+7/brIxSQqKy7RLxNADNgq7vEiQswTg2Q9n9VYy6ITITfJMAIWrFVsYm/ehZLbSQs7V3HbXUWDM1XDcPb627v+tiFF5RIoQ5X7YZz3uW0m/oSSdVD1JMFC8uDwzmnDcDi1YoUI3PfTz8eircO0vjfARWEbP8jSdLlZBE2NM68NLcXbDgbC6MtVKgK0KWzWfESeq9/hMpeVZh64Ktj519DpLprLL0kynKJU20/0gcR9oFVTjhbZdM64aExjnTLSDwC/PrudKdIzSRMW/OnMzLZJMh/mc6BZ8JF/2q3Dj52i7IXo/SNQOt/u/GWL9gCuHogFcxlHP1reZbjRu9pYs5qFu7LGldo/eLF0iA+QmsJYnwgvX2l+ayfCXu1LWvr6auK0RDkVMOUy3/fUtjoh4a/jFVNQxkxHselYugM6jzQJVmdZzvLRhQVIkz276C4bcRzL/BqCI049kt/En76aDtAireLgdxt3/IR972AX9DwLGk+WSJUw2dvASkPHZUvXfEBXUs5tSvbyRm/3cnCcpSL7KNyG9XBsQ9y6U+ZcWVElqi7VGYrJOV24nj7BiBqxiEkTssd3d9v/C0lAYzgml+GqtCqtwSrnBJp+A2dKzRbfEC9BDEw0e7UoXDSjXag8tDSQ9T0txQmCSE9IgL4FT5PFG6E0hLjrPd/Mg6efYBH597ILPd7ipWdcavgkAhMX/0K0gQFmPp6ninD1xZTDU9xviN1by+2fbGf+MXmUIHcTV5FyAWUD/PesxeySd06WBLnTGnQxAUpeAQkDUhBcX1m47tI0C6G9vmeQ1MFbbSljy/XMjQVshXY0YJTWSuZPNm6Gp5QNS9gDxwtNLOIGOJRWLxzuaAIibW24WjVbgQ+eXn5Y96mb+nRJVnySqQTDAjzX4BpfIG2W6RAL9OCtqpllhvI/y2T+G61eGXxnuZLeN2oDF8gEC/MVRieAKjbWXXeRxBADcOBIh3rGZJ+NTW8ZZ2EvNsBXT6bGRy1DL0FgHBSZmvzWShNq39nT7zq8JgfcVb8i5MDWzCRrv8lXy6AJkAP4pU0LAndTPlLMNobjHq2v7bgtvovnkj1ALsqWUeSc9ndsZejd1D/IM+JNJ4YBH5ApjuyLARwBxKjVxF6W2xz9OGEbs54dST38VsNMxryYS0+cPADrkwSrlfJRZXpOfo7nI95Sqpi8cdS6eNz2jLu4OKtZKZx6SDk98uafNUXeMy78y31D3sA7mKksn73lPteVz13OzmMh+4s8Qa4vleGzrsOPwjOjM38jCIF2HjriKoIGKqd3cRaVfXqb6SLOxWkPfzBddRP+sd9odC8fTO6woVqeo+BJz1Lk4CRScHCycY","format":"xai-responses-v1","id":"rs_9ac4f520-46de-dbfa-9dfa-861791f2b5ce","index":0}]},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" Florence"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"The","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" weather","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" Italy"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" in","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" Florence","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" "},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"40"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" Italy","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"°C"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" is","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" ("},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" currently","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"104"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" around","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"°F"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" ","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"),"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"40","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" which"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"°C","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" is"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" (","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" quite"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"104","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" hot"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"°F","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"—"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":").","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"perfect"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" Make","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" for"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" sure","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" enjoying"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" to","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" some"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" stay","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" gel"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" hydrated","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"ato"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" if","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" by"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" you're","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" the"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" there","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" Duomo"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"!","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"!"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" If","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" If"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" you","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" you"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" need","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" need"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" more","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" a"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" details","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" forecast"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" like","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" or"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" humidity","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" more"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" or","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" details"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" forecasts","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":","},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":",","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" let"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" let","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" me"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" me","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":" know"},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":" know","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":"."},"finish_reason":null,"native_finish_reason":null,"logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":".","role":"assistant"},"finish_reason":null,"native_finish_reason":null}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":"stop","native_finish_reason":"completed","logprobs":null}]} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[{"index":0,"delta":{"content":"","role":"assistant","reasoning":null},"finish_reason":"stop","native_finish_reason":"completed"}]} - data: {"id":"gen-1761054598-KyDcTvXNnOBxA7koHhEv","provider":"xAI","model":"x-ai/grok-code-fast-1","object":"chat.completion.chunk","created":1761054598,"choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null,"native_finish_reason":null,"logprobs":null}],"usage":{"prompt_tokens":432,"completion_tokens":232,"total_tokens":664,"cost":0.00036528,"is_byok":false,"prompt_tokens_details":{"cached_tokens":384,"audio_tokens":0},"cost_details":{"upstream_inference_cost":null,"upstream_inference_prompt_cost":0.00001728,"upstream_inference_completions_cost":0.000348},"completion_tokens_details":{"reasoning_tokens":189,"image_tokens":0}}} + data: {"id":"gen-1773324201-C2KUxR3O4WjjkF94mnD8","object":"chat.completion.chunk","created":1773324201,"model":"x-ai/grok-code-fast-1","provider":"xAI","choices":[],"usage":{"prompt_tokens":433,"completion_tokens":350,"total_tokens":783,"cost":0.00054248,"is_byok":false,"prompt_tokens_details":{"cached_tokens":384,"cache_write_tokens":0,"audio_tokens":0,"video_tokens":0},"cost_details":{"upstream_inference_cost":0.00054248,"upstream_inference_prompt_cost":0.00001748,"upstream_inference_completions_cost":0.000525},"completion_tokens_details":{"reasoning_tokens":311,"image_tokens":0,"audio_tokens":0}}} data: [DONE] @@ -246,4 +284,4 @@ interactions: - text/event-stream status: 200 OK code: 200 - duration: 308.0665ms + duration: 2.094028333s diff --git a/providertests/testdata/TestOpenRouterThinking/grok-code-fast-1/thinking.yaml b/providertests/testdata/TestOpenRouterThinking/grok-code-fast-1/thinking.yaml index 20fabb56684b21a453e075152fede616188915a9..9a9b2e55033f8c3219caceedfde7d6c954e02beb 100644 --- a/providertests/testdata/TestOpenRouterThinking/grok-code-fast-1/thinking.yaml +++ b/providertests/testdata/TestOpenRouterThinking/grok-code-fast-1/thinking.yaml @@ -24,21 +24,21 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n{\"id\":\"gen-1761054588-hONB7UkTtn3Dfk6ux8Tx\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion\",\"created\":1761054588,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"\",\"refusal\":null,\"reasoning\":\"The user asked about the weather in Florence, Italy. I need to use the weather tool.\\n\",\"tool_calls\":[{\"id\":\"call_28006909\",\"index\":0,\"type\":\"function\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"The user asked about the weather in Florence, Italy. I need to use the weather tool.\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"/ChTop77TmqTXj3klZ35dzcHUdOJiT1HyqbNfvhcdv/J9CTdynbZHNsnC0PKYScvNnuPlyl53Md1xfuBSczoPEFjWrxJC8c/8CKKG7MLvX5kqTRaUVneuO6nsKMMkFnTzxsOZZ8oXsjUCqwMu/VuTTS+i1wsAuAdBh1ILyoKUB00fk1qHF7G+EFmu851h0X8cLzcdPo1Mpy1H9han60HCMwp0etZevVOjUFTILUbe1lk37SKvaoT3J8vxTJDry0ZCZG32wDwBqjM7wC8vclM+oZyr2pvgQeQ0EKKmAGlmRsU/bgjCinRSHpohkYC6WaGV/Al606zwXPXgvxdx7LB0vftvNvDVTce+aYf7yGPWf6puxxKtaJZKi7Yp8+koRHVlXXFIcmrV89lo2IAkyKbakV6o56l7rxFL11x6oflq2yMI9VYpiTJ8jLSEzZ6JLhj4UIEz4o13r8rMZ15hUqLX7jg4MUf58+cTjF4918+trtjuJq2gqwtqVMeEUfl\",\"id\":\"rs_2904ed52-6352-e6f9-99e6-9cb0ee4ae8cf_us-east-1\",\"format\":\"xai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":394,\"completion_tokens\":103,\"total_tokens\":497,\"cost\":0.0001757,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":320,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000212,\"upstream_inference_completions_cost\":0.0001545},\"completion_tokens_details\":{\"reasoning_tokens\":77,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324191-SpiL1utrerwh5rpnlk8y\",\"object\":\"chat.completion\",\"created\":1773324191,\"model\":\"x-ai/grok-code-fast-1\",\"provider\":\"xAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"tool_calls\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":null,\"refusal\":null,\"reasoning\":\"The user asked: \\\"What's the weather in Florence, Italy?\\\"\\n\",\"tool_calls\":[{\"type\":\"function\",\"index\":0,\"id\":\"call_84645216\",\"function\":{\"name\":\"weather\",\"arguments\":\"{\\\"location\\\":\\\"Florence, Italy\\\"}\"}}],\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"The user asked: \\\"What's the weather in Florence, Italy?\\\"\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"4mPGeaXJQZqEG30dcn2yfv9/Nj7vlj7eJoFiSDliZMh4ViiiIITa5mPjoXSytidiEUzMz6t8g6vU9gMcbpVYDGcpUREfDDjjcU/jhCwviu7763ix8drmNSZQ9lRLirYd9hKBxrM6siw1S/h5DAkPGzFbloPngNkE23R3lLOAxgHJO9DcLFOjoA3RJN5SG2JVOsqtXwWylO0UP5I6ZQXHIaAmwjIWI/6wRARQ3YEzO42kbnddvXjToIl879jbPwKX2c5IhmBQ8w2H4F6gNSkfUyrFk+cikgA2+5SY5ySmnaJmmG1m1/cJlfy103mnfTrP/TWfKNAWDC9LO+x6G/CDrMwzSQGOBIY2sffb93yPfXKUaiw9v7PVgO04mCO3xlaJofnRkERzdss7dNcNkFVG+N/nL+hONq4TeB/A6FEJDJKSEZKfykEI/ZtVLohIwCROrtWsNp7fwxeo0E/1lSTvS+3FeAA/NnY021d6OuQtoxaFgRgmXa41VXT/hKRReWwcvzfkeM12unVoubvkZ/A1sBGt/XdUymVwbPs6WqoXUlUxfk6LzC3pnb2KFiq9hHFpgeJbbQ1bIbu6KgJHv0C6NqJWuDv+H/R6z+574vZ+1KbJ3xnWfIh2mTy3yMLhcY8yDQlH7DTAz40B1UohaF2GRrZCQIPHOgZ7ngx4gJdCSGUcmtGpvdesvsLfTN3CXzH9cAnQ9dDlDFAMxCK2g7Ueu6Ek1vJUYa1Ad8UZjTuDB9jjI1rVoLQM5wjIIszG6Uv+//DdXki89rrDPt2rU42XsyTd3wdOIKRctBy0KiISDcbVLUaRZyVsvYVsOdy1s+WcfHi9BnyR4R/I6fl2f8K2C+dLW564ihszpaIsh4GFuJ03xsdmh7X+6m4CMjz0KBzQhCP+dTvKsH461OZhdzhlY5Oc9DxgnONAQsNl5ylUPXJc6e17Quz2PBOAWaOszSCBfJ8uI35HYq2aJTQ3+VNbhuItFIKzuMEr\",\"format\":\"xai-responses-v1\",\"id\":\"rs_2eb9d62a-ef47-c651-d166-91cc28b76633\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":395,\"completion_tokens\":189,\"total_tokens\":584,\"cost\":0.00032794,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":192,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00032794,\"upstream_inference_prompt_cost\":0.00004444,\"upstream_inference_completions_cost\":0.0002835},\"completion_tokens_details\":{\"reasoning_tokens\":163,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 929.331333ms + duration: 1.207088667s - id: 1 request: proto: HTTP/1.1 proto_major: 1 proto_minor: 1 - content_length: 896 + content_length: 800 host: "" - body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_28006909","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"text":"The user asked about the weather in Florence, Italy. I need to use the weather tool.\n","type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_28006909","role":"tool"}],"model":"x-ai/grok-code-fast-1","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"reasoning":{"effort":"medium"},"usage":{"include":true}}' + body: '{"messages":[{"content":"You are a helpful assistant","role":"system"},{"content":"What''s the weather in Florence, Italy?","role":"user"},{"tool_calls":[{"id":"call_84645216","function":{"arguments":"{\"location\":\"Florence, Italy\"}","name":"weather"},"type":"function"}],"role":"assistant","reasoning_details":[{"format":"unknown","index":0,"type":"reasoning.text"}]},{"content":"40 C","tool_call_id":"call_84645216","role":"tool"}],"model":"x-ai/grok-code-fast-1","tool_choice":"auto","tools":[{"function":{"name":"weather","strict":false,"description":"Get weather information for a location","parameters":{"properties":{"location":{"description":"the city","type":"string"}},"required":["location"],"type":"object"}},"type":"function"}],"usage":{"include":true},"reasoning":{"effort":"medium"}}' headers: Accept: - application/json @@ -54,10 +54,10 @@ interactions: proto_minor: 0 content_length: -1 uncompressed: true - body: "\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1761054590-6jqK0pfBCu2FDnT8eYMJ\",\"provider\":\"xAI\",\"model\":\"x-ai/grok-code-fast-1\",\"object\":\"chat.completion\",\"created\":1761054590,\"choices\":[{\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"index\":0,\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy, is 40°C. (Note: This appears to be a temperature reading; full weather details like conditions, humidity, etc., are not provided by the available tool.)\",\"refusal\":null,\"reasoning\":\"The user asked about the weather in Florence, Italy. I used the weather tool and got \\\"40 C\\\". That seems like a temperature reading.\\n\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"The user asked about the weather in Florence, Italy. I used the weather tool and got \\\"40 C\\\". That seems like a temperature reading.\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"fmTdkRw5lFj9LjT4uxrSnq6l/xnCSUyLseuMG7m+Rf76aUcBXnejr+z1ENSBTEgsAm+mfg8dtx5NjMnLKh5rphGSWae8MRVxHdX2Tk/tQWF8WpipQafCpceLmVi7KEm9OP3mw5xHLxPt1sSdXzp8P24JlMM2yzba1aiPjxSFP+yPfy9Zwe6pUQhKrTIkeFEVxrGqfnJ58+bF6l6dSnp8I79vHUwjf8fkN1Uqfyb4bHm0lI3qqPUZNSkeS4NZxKavemmmrzxDNtQZxCWk62D6v77Hr4+zABbJkBbB9iRzjGfMNWB4o6FBgRUirGhhHrvt3r7IdnwRyCz9/4rgEV0kLj1Fa6VTqfKsYTetiufhq25HcH2VCW5xNY87DUz+ZUOEoy2kk8SzHQ411Y/0SK0OKdCiEgN+EUpqT8tIaO/cJeB+AftPGEOUA0lzMH+FClxUg02VOUFptuHLNs4u5N7t3Z+5V1gU+em7MRsaMHoZ6aTKobxSDwHPzCNMzAH4F0uaUpfiCBb5tTPM5w2SABcXcOV2+DnvMF9MqokSMmvrOxZ0f1Kx1Cr546qlf+98m1Tc7kTUOu8h4UcN76E94ywS1rkTyxUkoiy1/B11EzkudZJUvOiE/pUSJZwSGoGv8ZPyXefOtBQ3bK9b1vxBnRA0tw6wG77uR5TDMyR8n816iHI0k7YxQV+1MJualsXMFMAjda2N1gl1/c2cSOjLeLiaKmD8Y3E5CmHSmPl3dIt1ZZulivNIwZhWrFVb1QUZjpZsP4luXZuGa+iTtrtWRZG8AoNAWw9vmwsM8y1VbM39R59++IwRJ+F9M+NAE2B9l9iXmmnDwoegDIkKihHLiwRoV8paRQdixAp0jIAsG/GUWsuNbZ02vkdWgdseGNePib7cf8qrZlbUGUOIAqzoxRa4FWxElf55V5LEnT/yt2+bOSAjlZ6TjNWbvgLV1M/WCbyfs/eirlI5TVvXobCE0ksvYgopGdscyr6V7+Ywjx2EnyR43w\",\"id\":\"rs_ff7bbd1e-238d-a798-ab38-3ecebd8ad160_us-east-1\",\"format\":\"xai-responses-v1\",\"index\":0}]}}],\"usage\":{\"prompt_tokens\":432,\"completion_tokens\":198,\"total_tokens\":630,\"cost\":0.0003258,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":320,\"audio_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":null,\"upstream_inference_prompt_cost\":0.0000288,\"upstream_inference_completions_cost\":0.000297},\"completion_tokens_details\":{\"reasoning_tokens\":156,\"image_tokens\":0}}}" + body: "\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n{\"id\":\"gen-1773324194-80TorHtaBY2SILgLpfYX\",\"object\":\"chat.completion\",\"created\":1773324194,\"model\":\"x-ai/grok-code-fast-1\",\"provider\":\"xAI\",\"system_fingerprint\":null,\"choices\":[{\"index\":0,\"logprobs\":null,\"finish_reason\":\"stop\",\"native_finish_reason\":\"completed\",\"message\":{\"role\":\"assistant\",\"content\":\"The current temperature in Florence, Italy is 40°C. For more detailed weather information, feel free to ask!\",\"refusal\":null,\"reasoning\":\"First, the user asked for the weather in Florence, Italy. I used the weather tool, and the response was \\\"40 C\\\", which means 40 degrees Celsius.\\n\",\"reasoning_details\":[{\"type\":\"reasoning.summary\",\"summary\":\"First, the user asked for the weather in Florence, Italy. I used the weather tool, and the response was \\\"40 C\\\", which means 40 degrees Celsius.\\n\",\"format\":\"xai-responses-v1\",\"index\":0},{\"type\":\"reasoning.encrypted\",\"data\":\"5C6juowZE2uM8fyHx0cTSpSgOjt7iiQYASU4qvGUL5d4fieZk5/pjpvssQLxysFkTD5KUvV1/i4+mDAaksJKYkx8rKsp3a4Ppnci6ILEmAK5qGcaxFbuiPxVGcb19WrSaoOMIISeMwg7ROQs0Arl0UsFPcOKYeKIih+7/itWl7xBMyr8HrwZwBHA+AyfIhfEkDOa1aP//wbjUkIwjOMWVTpcpSG0mrnqzKBUzEEaheYrST5YlJwSy4CuSBZABc9kZb3d7u98wXXgvkmxgoRiBtfpBfaVgJneMbAGgErihDaj3T9elShkUsqk8pmI/5ACXWJqDGAimI7cTBkFDc1x8IUBHbFvKSgj2lobYAxPABeI2cqDAlZ4sHePw6flGzODZHsK2O76b7Uzs4PsT0qV4uxl/3GmJg8rBK8irK28AEEKdD3cewV2hgjJHV84DNU6JuFEG6vn7rUbE7dwjxqs1KXUnpGubnOZkjy9JxeeS+y/m44JU9w6aS0f+OKOAK+nuElsCKM4475JRIpcW3DP40+VThXskEVjFmQqVuekIjkLXP9FN2IcBgxiQgjX0qP5kPjrp8Gp/FRhakBr93z5f0jpZ4bFMeJnBTMSlSmYRb9NfC9jnC5wJw0P8DUXiX9pHCa1D7KoPmz6BQXBUlwz5JlRlI61uz4Es6kTNNs16mkMYiocEcIJ1lpmelKytAk4Gx9+NVap9qLPC8TVM8Jf40VsK0UXGU/TgmhTuCmxPzfrSWv+7Z0nrzY4odPos7FExgLT5FYr5TYN2xPJ2WkrR86JBuNoXHJqCne7NgTjXqlk3eIrJkcc6gx9UtSqjFWcTJ+iYufqH7gMcHSRmmgOKUGeBckgeDeXtI34LX6eTQgVZotA/rIlieHQS7/jvZ1v+Gp+kskb8hnmy3ikQO+b0QOcgReuaAxga62UqKeJaicy5OPJA+CnHxve3RFrLMhhUlqJ6NWyJ1VsnOOpqhBglAVCvSxsf3uR6mF9ppwiglfTvKqB9lTVHaWzMGL+gZuH3+DCd2hCKD0IhJsr/8C4i5D1lM4+edWy+ICBJPeRJEcOBQd3FrS1x0dhJVuPDJDCQjM54OVcDjZJ080QlYvWusjlBdXcMfOesQdVxSSRP7taW6oaukOaQYniEJsuzlGWjnmWcD74G3zQ2G29/MrQBYpx7q0I+SzTyO0iGYVOz5esDcEac3SEY4ZN6u56JZQsrwnHcukI2/y3VfkqBh1+0u54SNrGXtNEusQEzJHReI2sxabJ/wtFXhSlVSTsItiP+riIzBkwPxd0426vRi9qWxQ499aPi3GyDRLyS8WbBkdES1kXwCMiyMWamRSnka8zTb1Cg7MF0GvWCL10EHEB4bZwCN+SoSM9jkf8T6SsByNOhm7aCciWZBtBTof35u7IbRhJQBdhEcyQYxpcJVZWAbKvjUPc/m2unS/Yhun6vxDuTSyr/RYk+drZd3YrGg2ERbQ+OamkmFKVxPXN/4MQVEwTqbzABz9tBeLr3FUudPouDmyUx3H2Y7HuWg\",\"format\":\"xai-responses-v1\",\"id\":\"rs_90d46d25-fda9-829e-5f8c-d63c0c938cf7\",\"index\":1}]}}],\"usage\":{\"prompt_tokens\":433,\"completion_tokens\":272,\"total_tokens\":705,\"cost\":0.00046004,\"is_byok\":false,\"prompt_tokens_details\":{\"cached_tokens\":192,\"cache_write_tokens\":0,\"audio_tokens\":0,\"video_tokens\":0},\"cost_details\":{\"upstream_inference_cost\":0.00046004,\"upstream_inference_prompt_cost\":0.00005204,\"upstream_inference_completions_cost\":0.000408},\"completion_tokens_details\":{\"reasoning_tokens\":249,\"image_tokens\":0,\"audio_tokens\":0}}}" headers: Content-Type: - application/json status: 200 OK code: 200 - duration: 416.846166ms + duration: 1.174056917s