-
-
Notifications
You must be signed in to change notification settings - Fork 211
Expand file tree
/
Copy pathapi-test.http
More file actions
412 lines (352 loc) · 9.41 KB
/
api-test.http
File metadata and controls
412 lines (352 loc) · 9.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
### Test the /v1/models endpoint
GET https://gemini-cli-worker.gewoonjaap.workers.dev/v1/models
Content-Type: application/json
###
### Check KV cache status
GET https://gemini-cli-worker.gewoonjaap.workers.dev/v1/debug/cache
Content-Type: application/json
###
### Test token authentication only
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/token-test
Content-Type: application/json
###
### Test authentication and basic functionality
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/test
Content-Type: application/json
###
### Test chat completions with gemini-2.5-flash (simple message)
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-flash",
"messages": [
{
"role": "user",
"content": "Hello! Can you tell me about yourself?"
}
]
}
###
### Test chat completions with system prompt
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-pro",
"messages": [
{
"role": "system",
"content": "You are a helpful coding assistant. Always provide clear and concise explanations."
},
{
"role": "user",
"content": "Explain what TypeScript is in simple terms."
}
]
}
###
### Test chat completions with conversation history
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.0-flash-001",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
},
{
"role": "assistant",
"content": "The capital of France is Paris."
},
{
"role": "user",
"content": "What's the population of that city?"
}
]
}
###
### Test with gemini-2.0-flash-thinking model
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.0-flash-thinking-exp-01-21",
"messages": [
{
"role": "user",
"content": "Solve this step by step: If a train travels 120 km in 1.5 hours, what is its average speed?"
}
]
}
###
### Test with experimental model
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-exp-1206",
"messages": [
{
"role": "system",
"content": "You are a creative writing assistant."
},
{
"role": "user",
"content": "Write a short poem about coding in TypeScript."
}
]
}
###
### Test error handling - invalid model
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "invalid-model-name",
"messages": [
{
"role": "user",
"content": "This should fail with an invalid model."
}
]
}
###
### Test error handling - empty messages
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-flash",
"messages": []
}
###
### Test chat completions with image support (Base64)
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-flash",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What do you see in this image?"
},
{
"type": "image_url",
"image_url": {
"url": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAABAAEDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAv/xAAhEAACAQMDBQAAAAAAAAAAAAABAgMABAUGIWGRkrHB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAMF/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECEgMRkf/aAAwDAQACEQMRAD8AltJagyeH0AthI5xdrLcNM91BF5pX2HaH9bcfaSXWGaRmknyJckriTv2Lw4d1vUlLtWFq0x8gm3o8aJkJnGzJ5MmQmJWNwcKaGAa8kxoLpxTj5YGEZMo/M97v2Wma0xTKXJ81+fF7j2sJ2YWNZBIlJgLyG+5HRFFyC9VhQSp1A/aN6PmCMUoBOGmg9MvYDY7PKW9k+HfZuBuBsEjJm3fGc2vb8M7BQhQjUl4AHGtaP1k7oBkJF5r2OvG5VZnUdOJOcAOZYZ0uJjWVYwkU6SsZxH2rHVFmVhNnk6+eRVk0LKhUqVF3hRgEMGHTNP1Hf"
}
}
]
}
]
}
###
### Test chat completions with image support (URL)
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-pro",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Describe this image in detail."
},
{
"type": "image_url",
"image_url": {
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg",
"detail": "high"
}
}
]
}
]
}
###
### Test chat completions with multiple images
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-pro",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Compare these two images and tell me the differences."
},
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg=="
}
},
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8/5+hHgAHggJ/PchI7wAAAABJRU5ErkJggg=="
}
}
]
}
]
}
###
### Test error handling - trying to use images with non-vision model
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "text-only-model-if-exists",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What's in this image?"
},
{
"type": "image_url",
"image_url": {
"url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg=="
}
}
]
}
]
}
###
### Test with audio input
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-flash",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What do you hear in this audio?"
},
{
"type": "input_audio",
"input_audio": {
"data": base64_encoded_audio,
"format": "audio/mpeg"
}
}
]
}
]
}
###
### Test with video input
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-flash",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What do you see in this video?"
},
{
"type": "input_video",
"input_video": {
"data": base64_encoded_video,
"format": "video/mp4"
}
}
]
}
]
}
###
### Test with video input with videoMetadata
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-flash",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What do you see in this video?"
},
{
"type": "input_video",
"input_video": {
"data": base64_encoded_video,
"format": "video/mp4",
"videoMetadata": {
"start_offset": "10s",
"end_offset": "20s",
"fps": 5
}
}
}
]
}
]
}
###
### Test with pdf input
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-2.5-flash",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Summarize the following document."
},
{
"type": "input_pdf",
"input_pdf": {
"data": base64_encoded_pdf
}
}
]
}
]
}
###
### Test /audio/transcriptions endpoint
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/audio/transcriptions
Content-Type: multipart/form-data; boundary=--------------------------d2c759f1b998630d
--------------------------d2c759f1b998630d
Content-Disposition: form-data; name="model"
gemini-2.5-flash
--------------------------d2c759f1b998630d
Content-Disposition: form-data; name="file"; filename="test-audio.mp3"
Content-Type: audio/mpeg
< ./test-audio.mp3
--------------------------d2c759f1b998630d
Content-Disposition: form-data; name="prompt"
Transcribe the following audio.
--------------------------d2c759f1b998630d--
###
### Test with gemini-3-flash-preview model
POST https://gemini-cli-worker.gewoonjaap.workers.dev/v1/chat/completions
Content-Type: application/json
{
"model": "gemini-3-flash-preview",
"messages": [
{
"role": "user",
"content": "Hello! I am testing the new Gemini 3 Flash Preview model."
}
]
}