UNPKG

@sap-ai-sdk/orchestration

Version:

SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.

14 lines 364 B
/** * Breakdown of cache creation tokens by TTL (Anthropic only). */ export type CacheCreationTokenDetails = { /** * Tokens cached with 5-minute TTL. */ ephemeral_5m_input_tokens?: number; /** * Tokens cached with 1-hour TTL. */ ephemeral_1h_input_tokens?: number; }; //# sourceMappingURL=cache-creation-token-details.d.ts.map