UNPKG

@anthropic-ai/sdk

Version:
10 lines 320 B
// File containing shared constants /** * Model-specific timeout constraints for non-streaming requests */ export const MODEL_NONSTREAMING_TOKENS = { 'claude-opus-4@20250514': 8192, 'anthropic.claude-opus-4-1-20250805-v1:0': 8192, 'claude-opus-4-1@20250805': 8192, }; //# sourceMappingURL=constants.mjs.map