What are they good for?
What are they good for?
Versatile agents, customer support, brainstorming.
How much do they cost?
How much do they cost?
Credits charged per 1,000 tokens used for prompts + replies if you do not connect your own OpenAI API key / account.
What native files can they process?
What native files can they process?
OpenAI models can process each of the following files:
- .jpg
- .jpeg
- .png
- .webp
- .gif
Understanding pricing & implicit caching
OpenAI models automatically cache repeated input tokens (like agent instructions and tool definitions) in multi-turn conversations, charging them at 90% less than uncached tokens. This happens automatically with no code changes required.Pricing example: GPT-4o
| Token Type | Cost per 1,000 tokens |
|---|---|
| Uncached input tokens | 0.63 credits |
| Cached input tokens | 0.063 credits |
| Output tokens | 5 credits |
- First call: 19,000 input (uncached) + 2,000 output = 21.97 credits
- Second call: 6,000 input (uncached) + 13,000 input (cached) + 1,500 output = 12.10 credits
- Without caching, the second call would cost 19.47 credits
- Savings: 38% reduction on the second call
Why UI numbers may look different
The task credit breakdown displays uncached input tokens only. Cached tokens are charged separately at the lower rate but not shown in the breakdown. The total cost is accurate and includes both.
If you connect your own OpenAI API key, you’ll see the same caching behavior and cost savings directly in your OpenAI billing.

