simple.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: 202
10    host: us-east5-aiplatform.googleapis.com
11    body: |
12      {"contents":[{"parts":[{"text":"Say hi in Portuguese"}],"role":"user"}],"generationConfig":{"maxOutputTokens":4000},"systemInstruction":{"parts":[{"text":"You are a helpful assistant"}],"role":"user"}}
13    headers:
14      Content-Type:
15      - application/json
16      User-Agent:
17      - google-genai-sdk/1.33.0 gl-go/go1.25.0
18    url: https://us-east5-aiplatform.googleapis.com/v1beta1/projects/fantasy-playground-472418/locations/us-east5/publishers/google/models/gemini-2.5-pro:generateContent
19    method: POST
20  response:
21    proto: HTTP/2.0
22    proto_major: 2
23    proto_minor: 0
24    content_length: -1
25    uncompressed: true
26    body: |
27      {
28        "candidates": [
29          {
30            "content": {
31              "role": "model",
32              "parts": [
33                {
34                  "text": "Of course! Here are the most common ways:\n\n*   **Oi** (This is the most common and informal, like \"hi\")\n*   **Olá** (This is like \"hello\" and can be used in both formal and informal situations)\n\nYou can also combine them with \"how are you?\":\n\n*   **Oi, tudo bem?** (Hi, how are you?)"
35                }
36              ]
37            },
38            "finishReason": "STOP",
39            "avgLogprobs": -1.3811639073383377
40          }
41        ],
42        "usageMetadata": {
43          "promptTokenCount": 9,
44          "candidatesTokenCount": 83,
45          "totalTokenCount": 811,
46          "trafficType": "ON_DEMAND",
47          "promptTokensDetails": [
48            {
49              "modality": "TEXT",
50              "tokenCount": 9
51            }
52          ],
53          "candidatesTokensDetails": [
54            {
55              "modality": "TEXT",
56              "tokenCount": 83
57            }
58          ],
59          "thoughtsTokenCount": 719
60        },
61        "modelVersion": "gemini-2.5-pro",
62        "createTime": "2025-11-03T19:52:59.997761Z",
63        "responseId": "GwgJaYHzPNnEptQP9fCJyQY"
64      }
65    headers:
66      Content-Type:
67      - application/json; charset=UTF-8
68    status: 200 OK
69    code: 200
70    duration: 9.378146209s