Tabbit
ResourcesBlogModels
Tabbit LogoTabbit

Tabbit — The AI Browser that Works for You

Topics

  • AI Browser Resources
  • Agentic Browser Resources
  • Browser Downloads and Install Guides
  • Browser Comparisons
  • AI Browser Alternatives
  • Browser Productivity Resources

Popular Guides

  • AI Browser
  • Agentic Browser Download
  • Best AI Browser 2026: Top 9 Tested & Ranked
  • AI Browser Download
  • Free AI Browser
  • Best AI Browser 2026
  • AI Browser Comparison 2026
  • AI Browser for Windows
  • AI Browser for Mac
  • Chrome Alternative 2026

Events

  • Tabbit Skill Competition
  • KPOP SBTI Fandom Personality Test
  • Tabbit Campus Creator Program
  • fifi's Picks: AI Skills for Research Papers
  • User Survey

About

  • Tabbit Blog
  • Press & Media
English
简体中文English
Prompt guide
OfficialGPT-6 Luna

GPT-6 Prompt Caching and Long-Running Agent Optimization Workflow

Original source

OpenAI official announcement

AuthorOpenAI

Source date2026-09-22

Tabbit curation2026-09-22

Read original

One-sentence takeaway

OpenAI outlines a process for monitoring cache hits, diagnosing cache misses, keeping prompt prefixes and tool definitions stable, adjusting reasoning effort, and prewarming the cache.

Use cases

  • Suitable tasks: Multi-turn GPT-6 API agents that reuse long instructions or tool definitions and need to reduce the latency and cost of processing repeated input.

  • Not suitable for: Requests where the input changes completely each time or the application cannot maintain a consistent context prefix.

  • Applicable model versions: The GPT-6 family, including GPT-6 Luna.

  • Applicable clients, agents, or APIs: Multi-turn agents using the OpenAI API. Implementation should follow the official Prompt Caching and Responses API documentation.

  • Recommended reasoning effort and parameters: Adjust to the task. OpenAI says reasoning effort can be changed between requests without breaking the cache; it does not specify a fixed effort level.

Ready-to-use content

Steps

  1. Monitor the hit rate: Use the Prompt Caching Dashboard to review the hit rate and the composition of cached and uncached tokens.

  2. Diagnose misses: Compare the current request with a recent response to identify changes to the model, tools, settings, or input that prevented reuse.

  3. Choose a cache prefix: Use explicit cache breakpoints to select reusable prompt prefixes; put stable shared context at the beginning.

  4. Keep tool definitions stable: Keep tool definitions, schemas, and ordering consistent where possible. Use allowed_tools to limit which tools can be called, or tool_choice: "none" to disable tools, rather than frequently removing tool definitions.

  5. Append new instructions: When tools or instructions change, append overriding rules in a later developer message to preserve the shared prefix above it.

  6. Adjust reasoning for the task: Append configuration_update before a later response to change reasoning effort without rewriting the original prompt prefix.

  7. Prewarm in advance: Prepare known shared instructions, tool definitions, or reference material at application startup or before the user submits a request.

  8. Measure the result again: Review the hit rate, latency, and cost to confirm that the optimization works for the actual workload.

Reproduction notes and evidence limits

  • OpenAI says GPT-6 offers cache discounts for eligible shared prefixes reused within a 30-minute window; cache hits depend on request prefixes and other conditions.

  • The article describes product features and a workflow, but does not guarantee a quantitative benefit for every application. Confirm cache hits and savings using the application's own dashboard and diagnostic results.

  • Implement the exact request structures for configuration_update, explicit cache breakpoints, and prewarming according to the relevant API documentation. This record does not invent complete API payloads that the article does not show.

Curated by Tabbit

Prompt material is summarized from public sources and Tabbit editorial notes. Check the original licensing and intended use before copying it.

GPT-6 Luna

Use in Tabbit

GPT-6 Luna

Related prompts

OfficialOpenAI Developers

GPT-6 Model Family Prompting Starter Guide

OfficialOpenAI Developers

GPT-6 Luna API Model Configuration

OfficialOpenAI Developers

General Prompt Engineering Guide for the OpenAI API

MediaLiteLLM documentation2026-09-22

Configure GPT-6 Luna Proxy Routing in LiteLLM

GPT-6 Luna

Related reviews

OfficialOpenAI / Introducing GPT-6 Sol and Luna2026-09-22

OpenAI's Official Release: GPT-6 Luna Benchmark Results and Cost Positioning

MediaArtificial Analysis / GPT-6 Sol and Luna push the cost efficiency frontier2026-09-22

Artificial Analysis Independent Evaluation: GPT-6 Luna's Cost, Intelligence, and Coding Results

MediaArtificial Analysis / GPT-6 Luna: Release Intelligence, Performance & Price2026-09

Artificial Analysis Release Dashboard: GPT-6 Luna Performance, Cost, and Latency Across Six Effort Levels

CommunityReddit / r/codex2026-09-23

Reddit r/codex User Reports: GPT-6 Luna Coding Experience and Early Risks