fix(compute): add explicit Ox Alpha alias (#78)

This commit is contained in:
Johnson-LYS
2026-08-21 17:01:38 +08:00
committed by GitHub
parent e627aef16a
commit b8f8f0ae58
3 changed files with 3 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ describe('真实数据全量校验', () => {
assert.equal(model.extra.thinking.disableSupported, false)
assert.equal(model.inputPrice, 0)
assert.equal(model.outputPrice, 0)
assert.deepEqual(modelSpec.match.exact, ['stealth/ox-alpha'])
assert.deepEqual(modelSpec.match.exact, ['ox-alpha', 'stealth/ox-alpha'])
assert.equal(modelSpec.spec.supportsReasoning, true)
assert.equal(modelSpec.spec.releasedAt, '2026-08-21')
})