List of ChatGPT Plugins

20 min read
Updated
Suggest editHistoryTalk
RawGraph

Last edited

Fact-checked

In review queue

Sources

11 citations

Revision

v7 · 4,025 words

Fact-checks are independent of edits: a reviewer re-verifies the article against its sources and stamps the date. How we verify

See also: ChatGPT Plugins, ChatGPT Plugin Categories and Plugins

The List of ChatGPT Plugins is a directory of the third party and first party plugins that operated inside OpenAI's ChatGPT product between March 2023 and April 2024. ChatGPT plugins were a deprecated feature: OpenAI launched them on March 23, 2023, stopped allowing new plugin conversations on March 19, 2024, and fully shut the platform down on April 9, 2024, migrating developers to Custom GPTs and GPT Actions.[1][6] The plugin system let GPT-4 call out to external services, retrieve fresh information from the live internet, run code in a sandboxed Python environment, search private documents, and trigger actions in third party applications such as travel booking, grocery delivery, productivity automation, and computational engines.[3] At its peak the Plugin Store hosted more than 1,000 published plugins from independent developers and well known consumer brands.[5] OpenAI described plugins as "'eyes and ears' for language models, giving them access to information that is too recent, too personal, or too specific to be included in the training data."[1]

Because ChatGPT plugins are no longer available, every entry below is a historical record of a plugin that existed during the active beta and release period from 2023 to 2024. This article preserves the original aiwiki entries for individually documented plugins, supplements them with the launch partners and most cited community plugins, and provides categorical breakdowns drawn from the ChatGPT Plugin Categories index. The live store is no longer reachable, so the modern equivalent of a plugin is a GPT Action inside a Custom GPT listed in the GPT Store.[6]

When were ChatGPT plugins launched and deprecated?

ChatGPT Plugins were announced by OpenAI on March 23, 2023, only four months after ChatGPT itself debuted in November 2022.[1][3] The launch post described plugins as "'eyes and ears' for language models," because for the first time the model could pull live data from outside its own training set.[1] The feature initially shipped to a small alpha cohort of ChatGPT Plus subscribers and developers from a waitlist.[1]

OpenAI seeded the alpha with a curated group of eleven third party launch partners alongside two first party plugins of its own.[1] The eleven launch partners were Expedia, FiscalNote, Instacart, KAYAK, Klarna, Milo, OpenTable, Shopify, Slack, Speak, and Wolfram, with Zapier added in the same announcement window.[1] The two first party plugins were a Browsing plugin (which used the Bing search index) and a Code Interpreter sandbox (later relaunched as Advanced Data Analysis).[1] OpenAI also published an open source Retrieval Plugin so any developer could host their own private vector database and let ChatGPT query it.[9] The original ChatGPT Retrieval Plugin repository remains on GitHub as a reference implementation.[9]

In May 2023 OpenAI rolled out the plugin store to all ChatGPT Plus subscribers as a Beta feature.[5] Users could toggle plugins on under Settings, then browse a marketplace style interface to enable up to three plugins per chat. By the end of May 2023 the store carried more than 70 plugins from third party developers, and within months that number passed 1,000.[5]

On November 6, 2023 at the OpenAI DevDay keynote, Sam Altman introduced GPTs, a more flexible system where each "GPT" was a custom configured version of ChatGPT that could include instructions, knowledge files, and external API actions.[8] The GPT Store opened on January 10, 2024, by which point users had already created more than 3 million custom GPTs.[11]

The deprecation itself happened in two steps. On March 19, 2024 OpenAI disabled the ability to start new conversations with any plugin, locking the plugin platform to legacy chats only.[6] On April 9, 2024 the platform was fully deprecated and existing plugin conversations stopped working.[6] OpenAI directed all plugin developers to port their integrations into GPT Actions, which use the same OpenAPI specification format that plugins used.[6] Several large partners published their own deprecation notices on the same day. For example, Zapier sunset its ChatGPT plugin and migrated users to a Zapier custom GPT.[7]

DateMilestone
March 23, 2023OpenAI announces ChatGPT plugins with 11 launch partners plus first party Browsing and Code Interpreter.[1]
May 2023Plugin store opens in beta to all ChatGPT Plus users; 70+ plugins available.[5]
August 2023Code Interpreter relaunched as Advanced Data Analysis.
November 6, 2023Custom GPTs introduced at OpenAI DevDay.[8]
January 10, 2024GPT Store opens with 3M+ custom GPTs already created.[11]
March 19, 2024New plugin conversations disabled.[6]
April 9, 2024Plugin platform fully shut down; developers migrated to GPT Actions.[6]

How did ChatGPT plugins work?

A ChatGPT plugin was defined by an ai-plugin.json manifest file hosted at a fixed /.well-known/ai-plugin.json path on the developer's domain. The manifest pointed to an OpenAPI specification that described the plugin's HTTP endpoints in machine readable form.[1] When a user enabled a plugin, ChatGPT downloaded the manifest, ingested the OpenAPI schema, and exposed each endpoint to GPT-4 as a callable function. During a chat the model decided when to call the plugin, generated a JSON request body that matched the schema, sent the call, and incorporated the response into its reply.

This design predated the modern function calling and tool use APIs and influenced their later shape. The same OpenAPI based pattern was reused for Custom GPT Actions and was a direct ancestor of the Model Context Protocol that Anthropic released in 2024.

The three plugin types were:

Plugin typeProviderFunction
BrowsingOpenAI (first party)Live web search and page reading via Bing.
Code InterpreterOpenAI (first party)Sandboxed Python with file upload, later renamed Advanced Data Analysis.
RetrievalOpenAI (open source)Self hosted vector store for private documents.
Third partyExternal developersAny service exposing an OpenAPI compliant endpoint.

Complete alphabetical list of ChatGPT plugins

The following alphabetical table consolidates plugins documented on aiwiki and the most widely cited launch partner and community plugins from the active 2023 to 2024 era. Categories follow the ChatGPT Plugin Categories taxonomy. All availability is listed as "Deprecated" because the platform shut down on April 9, 2024.[6]

Plugin nameCategoryDescriptionStatus
AskYourPDFProductivityUpload a PDF and ask questions about its contents using a hosted vector index.Deprecated
BuyWisely (ChatGPT Plugin)E-CommerceCompares prices and surfaces offers across thousands of online shops in Australia.Deprecated
ChatWithPDFProductivityLoads a PDF from a URL and answers questions across the entire document.Deprecated
Code InterpreterData AnalysisFirst party Python sandbox for charts, data analysis, and file processing.Renamed to Advanced Data Analysis
ExpediaTravelPlans flights, hotels, car rentals, and activities through the Expedia inventory.Deprecated
FiscalNotePoliticsReal time legal, political, and regulatory data feeds for analysts and lobbyists.Deprecated
Image EditorDesignCrops, resizes, and recolors images directly inside a chat session.Deprecated
Instacart (ChatGPT Plugin)FoodGenerates recipes and assembles a grocery cart for delivery from local stores.Deprecated
KAYAKTravelSearches flights, hotels, and rental cars and recommends destinations within a budget.Deprecated
KlarnaShoppingCompares prices for products across thousands of online retailers integrated with Klarna.Deprecated
Link ReaderInternetReads content from URLs including web pages, PDFs, PowerPoint files, Word docs, and images.Deprecated
MiloLifestyleFamily logistics co pilot for parents that turned schedules into actionable lists.Deprecated
NoteableData AnalysisCreated hosted Jupyter notebooks and ran data science workflows on Noteable.Deprecated
OpenTableFoodRestaurant search and reservation booking through the OpenTable network.Deprecated
PolygonFinanceStock, options, forex, and crypto market data via the Polygon.io API.Deprecated
Prompt PerfectProductivityRewrites a user prompt into a more precise version before sending it to the model.Deprecated
ScholarAIAcademic ResearchSearches peer reviewed scientific literature and returns abstracts with citations.Deprecated
ShopifyE-CommerceSearches products across millions of Shopify storefronts directly from chat.Deprecated
Show Me DiagramsData VisualizationGenerates Mermaid based flowcharts, sequence diagrams, and mind maps from text.Deprecated
SlackProductivityDrafts, summarizes, and posts messages into Slack channels and DMs.Deprecated
SpeakLanguage LearningAI language tutor with translations, idioms, and culturally aware explanations.Deprecated
Speechki (ChatGPT Plugin)TechnologyConverts long text outputs into audio files with a download link or embeddable player.Deprecated
There's An AI For ThatArtificial IntelligenceRecommends AI tools from a curated index of more than 5,000 listings.Deprecated
VoxScriptMediaSearches and transcribes YouTube content and pulls financial filings on demand.Deprecated
Web PilotInternetFetches and summarizes any URL, often used as a free alternative to the Browsing plugin.Deprecated
WolframScienceComputational engine for math, physics, chemistry, and curated knowledge from Wolfram Alpha.Deprecated
ZapierProductivityTriggers automations across more than 5,000 connected apps including Gmail, Trello, and Notion.Deprecated
ZillizData AnalysisSearches private vector databases hosted on Zilliz Cloud, the managed Milvus service.Deprecated

Who were the ChatGPT plugin launch partners?

The original announcement on March 23, 2023 went live with a curated set of partners chosen to demonstrate the breadth of possible plugin use cases.[1] Each partner was selected to map cleanly to a different vertical so that early users could see how plugins changed travel, shopping, productivity, education, and computational reasoning at the same time.

PartnerVerticalDemonstrated capability
ExpediaTravelConversational trip planning with real flight and hotel inventory.
FiscalNotePoliticsFederal and state government data, hearings, and regulatory feeds.
InstacartFoodRecipe to cart conversion with same day grocery delivery.
KAYAKTravelMulti destination search with budget aware suggestions.
KlarnaShoppingCross retailer price comparison and buy now pay later options.
MiloLifestyleFamily schedule and activity planner for parents.
OpenTableFoodRestaurant discovery and reservation booking.
ShopifyE-CommerceStorefront product search across millions of merchants.
SlackProductivityChannel and message integration for team chat.
SpeakLanguage LearningConversational language tutoring built on top of GPT-4.
WolframScienceSymbolic mathematics and curated computational knowledge.
ZapierProductivityTrigger and automate workflows across more than 5,000 apps.

What were the first party ChatGPT plugins?

OpenAI launched the plugin program with three of its own tools so that users would have something to try even before third parties shipped.[1] These first party tools were also the most heavily used plugins for the entire life of the platform.

Browsing

The Browsing plugin gave ChatGPT live access to the internet through Bing search results.[3] The model would issue a query, read a results page, click through to a candidate page, and synthesize an answer with citations. Browsing was paused for a period in 2023 after researchers showed it could be tricked into bypassing paywalls, then reintroduced as the Browse with Bing feature with safety improvements. After plugins were deprecated, browsing was rolled into ChatGPT as a built in tool available to every Plus and Enterprise user.[6]

Code Interpreter

The Code Interpreter plugin opened a sandboxed Python environment where the model could write and execute code, accept file uploads, and produce charts or processed files for download.[1] Power users adopted it for data analysis, spreadsheet wrangling, image processing, scientific computing, and quick prototyping. OpenAI relaunched it in August 2023 under the name Advanced Data Analysis, then merged it permanently into the default ChatGPT toolkit.

Retrieval

The ChatGPT Retrieval Plugin was published as an open source reference implementation on GitHub rather than as a hosted service.[9] It allowed any developer to spin up a private vector database backed by Pinecone, Weaviate, Milvus, Qdrant, Redis, or several other stores, then connect it to ChatGPT so the model could answer questions grounded in private documents.[9] The repository helped popularize retrieval augmented generation as a standard pattern for grounding language models on proprietary data.

Categorized listings

The Plugin Store was organized into more than fifty categories. The aiwiki ChatGPT Plugin Categories page records the taxonomy used during the live era. Below is a category by category summary highlighting the strongest examples in each domain.

Travel and hospitality

PluginFunction
ExpediaEnd to end trip planning across flights, hotels, cars, and activities.
KAYAKBudget aware multi city search and price alerts.
OpenTableRestaurant booking and recommendation engine.
Trip.comInternational flight and hotel booking, popular in Asia.
KlookActivities, tours, and attraction tickets in 1,000+ destinations.

Food and grocery

PluginFunction
InstacartRecipe to grocery cart with delivery scheduling.
OpenTableRestaurant reservations integrated with the chat reply.
TabelogJapanese restaurant search with reservations.
WineWine pairing suggestions and bottle search.

Productivity and workflow

PluginFunction
ZapierTrigger Zaps across 5,000+ connected apps.
SlackDraft and post messages, summarize channels, search history.
Prompt PerfectRewrites prompts for clarity before sending.
NoteableHosted Jupyter notebook creation and execution.
AskYourPDFPDF question answering.

Shopping and e-commerce

PluginFunction
ShopifySearches products across millions of Shopify stores.
KlarnaCross retailer price comparison.
BuyWisely (ChatGPT Plugin)Australian price comparison across major retailers.
eBayLists and recommends products from eBay.

Science, math, and education

PluginFunction
WolframSymbolic math, curated facts, and dynamic computations.
ScholarAIPeer reviewed paper search with abstract retrieval.
Wolfram AlphaSame engine, alternative branding.
SpeakLanguage tutoring with cultural context.
TutoryPersonalized tutoring across subjects.

Finance and crypto

PluginFunction
PolygonStock, options, and crypto data feeds.
KlarnaBuy now pay later and price comparison.
CoinCapCryptocurrency market data.
BlockAtlasUS Census and government statistics.

Internet and reading tools

PluginFunction
Link ReaderReads any URL, PDF, or doc passed by the user.
Web PilotFetches and summarizes web pages.
WebRequestsGeneric HTTP fetcher for arbitrary endpoints.
BrowsingOpenAI first party Bing based browsing.

Data, analytics, and code

PluginFunction
Code InterpreterSandboxed Python with file upload.
NoteableHosted Jupyter notebooks.
ZillizVector search on Zilliz Cloud (Milvus).
Show Me DiagramsMermaid diagrams from natural language.

Media, video, and audio

PluginFunction
VoxScriptYouTube transcription and search.
Speechki (ChatGPT Plugin)Text to speech with downloadable audio.
Video InsightsSummarizes long form video.

Lifestyle and family

PluginFunction
MiloFamily schedule co pilot.
There's An AI For ThatRecommends AI tools by use case.

Usage statistics from the live era are not officially published, but third party trackers and OpenAI community polls consistently identified the same names at the top of the leaderboard. The plugins below were the most installed and most discussed during the active period from May 2023 through March 2024.

RankPluginReason for popularity
1WolframSolved a real weakness of GPT-4: precise math and curated computation.
2ZapierConnected ChatGPT to thousands of business apps with no code.
3Link ReaderReliable URL reader that worked when the Browsing plugin was paused.
4Web PilotFree alternative to Browsing for general web access.
5Prompt PerfectOne click prompt rewriter that improved every other plugin.
6Show Me DiagramsTurned text into shareable Mermaid charts and flow diagrams.
7ScholarAIMade ChatGPT usable for serious literature reviews.
8ExpediaThe flagship travel demo from launch day.
9InstacartRecipe to cart, the most repeated demo on the launch livestream.
10KAYAKBudget travel planning with multi city support.
11OpenTableRestaurant booking with conversational filtering.
12SpeakLanguage tutor with cultural and idiom coverage.
13VoxScriptYouTube and SEC filings searcher.
14NoteableHosted notebooks for data heavy chats.
15ZillizProduction grade vector store for retrieval workflows.

Plugin developer ecosystem

The plugin platform launched a small but rapid developer ecosystem. Within weeks of the May 2023 public rollout, the Plugin Store carried more than 70 plugins, and within months that count crossed 1,000.[5] The relatively low barrier of writing an OpenAPI spec and hosting a manifest meant that solo developers and small teams could ship a plugin in days rather than the months a mobile app store launch would require. Reviews of the time compared the moment to the launch of the iPhone App Store, although the comparison would prove premature when OpenAI pivoted away from the model less than a year later.[10]

Key ecosystem patterns from the era included:

Despite the activity, OpenAI later observed that day to day usage of plugins clustered around a small set of utilities, mostly the first party tools and a handful of third party staples. Most ChatGPT Plus subscribers never installed a plugin, and even those who did rarely cycled through more than four or five favorites. This long tail problem was a major factor in the eventual transition to Custom GPTs, which presented one preconfigured tool per chat rather than a pile of toggles in a settings menu.

Why were ChatGPT plugins deprecated?

In announcing the April 9, 2024 shutdown, OpenAI gave several overlapping reasons for retiring the plugin platform:[6]

  • Discoverability. With more than a thousand plugins in the store, users had trouble finding the right tool for a given task. The three plugin per chat cap also limited combination usage.
  • Inconsistent reliability. Plugin authors hosted their own backends, so latency and uptime varied widely. A failed plugin call sometimes derailed an entire conversation.
  • Trust and safety. Each new plugin expanded the surface area for prompt injection, data exfiltration, and other model based attacks.
  • Better successors. Custom GPTs let a developer bundle instructions, knowledge files, and external Actions into a single shareable chatbot. The model could be tuned to use the action correctly without the user having to enable anything.
  • Native tool use. OpenAI added Browsing, Code Interpreter (as Advanced Data Analysis), and DALL-E 3 as built in tools available in every chat, removing the need to enable them as plugins.

What replaced ChatGPT plugins?

Custom GPTs were introduced at OpenAI DevDay on November 6, 2023 and rolled out to ChatGPT Plus and Enterprise customers in the weeks that followed.[8] The GPT Store opened publicly on January 10, 2024, by which point users had already created more than 3 million custom GPTs.[11] It used a similar catalog model to the old Plugin Store, but with each entry representing a fully configured assistant rather than a single API.[8]

GPT Actions replaced the third party plugin mechanism. They use the same OpenAPI specification format that plugins used, so most plugin developers could port their integration with minimal changes.[6] The differences were operational rather than architectural: an Action belongs to a specific GPT rather than to ChatGPT as a whole, the GPT author writes the prompt that decides when to call it, and the user does not have to enable it manually.

AspectChatGPT plugin (2023 to 2024)Custom GPT with Actions (2024 onward)
ScopeEnabled globally per chat, up to 3 at onceBound to one specific GPT
ActivationUser toggles each plugin in settingsAutomatic; the GPT author configures it
Schema formatOpenAPI via ai-plugin.json manifestOpenAPI Action schema
DistributionPlugin Store (closed April 2024)GPT Store (opened January 2024)
StatusDeprecatedActive

Many of the original launch partners shipped Custom GPTs that mirrored their old plugins, including Zapier, Expedia, KAYAK, Klarna, Wolfram, and OpenTable.[7] The Wolfram GPT, for instance, plays the same role as the Wolfram plugin and uses the identical computational backend.

For a deeper comparison of the two systems, see Custom GPT, GPT Actions, and the GPT Store.

See also

References

  1. OpenAI. "ChatGPT plugins." Announcement post, March 23, 2023. https://openai.com/index/chatgpt-plugins/
  2. Wikipedia contributors. "ChatGPT." Wikipedia, The Free Encyclopedia. https://en.wikipedia.org/wiki/ChatGPT
  3. Wiggers, Kyle. "OpenAI connects ChatGPT to the internet." TechCrunch, March 23, 2023. https://techcrunch.com/2023/03/23/openai-connects-chatgpt-to-the-internet/
  4. The Register. "OpenAI rolls out ChatGPT plugins for third parties." March 26, 2023. https://www.theregister.com/2023/03/26/openai_chatgpt_plugins/
  5. The Decoder. "OpenAI rolls out more than 70 ChatGPT plugins including Internet access." May 2023. https://the-decoder.com/openai-rolls-out-more-than-70-chatgpt-plugins-including-internet-access/
  6. OpenAI Help Center. "ChatGPT plugins deprecation notice." April 2024. https://help.openai.com/en/articles/8988022-winding-down-the-chatgpt-plugins-beta
  7. Zapier. "Sunsetting the Zapier ChatGPT plugin: what you need to know." Zapier Help Center. https://help.zapier.com/hc/en-us/articles/24785309335565-Sunsetting-the-Zapier-ChatGPT-plugin-what-you-need-to-know
  8. OpenAI. "Introducing GPTs." Blog post, November 6, 2023. https://openai.com/index/introducing-gpts/
  9. OpenAI. "chatgpt-retrieval-plugin." GitHub repository. https://github.com/openai/chatgpt-retrieval-plugin
  10. CustomGPT.ai. "ChatGPT Plugin Store: Is It Really 'The Next App Store?'" https://customgpt.ai/chatgpt-plugin-store-overview/
  11. OpenAI. "Introducing the GPT Store." Blog post, January 10, 2024. https://openai.com/index/introducing-the-gpt-store/

Improve this article

Add missing citations, update stale details, or suggest a clearer explanation. Every suggestion is reviewed for sourcing before it goes live.

6 revisions by 1 contributors · full history

Suggest edit