{"data":{"id":"e298669f-cb4c-4398-9b4c-83d178d68cc5","title":"Better prompt caching for GPT-6","summary":"GPT-6 introduces an improved prompt caching system (a technique that stores repeated instructions and context to avoid reprocessing them) that achieves higher cache hit rates by default and offers developers up to 90% discounts on cached input tokens. The update includes new monitoring tools like the Prompt Caching Dashboard and diagnostics tool to help developers track cache performance and identify why cached content isn't being reused. Developers can also optimize caching by explicitly choosing which prompt sections to cache, adjusting reasoning effort without breaking the cache, and prewarming (loading context ahead of time) the cache to reduce wait times.","solution":"OpenAI provides several explicit mitigation strategies: (1) Use the Prompt Caching Dashboard to monitor cache hit rates and compare cached versus uncached tokens; (2) Use the prompt caching diagnostics tool to compare requests and identify changes to the model, tools, settings, or input that prevented cache reuse; (3) Set explicit cache breakpoints to choose which prompt prefixes to reuse; (4) Adjust reasoning effort using configuration_update instead of removing it entirely to preserve cache; (5) Keep tool definitions, schemas, and ordering stable, using allowed_tools or tool_choice instead of removing definitions; (6) Append new instructions as developer messages rather than modifying earlier ones; (7) Prewarm the cache by preparing known context during application startup before user requests arrive.","labels":["industry"],"sourceUrl":"https://openai.com/index/better-prompt-caching-for-gpt-6","publishedAt":"2026-09-22T21:00:00.000Z","cveId":null,"cweIds":null,"cvssScore":null,"cvssSeverity":null,"severity":"info","attackType":[],"issueType":"news","affectedPackages":null,"affectedVendors":["OpenAI"],"affectedVendorsRaw":["OpenAI","GPT-6"],"classifierModel":"claude-haiku-4-5-20251001","classifierPromptVersion":"v3","cvssVector":null,"attackVector":null,"attackComplexity":null,"privilegesRequired":null,"userInteraction":null,"exploitMaturity":null,"epssScore":null,"patchAvailable":null,"disclosureDate":"2026-09-22T21:00:00.000Z","capecIds":null,"crossRefCount":0,"attackSophistication":"moderate","impactType":null,"aiComponentTargeted":"inference","llmSpecific":true,"classifierConfidence":0.95,"researchCategory":null,"atlasIds":null}}