# Food ChatGPT Plugins

> Source: https://aiwiki.ai/wiki/food_chatgpt_plugins
> Updated: 2026-06-27
> Categories: ChatGPT
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

*See also: [ChatGPT Plugins](/wiki/chatgpt_plugins), [ChatGPT Plugin Categories](/wiki/chatgpt_plugin_categories) and [Food](/wiki/food)*

**Food ChatGPT Plugins** were the subset of third-party plugins published in the [ChatGPT plugins](/wiki/chatgpt_plugins) store between March 2023 and April 2024 that focused on cooking, recipes, grocery shopping, restaurant discovery, and food delivery. The plugin framework launched in beta on March 23, 2023 [1], and OpenAI deprecated it on March 19, 2024, blocking new plugin conversations, then shut it down entirely on April 9, 2024 [4]. Food plugins are therefore a deprecated, historical category. The two best known food entries (Instacart for grocery ordering and OpenTable for restaurant reservations) were among the twelve external partners named in OpenAI's original launch slate [1][6]. The category sat alongside [Beverage ChatGPT Plugins](/wiki/beverage_chatgpt_plugins) and overlapped with [Shopping ChatGPT Plugins](/wiki/shopping_chatgpt_plugins) at the retail end of the catalogue. Operated by [OpenAI](/wiki/openai) as part of the broader plugin program for [ChatGPT](/wiki/chatgpt), the food category drew unusual attention at launch because Instacart and OpenTable were household consumer brands that gave the plugin program early credibility. The succession chain that replaced plugins runs from [Custom GPTs](/wiki/custom_gpts) and the [GPT Store](/wiki/gpt_store) (January 2024) to GPT Actions and then to the [Model Context Protocol](/wiki/model_context_protocol) (November 2024) [3][5][13]. This article treats the food category as a historical reference for an early experiment in connecting a [large language model](/wiki/large_language_model) to live food and grocery services.

## What were food ChatGPT plugins?

OpenAI announced ChatGPT plugins on March 23, 2023 in a blog post titled "ChatGPT plugins." The post described plugins as the company's first plugins for the chatbot and presented them as a way to "help ChatGPT access up-to-date information, run computations, or use third-party services" [1]. The launch slate listed twelve external partners (Expedia, FiscalNote, Instacart, KAYAK, Klarna, Milo, OpenTable, Shopify, Slack, Speak, Wolfram, and Zapier) plus two first-party plugins, a code interpreter and a web browsing tool [1][6]. Two of those twelve external partners were food-adjacent: Instacart for grocery ordering and OpenTable for restaurant reservations [1]. Access at launch was gated behind a waitlist and rolled out gradually to ChatGPT Plus subscribers through the spring of 2023 [1].

A food plugin, like every plugin, was a small piece of server software exposing an HTTP API to the chatbot. It consisted of two artefacts on the developer's domain: a manifest file named `ai-plugin.json` served at `/.well-known/ai-plugin.json`, and an OpenAPI specification describing the available endpoints [1]. ChatGPT used the manifest to describe the plugin to the [GPT-4](/wiki/gpt-4) model in natural language and used the OpenAPI document to plan and validate calls. The food category therefore was not a single product but a slice of this open developer ecosystem, defined by subject matter (cooking, groceries, restaurants) rather than by any separate technical framework.

## When was the food category active?

On May 12, 2023 OpenAI announced that web browsing and plugins would become available to all ChatGPT Plus subscribers the following week [2]. The plugin store opened for general access on May 19, 2023, after which the catalogue grew quickly. Independent developers added recipe assistants, ingredient databases, restaurant search engines, and food delivery integrations across the second half of 2023. The food category in the plugin store therefore had two distinct phases: a short alpha period in March and April 2023 dominated by the launch partners, and a much larger general-availability phase from late May 2023 through early 2024 in which long-tail third-party plugins outnumbered the original brand-name entries.

The key dates for the food category are summarised in the table below.

| Date | Event |
| --- | --- |
| March 23, 2023 | OpenAI announces ChatGPT plugins. Instacart and OpenTable are listed among the twelve external launch partners [1]. |
| May 12, 2023 | OpenAI announces general availability of plugins for ChatGPT Plus subscribers [2]. |
| May 19, 2023 | Plugin store opens to all Plus subscribers. Third-party recipe and food plugins begin to appear in volume [2]. |
| November 6, 2023 | OpenAI DevDay introduces Custom GPTs and Actions. Plugins are publicly described as a sunsetting feature [3]. |
| January 10, 2024 | GPT Store opens, beginning the migration of plugin functionality into branded GPTs [5]. |
| March 19, 2024 | OpenAI deprecates the plugins beta. No new plugin conversations can be started after this date [4]. |
| April 9, 2024 | The plugin store and plugin runtime are turned off for end users [4]. |

## What did food plugins do?

ChatGPT used the manifest to describe each food plugin to the model and used the OpenAPI document to plan and validate calls. The practical capabilities clustered into a small number of recurring patterns:

- **Recipe lookup.** Search a recipe corpus by dish name, by ingredient, or by dietary restriction, and return a structured recipe with ingredients and steps.
- **Meal planning.** Generate a weekly menu from a user prompt and return shopping-list output that the chatbot could format inside the chat.
- **Ingredient and pantry queries.** Answer questions about substitutions, shelf life, or nutritional content of named ingredients.
- **Grocery ordering.** Convert a recipe or meal plan into a shopping cart with a partner retailer, returning a checkout link the user could click outside the chat.
- **Restaurant discovery.** Search restaurants by cuisine, location, price band, and availability, and return links to a reservation page.
- **Restaurant booking.** Hold or confirm a reservation by passing dates, party size, and contact details to a partner reservation system.
- **Food delivery search.** Surface dishes available from delivery aggregators in a user's area and link out to the aggregator for checkout.

Almost no food plugin completed a transaction inside ChatGPT itself. The standard pattern was for the plugin to return a deep link (for example to a populated grocery cart or to a restaurant reservation page) which the user opened in a browser to finish the task. This boundary was a deliberate part of the plugin design: ChatGPT could compose, search, and summarise, but the actual purchase or booking happened on the partner's own site, where existing payment, identity, and trust mechanisms already lived.

## What were the notable food plugins?

The two best-documented food plugins are the launch partners that OpenAI named in its original March 23, 2023 announcement [1].

### Instacart

Instacart was one of the twelve external launch partners on March 23, 2023 [1]. In its own announcement post, dated April 6, 2023, Instacart described the plugin as letting ChatGPT users "turn the ever-present 'dinner dilemma' into instant inspiration and, ultimately, instant gratification with ingredients delivered to their door in as fast as an hour" [9]. The company framed the integration this way: "By combining ChatGPT's ability to enable people to express their needs in natural language, with Instacart's ability to make those needs instantly shoppable" [9]. In practice a user described a meal or recipe and then converted the resulting ingredient list into a shopping cart at a local grocery retailer. A typical interaction read like this:

1. The user asked ChatGPT for a recipe ("give me a vegetarian lasagne for four people").
2. ChatGPT returned the recipe in chat.
3. The user asked ChatGPT to order the ingredients from Instacart.
4. The plugin returned a structured ingredient list and a deep link to Instacart, where the user could pick a store, swap items, and check out.

The Instacart plugin was repeatedly cited in coverage of the plugin launch as a flagship example of what plugins were for, because it tied together a clearly defined consumer task (cooking dinner) with a clearly defined retail backend (a same-day grocery service) [6][7].

### OpenTable

OpenTable was the second food-adjacent launch partner and said it was "the first restaurant tech company to partner with ChatGPT" [10]. The plugin let ChatGPT search OpenTable's reservation index and return restaurants that matched a user's natural-language query ("find me a quiet Italian restaurant near Union Square next Friday at seven"). Per OpenTable, ChatGPT would "provide direct links to book on OpenTable in response to consumer queries" such as a request for a highly reviewed brunch spot for a specific occasion and city [10]. The plugin returned a short list of candidate restaurants with metadata such as cuisine, price range, and a reservation link, and booking itself was finalised on OpenTable's own pages.

The presence of OpenTable in the launch slate (alongside Expedia and KAYAK in travel) signalled that OpenAI's plugin program was aimed at integrating with mainstream booking platforms rather than rebuilding them inside ChatGPT [1].

### Wolfram

Wolfram, a launch partner usually associated with mathematics and curated reference data, exposed nutritional and food-composition information through its Wolfram Alpha back-end [1]. Though not normally classed under food, it was used heavily for food-adjacent queries about calories, macronutrients, cooking unit conversions, and ingredient composition. Its dedicated wiki entry is [Wolfram GPT](/wiki/wolfram_gpt).

### Third-party recipe and pantry plugins

After general availability on May 19, 2023, independent developers published recipe-oriented plugins covering recipe search by ingredient or dietary tag, multi-day meal planners with consolidated shopping lists, calorie and macro lookups against public nutritional databases, and restaurant search wrappers built on public review APIs [2]. Because this wiki only documents plugins that can be cross-referenced to a primary source, the article does not enumerate them by name. Most were short-lived. With the deprecation of the plugin program in April 2024, they either shut down or migrated their backends to GPT Actions inside a Custom GPT [4].

## What were the typical food plugin workflows?

Three workflow patterns dominated discussion of the food category during the plugin era.

### Recipe to grocery cart

This was the canonical Instacart-style flow and was used in OpenAI's own launch demos:

1. The user asks ChatGPT for a recipe (or a multi-day meal plan).
2. ChatGPT, optionally guided by [prompt engineering](/wiki/prompt_engineering) such as "I am cooking for two adults and one toddler with a peanut allergy," returns a structured recipe.
3. The user asks ChatGPT to assemble the shopping list at a partner grocery service.
4. The plugin returns a deep link to a populated cart at the partner site.

This workflow is the one most often cited in retrospectives of the plugin era because it tied together generation (recipe), planning (consolidated list), and action (cart link) in a single conversation.

### Restaurant search and booking

The restaurant flow was simpler and more familiar:

1. The user asks ChatGPT for restaurants matching a free-form query.
2. The plugin returns a short list of candidates with a reservation link for each.
3. The user clicks through to the partner's reservation page to finalise the booking.

In contrast to the grocery flow, the restaurant flow rarely reached a confirmed booking inside ChatGPT itself. The chatbot's role was discovery, not transaction.

### Nutrition and substitution lookups

A quieter but heavily used workflow involved asking the chatbot for nutrition facts or ingredient substitutions. The base model could answer many such queries from training data, but plugin-backed answers were preferred for current or branded data. Wolfram and several smaller nutritional-database plugins served this need.

## When were ChatGPT plugins deprecated?

The deprecation arrived in two steps. At OpenAI DevDay on November 6, 2023 the company introduced [Custom GPTs](/wiki/custom_gpts) and announced that plugins would eventually be retired in favour of GPTs and their tool-calling layer, called Actions [3]. The plugin store stopped accepting new submissions soon afterward. On March 19, 2024 OpenAI's help-center notice, titled "Winding down the ChatGPT plugins beta," took effect: users could no longer install plugins or start new conversations with them [4]. Existing plugin conversations kept working only until April 9, 2024, when plugins were turned off entirely [4]. The notice pointed users and developers to GPTs and the [GPT Store](/wiki/gpt_store) for equivalent functionality.

OpenAI gave several public reasons for ending the plugin program. The food category illustrated all of them.

- **Discovery.** With several hundred plugins in the store, users found it hard to choose between, for example, half a dozen recipe search plugins. The store's flat catalogue offered limited curation.
- **Three-plugin limit.** A user could only enable three plugins per conversation. Common food workflows wanted recipe plus grocery plus nutrition simultaneously, so users had to plan their plugin selection ahead of a chat.
- **Reliability.** Plugins frequently failed to invoke correctly, returned errors, or were used inappropriately by the model. Because the model decided when to call a plugin, users often could not tell why a plugin was or was not invoked. Recipe and ingredient plugins were particularly prone to silent fallbacks where the chatbot answered from training data instead of querying the plugin.
- **Single-purpose limit.** A plugin could only expose API endpoints. It carried no instructions, no knowledge files, and no persistent identity. A user looking for a "weekly meal planner" wanted a branded assistant rather than a raw API.
- **Developer economics.** The plugin program offered no revenue share for developers. The successor program (GPTs with the GPT Store) was announced with revenue-sharing intentions [5].

For the food category, the discovery problem and three-plugin limit were the most painful. A typical Sunday meal-planning session wanted a recipe plugin, a grocery plugin, and a nutrition plugin at once, which filled the plugin budget and left no room for a pairing plugin or a calendar plugin.

## What replaced food ChatGPT plugins?

The immediate successor to the plugin program is the combination of [Custom GPTs](/wiki/custom_gpts) and the [GPT Store](/wiki/gpt_store), which opened on January 10, 2024 [5]. A GPT bundles three things: custom instructions, optional knowledge files, and Actions (the new name for the plugin-style API call layer). For the food category, this packaging changed the shape of the catalogue.

Where the plugin store presented dozens of single-purpose plugins (one for recipe search, one for grocery, one for nutrition), the GPT Store presented a smaller number of branded assistants such as "meal planner" or "restaurant scout." Each GPT could call the same kind of HTTP backend a plugin used to call, so the underlying technology was largely unchanged, but discovery moved from a flat list of plugins to a marketplace of named applications.

The Actions layer underneath GPTs uses the same OpenAPI specification format that plugins used. Most food plugin developers who continued operating in 2024 ported their backends to Actions inside a Custom GPT with limited code changes. A user no longer chose individual plugins inside a chat: they chose a GPT in the GPT Store, opened it, and the relevant Actions ran automatically.

The longer-term successor to the plugin idea is the [Model Context Protocol](/wiki/model_context_protocol) (MCP), an open standard that Anthropic introduced in November 2024 to connect AI assistants to external tools and data sources [13]. MCP generalised the plugin concept beyond a single vendor: it was subsequently adopted by OpenAI and Google DeepMind, and OpenAI added MCP support to ChatGPT and its Agents and Responses APIs during 2025 [13]. A food integration in the MCP era is an MCP server (for groceries, recipes, or reservations) that any MCP-capable assistant can call, rather than a plugin tied to one chatbot. The lineage therefore runs from food ChatGPT plugins (2023) to GPT Actions inside Custom GPTs (2024) to vendor-neutral MCP servers (2024 onward).

The table below contrasts the food category before and after the transition.

| Aspect | Plugin era (2023 to 2024) | GPT and MCP era (2024 onward) |
| --- | --- | --- |
| Discovery | Flat plugin store inside ChatGPT | Branded GPTs in the GPT Store; MCP servers across vendors |
| Activation | User toggled up to three plugins per chat | User opened a single GPT; MCP servers connect automatically |
| Backend contract | OpenAPI plus `ai-plugin.json` manifest | OpenAPI plus a GPT configuration; MCP protocol for cross-vendor use |
| Persistence of identity | None. Plugins were stateless API wrappers | GPTs carry instructions and knowledge across sessions |
| Vendor scope | OpenAI / ChatGPT only | GPT Store is OpenAI; MCP is an open, multi-vendor standard |
| Revenue model | None for developers | Revenue share announced for GPT Store |
| Migration cost for developers | n/a | Generally low: same API, repackaged behind a GPT or MCP server |

## ELI5

Imagine ChatGPT as a smart helper that only knew what it had read in books. For about a year (2023 to 2024), you could plug in extra "apps" to give it new powers. One food app, Instacart, let you say "make me dinner for four" and then put all the groceries in a cart for you. Another, OpenTable, found you a restaurant and a table to book. You could only snap on three of these apps at a time, and they often did not work very well. So the helper's makers turned them off in April 2024 and replaced them with better tools: first "GPTs" you can open like apps in a store, and later a shared standard called MCP that lets many AI helpers, not just ChatGPT, plug into the same food services.

## See also

- [ChatGPT Plugins](/wiki/chatgpt_plugins)
- [ChatGPT Plugin Categories](/wiki/chatgpt_plugin_categories)
- [Beverage ChatGPT Plugins](/wiki/beverage_chatgpt_plugins)
- [Shopping ChatGPT Plugins](/wiki/shopping_chatgpt_plugins)
- [Custom GPTs](/wiki/custom_gpts)
- [GPT Store](/wiki/gpt_store)
- [Model Context Protocol](/wiki/model_context_protocol)
- [Wolfram GPT](/wiki/wolfram_gpt)
- [ChatGPT](/wiki/chatgpt)
- [OpenAI](/wiki/openai)
- [GPT-4](/wiki/gpt-4)
- [Large Language Model](/wiki/large_language_model)
- [Prompt Engineering](/wiki/prompt_engineering)

## References

1. OpenAI. "ChatGPT plugins." OpenAI Blog, March 23, 2023. Original announcement of the plugin program describing plugins as tools to "help ChatGPT access up-to-date information, run computations, or use third-party services," with the twelve external launch partners (Expedia, FiscalNote, Instacart, KAYAK, Klarna, Milo, OpenTable, Shopify, Slack, Speak, Wolfram, Zapier) and two first-party plugins.
2. OpenAI. "Web browsing and Plugins for all Plus users." OpenAI announcement, May 12, 2023; general availability rolled out the week of May 19, 2023.
3. OpenAI. "Introducing GPTs." OpenAI Blog, November 6, 2023. DevDay announcement of GPTs and Actions as the successor framework.
4. OpenAI Help Center. "Winding down the ChatGPT plugins beta." Notice taking effect March 19, 2024 (no new plugin conversations) and April 9, 2024 (plugins turned off for end users).
5. OpenAI. "Introducing the GPT Store." OpenAI Blog, January 10, 2024. Launch of the GPT Store as the successor marketplace, with revenue-share plans for builders.
6. The Verge. "OpenAI is massively expanding ChatGPT's capabilities to let it browse the web and more." March 23, 2023. Coverage of the plugin launch including the Instacart and OpenTable partnerships.
7. TechCrunch. "OpenAI connects ChatGPT to the internet." March 23, 2023. Coverage of the plugin launch and the partner lineup.
8. Reuters. "OpenAI launches plugins for ChatGPT." March 24, 2023. Wire coverage of the plugin program announcement.
9. Instacart. "Introducing the Instacart Plugin for ChatGPT." Instacart company update, April 6, 2023. Source of the "dinner dilemma" and "instantly shoppable" quotes about the Instacart ChatGPT plugin.
10. OpenTable. "Find Restaurant Recs on ChatGPT, Powered by OpenTable" (opentable.com/blog/chatgpt) and Restaurant Dive coverage, March 2023. Source of the "first restaurant tech company to partner with ChatGPT" statement and the "direct links to book on OpenTable" description.
11. Wikipedia contributors. "ChatGPT." Wikipedia, accessed 2026. Background on ChatGPT product history including the plugin and GPT Store eras.
12. Wikipedia contributors. "OpenAI." Wikipedia, accessed 2026. Corporate background on the company that launched and retired the plugin program.
13. Anthropic. "Introducing the Model Context Protocol." Anthropic news, November 25, 2024; and Wikipedia, "Model Context Protocol," accessed 2026. MCP as an open standard for connecting AI assistants to external tools and data, later adopted by OpenAI and Google DeepMind.

