1---
  2version: 2
  3interactions:
  4- id: 0
  5  request:
  6    proto: HTTP/1.1
  7    proto_major: 1
  8    proto_minor: 1
  9    content_length: 892
 10    host: ""
 11    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":"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}'
 12    headers:
 13      Accept:
 14      - application/json
 15      Content-Type:
 16      - application/json
 17      User-Agent:
 18      - OpenAI/Go 2.3.0
 19    url: https://openrouter.ai/api/v1/chat/completions
 20    method: POST
 21  response:
 22    proto: HTTP/2.0
 23    proto_major: 2
 24    proto_minor: 0
 25    content_length: -1
 26    body: |+
 27      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}]}
 28
 29      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}]}
 30
 31      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}]}
 32
 33      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}]}
 34
 35      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}]}
 36
 37      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}}}
 38
 39      data: [DONE]
 40
 41    headers:
 42      Content-Type:
 43      - text/event-stream
 44    status: 200 OK
 45    code: 200
 46    duration: 892.076875ms
 47- id: 1
 48  request:
 49    proto: HTTP/1.1
 50    proto_major: 1
 51    proto_minor: 1
 52    content_length: 1258
 53    host: ""
 54    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}'
 55    headers:
 56      Accept:
 57      - application/json
 58      Content-Type:
 59      - application/json
 60      User-Agent:
 61      - OpenAI/Go 2.3.0
 62    url: https://openrouter.ai/api/v1/chat/completions
 63    method: POST
 64  response:
 65    proto: HTTP/2.0
 66    proto_major: 2
 67    proto_minor: 0
 68    content_length: -1
 69    body: |+
 70      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}]}
 71
 72      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}]}
 73
 74      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}]}
 75
 76      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}]}
 77
 78      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}]}
 79
 80      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}]}
 81
 82      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}]}
 83
 84      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}]}
 85
 86      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}]}
 87
 88      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}]}
 89
 90      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}]}
 91
 92      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}]}
 93
 94      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}]}
 95
 96      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}]}
 97
 98      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}]}
 99
100      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}]}
101
102      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}]}
103
104      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}]}
105
106      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}]}
107
108      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}]}
109
110      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}]}
111
112      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}]}
113
114      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}]}
115
116      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}]}
117
118      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}]}
119
120      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}]}
121
122      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}]}
123
124      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}}}
125
126      data: [DONE]
127
128    headers:
129      Content-Type:
130      - text/event-stream
131    status: 200 OK
132    code: 200
133    duration: 298.753083ms