llm-catalog-archive

Change

376b85f

376b85facefea348bc4135313d59bb794ef8be49 · commit on GitHub

openai-llms-txt: changed (35477 bytes, HTTP 200)

raw/openai-llms-txt/response.txt modified

Lines added
+3
Lines removed
-1
Stored bytes at this commit
35,477
Timestamp
origin
Raw artifact at this commit
raw/openai-llms-txt/response.txt
Recorded headers
observed_at2026-09-09T04:42:42.300Z
origin_date2026-09-09T03:17:35.000Z
status200
final URLhttps://developers.openai.com/api/docs/llms.txt
etagW/"0f1a056429a841e6070c84169ea3c993"
last-modifiedWed, 09 Sep 2026 03:17:34 GMT
dateWed, 09 Sep 2026 04:42:42 GMT
age5107
cache-controlpublic, max-age=0, must-revalidate
cf-cache-statusnull
content-encodingbr
content-lengthnull
@@@ -94,6 +94,7 @@ Each entry has a Markdown twin at `/api/docs/<slug>.md`.
- [Image generation](https://developers.openai.com/api/docs/guides/image-generation.md): Learn how to generate or edit images with the OpenAI API and image generation models.
- [Image generation](https://developers.openai.com/api/docs/guides/tools-image-generation.md): Allow models to generate or edit images.
- [Image input token and cost calculator](https://developers.openai.com/api/docs/guides/image-cost-calculator.md): Estimate image input tokens and API costs for OpenAI vision models by model, image dimensions, and detail level.
+- [Image prompting](https://developers.openai.com/api/docs/guides/image-prompting.md): Explore GPT Image prompting techniques and illustrated generation and editing examples.
- [Images and vision](https://developers.openai.com/api/docs/guides/images-vision.md): Learn how to understand or generate images with the OpenAI API.
- [Import and reconcile OpenAI resources](https://developers.openai.com/api/docs/guides/terraform/import-and-reconcile.md): Import existing OpenAI resources into Terraform, inspect current state, reconcile drift, and understand removal behavior.
- [Integrations and observability](https://developers.openai.com/api/docs/guides/agents/integrations-observability.md): Learn how to integrate MCP into Agents SDK workflows and how to trace and debug runs.
@@@ -127,6 +128,7 @@ Each entry has a Markdown twin at `/api/docs/<slug>.md`.
- [Private Link](https://developers.openai.com/api/docs/guides/private-link.md): Configure Azure Private Link endpoints, DNS, health checks, and cross-region routing for the OpenAI API.
- [Production best practices](https://developers.openai.com/api/docs/guides/production-best-practices.md): Explore best practices for transitioning your AI projects from prototype to production, including scaling, security, and cost management.
- [Programmatic Tool Calling](https://developers.openai.com/api/docs/guides/tools-programmatic-tool-calling.md): Configure Programmatic Tool Calling, control which tools programs can invoke, and resume programs after client-owned function calls.
+- [Prompt cache diagnostics](https://developers.openai.com/api/docs/guides/prompt-caching/diagnostics.md): Compare Responses API requests to understand prompt cache misses and improve cache reuse.
- [Prompt caching](https://developers.openai.com/api/docs/guides/prompt-caching.md): Learn how prompt caching reduces latency and cost for long prompts in OpenAI's API.
- [Prompt engineering](https://developers.openai.com/api/docs/guides/prompt-engineering.md): Learn strategies and tactics for better results using large language models in the OpenAI API.
- [Prompt generation](https://developers.openai.com/api/docs/guides/prompt-generation.md): Learn how to generate prompts, functions, and schemas in the OpenAI API's Playground.
@@@ -219,5 +221,5 @@ Each entry has a Markdown twin at `/api/docs/<slug>.md`.
- [Supported countries and territories](https://developers.openai.com/api/docs/supported-countries.md): Countries and territories that currently support access to our API services.
## Tutorials
-- [Meeting minutes](https://developers.openai.com/api/docs/tutorials/meeting-minutes.md): Create an automated meeting minutes generator with Whisper and a GPT model.
+- [Meeting minutes](https://developers.openai.com/api/docs/tutorials/meeting-minutes.md): Create an automated meeting minutes generator with speech-to-text and a GPT model.
- [Web QA with embeddings](https://developers.openai.com/api/docs/tutorials/web-qa-embeddings.md): How to build an AI that can answer questions about your website.