Skip to content

Commit 6db660d

Browse files
committed
Refresh provider warmup testdata with current API responses
Update recorded Warmup interactions for Anthropic, Baseten, Cerebras, and Cloudflare to match live API responses. Baseten now reports DeepSeek V4 Pro with a 1M token context, Cerebras no longer lists zai-glm-4.7, and Cloudflare adds qwen3.8-27b. Also add the new Qwen model to the Cloudflare scoreboard. Ran go generate ./...
1 parent 726f1da commit 6db660d

7 files changed

Lines changed: 79 additions & 20 deletions

File tree

docs/cloudflare.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
| @cf/qwen/qwen2.5-coder-32b-instruct | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? |
8282
| @cf/qwen/qwen3-30b-a3b-fp8 | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? |
8383
| @cf/qwen/qwen3-embedding-0.6b | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? |
84+
| @cf/qwen/qwen3.8-27b | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? |
8485
| @cf/qwen/qwq-32b | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? |
8586
| @cf/runwayml/stable-diffusion-v1-5-img2img | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? |
8687
| @cf/runwayml/stable-diffusion-v1-5-inpainting | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? | ? |

docs/pollinations.md

Lines changed: 57 additions & 0 deletions
Large diffs are not rendered by default.

providers/anthropic/testdata/TestClient/Warmup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ interactions:
3131
Cf-Cache-Status:
3232
- DYNAMIC
3333
Cf-Ray:
34-
- a2c9f64b1d90a2d6-YUL
34+
- a2fa8030484588df-YUL
3535
Content-Security-Policy:
3636
- default-src 'none'; frame-ancestors 'none'
3737
Content-Type:
3838
- application/json
3939
Server:
4040
- cloudflare
4141
Server-Timing:
42-
- x-originResponse;dur=170
42+
- x-originResponse;dur=147
4343
Strict-Transport-Security:
4444
- max-age=31536000; includeSubDomains; preload
4545
Vary:
@@ -48,4 +48,4 @@ interactions:
4848
- none
4949
status: 200 OK
5050
code: 200
51-
duration: 241ms
51+
duration: 223ms

providers/baseten/testdata/TestClient/Warmup.yaml

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

providers/cerebras/testdata/TestClient/Warmup.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ interactions:
1919
proto_minor: 0
2020
content_length: -1
2121
uncompressed: true
22-
body: '{"object":"list","data":[{"id":"zai-glm-4.7","object":"model","created":0,"owned_by":"Cerebras"},{"id":"gemma-4-31b","object":"model","created":0,"owned_by":"Cerebras"},{"id":"gpt-oss-120b","object":"model","created":0,"owned_by":"Cerebras"}]}'
22+
body: '{"object":"list","data":[{"id":"gpt-oss-120b","object":"model","created":0,"owned_by":"Cerebras"},{"id":"gemma-4-31b","object":"model","created":0,"owned_by":"Cerebras"}]}'
2323
headers:
2424
Alt-Svc:
2525
- h3=":443"; ma=86400
2626
Cf-Cache-Status:
2727
- DYNAMIC
2828
Cf-Ray:
29-
- a2c9f64b2f74530b-YUL
29+
- a2fa80618f02f867-YUL
3030
Content-Type:
3131
- application/json
3232
Referrer-Policy:
@@ -35,11 +35,11 @@ interactions:
3535
- cloudflare
3636
Server-Timing:
3737
- cfCacheStatus;desc="DYNAMIC"
38-
- cfEdge;dur=5,cfOrigin;dur=67
38+
- cfEdge;dur=23,cfOrigin;dur=13
3939
Strict-Transport-Security:
4040
- max-age=15552000; includeSubDomains; preload
4141
X-Content-Type-Options:
4242
- nosniff
4343
status: 200 OK
4444
code: 200
45-
duration: 122ms
45+
duration: 94ms

providers/cloudflare/scoreboard.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
"@cf/qwen/qwen2.5-coder-32b-instruct",
244244
"@cf/qwen/qwen3-30b-a3b-fp8",
245245
"@cf/qwen/qwen3-embedding-0.6b",
246+
"@cf/qwen/qwen3.8-27b",
246247
"@cf/qwen/qwq-32b",
247248
"@cf/runwayml/stable-diffusion-v1-5-img2img",
248249
"@cf/runwayml/stable-diffusion-v1-5-inpainting",

providers/cloudflare/testdata/TestClient/Warmup.yaml

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)