About openai/openai-cookbook
openai/openai-cookbook is an open-source project on GitHub, mainly written in Jupyter Notebook. Examples and guides for using the OpenAI API It currently holds 76,194 stars and 12,894 forks with 301 open issues, and was last pushed on 2026-09-23 (repository created 2022-03-11).
Project Overview
Git Homed tracks it on the Today's Trending board, currently at rank #93 with 31 new stars today.
GitHub Repository Details
README
✨ Navigate at cookbook.openai.com
Example code and guides for accomplishing common tasks with the OpenAI API. To run these examples, you'll need an OpenAI account and associated API key (create a free account here). Set an environment variable called OPENAI_API_KEY with your API key. Alternatively, in most IDEs such as Visual Studio Code, you can create an .env file at the root of your repo containing OPENAI_API_KEY=, which will be picked up by the notebooks.
Most code examples are written in Python, though the concepts can be applied in any language.
For other useful tools, guides and courses, check out these related resources from around the web.
License
MIT License