UNPKG

@anthropic-ai/bedrock-sdk

Version:

The official TypeScript library for the Anthropic Bedrock API

15 lines 496 B
"use strict"; // File containing shared constants Object.defineProperty(exports, "__esModule", { value: true }); exports.MODEL_NONSTREAMING_TOKENS = void 0; /** * Model-specific timeout constraints for non-streaming requests */ exports.MODEL_NONSTREAMING_TOKENS = { 'claude-opus-4-20250514': 8192, 'claude-opus-4-0': 8192, 'claude-4-opus-20250514': 8192, 'anthropic.claude-opus-4-20250514-v1:0': 8192, 'claude-opus-4@20250514': 8192, }; //# sourceMappingURL=constants.js.map