feat(models): add gpt-5.4 and gpt-5.4-pro model definitions #11025
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
1m 18s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Create GitHub Release
0s
Annotations
3 errors and 6 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
providers/utils.test.ts > Model Capabilities > Model Constants > should have GPT-5 models in both reasoning effort and verbosity arrays:
apps/sim/providers/utils.test.ts#L531
AssertionError: expected [ 'azure/gpt-5', …(13) ] to deeply equal [ 'azure/gpt-5', …(12) ]
- Expected
+ Received
@@ -10,6 +10,7 @@
"gpt-5-mini",
"gpt-5-nano",
"gpt-5.1",
"gpt-5.2",
"gpt-5.4",
+ "gpt-5.4-pro",
]
❯ providers/utils.test.ts:531:52
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
- Step: unknown (failed)
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
- Step: unknown (failed)
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|