fix: use claude-sonnet-4-6 (no date suffix) for batch API, bump max_tokens to 1024

This commit is contained in:
2026-03-06 11:01:46 +00:00
parent 0b40d284cd
commit fac286aaeb

View File

@@ -115,7 +115,7 @@ export async function submitBatch(jobs, jobProfilesByTrack, searchConfig, candid
custom_id: customId, custom_id: customId,
params: { params: {
model, model,
max_tokens: 256, max_tokens: 1024,
system: [ system: [
{ {
type: 'text', type: 'text',