simple_streaming.yaml

 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: 224
10    host: ""
11    body: '{"max_tokens":4000,"messages":[{"content":[{"text":"Say hi in Portuguese","type":"text"}],"role":"user"}],"system":[{"text":"You are a helpful assistant","type":"text"}],"stream":true,"anthropic_version":"vertex-2023-10-16"}'
12    headers:
13      Accept:
14      - application/json
15      Content-Type:
16      - application/json
17      User-Agent:
18      - Anthropic/Go 1.14.0
19    url: https://us-east5-aiplatform.googleapis.com/v1/projects/fantasy-playground-472418/locations/us-east5/publishers/anthropic/models/claude-3-7-sonnet@20250219:streamRawPredict
20    method: POST
21  response:
22    proto: HTTP/2.0
23    proto_major: 2
24    proto_minor: 0
25    content_length: -1
26    uncompressed: true
27    body: |+
28      event: message_start
29      data: {"type":"message_start","message":{"model":"claude-3-7-sonnet-20250219","id":"msg_vrtx_01UZhFsyrYaUuvRKEzxJ7FkK","type":"message","role":"assistant","content":[],"stop_reason":null,"stop_sequence":null,"usage":{"input_tokens":16,"cache_creation_input_tokens":0,"cache_read_input_tokens":0,"output_tokens":5}}  }
30
31      event: ping
32      data: {"type": "ping"}
33
34      event: content_block_start
35      data: {"type":"content_block_start","index":0,"content_block":{"type":"text","text":""} }
36
37      event: content_block_delta
38      data: {"type":"content_block_delta","index":0,"delta":{"type":"text_delta","text":"Olá!"}      }
39
40      event: content_block_stop
41      data: {"type":"content_block_stop","index":0        }
42
43      event: message_delta
44      data: {"type":"message_delta","delta":{"stop_reason":"end_turn","stop_sequence":null},"usage":{"output_tokens":7} }
45
46      event: message_stop
47      data: {"type":"message_stop"          }
48
49    headers:
50      Content-Type:
51      - text/event-stream; charset=utf-8
52    status: 200 OK
53    code: 200
54    duration: 1.311998834s