Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Products and applications of OpenAI

From Wikipedia, the free encyclopedia
(Redirected fromGPT-OSS)
Technology made by American organization

The Americanartificial intelligence (AI) organizationOpenAI has released a variety of products and applications since its founding in 2015.

Reinforcement learning

[edit]

At its beginning, OpenAI's research included many projects focused onreinforcement learning (RL).[1] OpenAI has been viewed as an important competitor toDeepMind.[2]

Gym

[edit]

Announced in 2016, Gym was an open-sourcePython library designed to facilitate the development of reinforcement learning algorithms. It aimed to standardize how environments are defined in AI research, making published research more easily reproducible[3][4] while providing users with a simple interface for interacting with these environments. In 2022, new developments of Gym have been moved to the library Gymnasium.[5][6]

Gym Retro

[edit]

Released in 2018, Gym Retro is a platform for reinforcement learning (RL) research on video games[7] using RL algorithms and study generalization. Prior RL research focused mainly on optimizing agents to solve single tasks. Gym Retro gives the ability to generalize between games with similar concepts but different appearances.

RoboSumo

[edit]

Released in 2017, RoboSumo is avirtual world where humanoidmetalearning robot agents initially lack knowledge of how to even walk, but are given the goals of learning to move and to push the opposing agent out of the ring.[8] Through this adversarial learning process, the agents learn how to adapt to changing conditions. When an agent is then removed from this virtual environment and placed in a new virtual environment with high winds, the agent braces to remain upright, suggesting it had learned how to balance in a generalized way.[8][9] OpenAI's Igor Mordatch argued that competition between agents could create an intelligence "arms race" that could increase an agent's ability to function even outside the context of the competition.[8]

OpenAI Five

[edit]
Main article:OpenAI Five

OpenAI Five is a team of five OpenAI-curatedbots used in the competitive five-on-five video gameDota 2, that learn to play against human players at a high skill level entirely through trial-and-error algorithms. Before becoming a team of five, the first public demonstration occurred atThe International 2017, the annual premiere championship tournament for the game, whereDendi, a professional Ukrainian player, lost against a bot in a live one-on-one matchup.[10][11] After the match, CTO Greg Brockman explained that the bot had learned by playing against itself for two weeks ofreal time, and that the learning software was a step in the direction of creating software that can handle complex tasks like a surgeon.[12][13] The system uses a form ofreinforcement learning, as the bots learn over time by playing against themselves hundreds of times a day for months, and are rewarded for actions such as killing an enemy and taking map objectives.[14][15][16]

By June 2018, the ability of the bots expanded to play together as a full team of five, and they were able to defeat teams of amateur and semi-professional players.[17][14][18][19] AtThe International 2018, OpenAI Five played in two exhibition matches against professional players, but ended up losing both games.[20][21][22] In April 2019, OpenAI Five defeatedOG, the reigning world champions of the game at the time, 2:0 in a live exhibition match in San Francisco.[23][24] The bots' final public appearance came later that month, where they played in 42,729 total games in a four-day open online competition, winning 99.4% of those games.[25]

OpenAI Five's mechanisms in Dota 2's bot player show the challenges of AI systems in multiplayer online battle arena (MOBA) games and how OpenAI Five has demonstrated the use of deep reinforcement learning (DRL) agents to achieve superhuman competence in Dota 2 matches.[26]

Dactyl

[edit]

Developed in 2018, Dactyl uses machine learning to train aShadow Hand, a human-like robot hand, to manipulate physical objects.[27] It learns entirely in simulation using the same RL algorithms and training code asOpenAI Five. OpenAI tackled the object orientation problem by usingdomain randomization, a simulation approach which exposes the learner to a variety of experiences rather than trying to fit to reality. The setup for Dactyl, aside from having motion tracking cameras, also hasRGB cameras to allow the robot to manipulate an arbitrary object by seeing it. In 2018, OpenAI showed that the system was able to manipulate a cube and an octagonal prism.[28]

In 2019, OpenAI demonstrated that Dactyl could solve aRubik's Cube. The robot was able to solve the puzzle 60% of the time. Objects like the Rubik's Cube introduce complex physics that is harder to model. OpenAI did this by improving the robustness of Dactyl to perturbations by using Automatic Domain Randomization (ADR), a simulation approach of generating progressively more difficult environments. ADR differs from manual domain randomization by not needing a human to specify randomization ranges.[29]

API

[edit]

In June 2020, OpenAI announced a multi-purposeAPI which it said was "for accessing new AI models developed by OpenAI" to let developers call on it for "any English language AI task".[30][31]

AgentKit

[edit]

On October 6, 2025, Sam Altman announced OpenAI's new AgentKit at the 2025 Dev Day opening keynote. AgentKit is a new integrated suite of tools for building, deploying and optimizing AI agents.

According to OpenAI, AgentKit builds upon its Responses API released in March, offering a more streamlined approach to agent creation. Several early adopters report significant time savings and efficiency gains when using the new agentic tools.[32]

CapabilityDescription
Agent BuilderA visual canvas for creating and versioning multi-agent workflows
ChatKitA toolkit for embedding customizable chat-based agent experiences in your product
Connector RegistryCentral admin panel for managing data sources across OpenAI products
Enhanced EvalsNew Evals capabilities, including datasets, trace grading, automated prompt optimization and third-party model support
GuardrailsCustom guardrail configurations
Reinforcement Fine-TuningAbility to customize OpenAI's reasoning models, including custom tool calls and custom graders

Text generation

[edit]

The company has popularizedgenerative pretrained transformers (GPT).[33]

OpenAI'sGPT-n series
ModelArchitectureParameter countTraining dataRelease dateTraining cost
GPT-112-level, 12-headed Transformer decoder (no encoder), followed by linear-softmax117 millionBookCorpus:[34] 4.5 GB of text, from 7,000 unpublished books of various genres.June 11, 2018[35]30 days on 8P600 graphics cards, or 1 petaFLOPS-day[35]
GPT-2GPT-1, but with modified normalization1.5 billionWebText: 40 GB of text, 8 million documents, from 45 million webpagesupvoted onReddit.February 14, 2019 (initial/limited version) andNovember 5, 2019 (full version)[36]"tens of petaFLOPS-days",[37] or 1.5 × 1021 FLOPS[38]
GPT-3GPT-2, but with modifications to allow larger scaling175 billion[39]499 billion tokens consisting ofCommonCrawl (570 GB), WebText, English Wikipedia, and two books corpora (Books1 and Books2)May 28, 2020[37]3640 petaFLOPS-days (Table D.1[37]), or 3.1 × 1023 FLOPS[38]
GPT-3.5Undisclosed175 billion[citation needed]UndisclosedMarch 15, 2022Undisclosed
GPT-4Also trained with both text prediction andRLHF; acceptsboth text and images as input. Further details are not public.[40]Undisclosed. Estimated 1.7 trillion.[41]UndisclosedMarch 14, 2023Undisclosed. Estimated 2.1 × 1025 FLOPS.[38]
GPT-4o???May 13, 2024?
GPT-4.5???February 27, 2025?
GPT-4.1???April 14, 2025?
GPT-5???August 7, 2025?

OpenAI's original GPT model ("GPT-1")

[edit]
Further information:Generative pre-trained transformer § History
The original GPT model

The original paper on generative pre-training of atransformer-based language model was written byAlec Radford and his colleagues, and published as a preprint on OpenAI's website on June 11, 2018.[42] It showed how agenerative model of language could acquire world knowledge and process long-range dependencies by pre-training on a diverse corpus with long stretches of contiguous text.

GPT-2

[edit]
Main article:GPT-2
An instance of GPT-2 writing a paragraph based on a prompt from its own Wikipedia article in February 2021

Generative Pre-trained Transformer 2 ("GPT-2") is anunsupervisedtransformerlanguage model and the successor to OpenAI's original GPT model ("GPT-1"). GPT-2 was announced in February 2019, with only limited demonstrative versions initially released to the public. The full version of GPT-2 was not immediately released due to concerns about potential misuse, including applications for writingfake news.[43] Some experts expressed skepticism that GPT-2 posed a significant threat.

In response to GPT-2, the Allen Institute for Artificial Intelligence responded with a tool to detect "neural fake news".[44] Other researchers, such as Jeremy Howard, warned of "the technology to totally fill Twitter, email, and the web up with reasonable-sounding, context-appropriate prose, which would drown out all other speech and be impossible to filter".[45] In November 2019, OpenAI released the complete version of the GPT-2 language model.[46] Several websites host interactive demonstrations of different instances of GPT-2 and other transformer models.[47][48][49]

GPT-2's authors argue that unsupervised language models are general-purpose learners, illustrated by GPT-2 achieving state-of-the-art accuracy andperplexity on 7 of 8zero-shot tasks (i.e., the model was not further trained on any task-specific input-output examples).

The corpus it was trained on, called WebText, contains slightly 40 gigabytes of text fromURLs shared inReddit submissions with at least 3upvotes. It avoids certain issues encoding vocabulary with word tokens by usingbyte pair encoding. This permits representing any string of characters by encoding both individual characters and multiple-character tokens.[50]

GPT-3

[edit]
Main article:GPT-3

First described in May 2020, Generative Pre-trained[a] Transformer 3 (GPT-3) is an unsupervised transformer language model and the successor toGPT-2.[51][52][53] OpenAI stated that the full version of GPT-3 contained 175 billionparameters,[53] twoorders of magnitude larger than the 1.5 billion[54] in the full version of GPT-2 (although GPT-3 models with as few as 125 million parameters were also trained).[55]

OpenAI stated that GPT-3 succeeded at certain "meta-learning" tasks and could generalize the purpose of a single input-output pair. The GPT-3 release paper gave examples of translation and cross-linguistictransfer learning between English and Romanian, and between English and German.[53]

GPT-3 dramatically improved benchmark results over GPT-2. OpenAI cautioned that such scaling-up of language models could be approaching or encountering the fundamental capability limitations of predictive language models.[56] Pre-training GPT-3 required several thousand petaflop/s-days[b] of compute, compared to tens of petaflop/s-days for the full GPT-2 model.[53] Like its predecessor,[43] the GPT-3 trained model was not immediately released to the public for concerns of possible abuse, although OpenAI planned to allow access through a paid cloudAPI after a two-month free private beta that began in June 2020.[30][58]

On September 23, 2020, GPT-3 was licensed exclusively to Microsoft.[59][60]

Codex

[edit]
Main article:OpenAI Codex

Announced in mid-2021, Codex is a descendant of GPT-3 that has additionally been trained on code from 54 million GitHub repositories,[61][62] and is the AI powering the codeautocompletion toolGitHub Copilot.[62] In August 2021, an API was released in private beta.[63] According to OpenAI, the model can create working code in over a dozen programming languages, most effectively in Python.[61]

Several issues with glitches, design flaws and security vulnerabilities were cited.[64][65]

OpenAI announced that they would discontinue support for the Codex API on March 23, 2023.[66]

GPT-4

[edit]
Main article:GPT-4

On March 14, 2023, OpenAI announced the release of Generative Pre-trained Transformer 4 (GPT-4), capable of accepting text or image inputs.[67] They announced that the updated technology passed a simulated law school bar exam with a score around the top 10% of test takers. (By contrast, GPT-3.5 scored around the bottom 10%.) They said that GPT-4 could also read, analyze or generate up to 25,000 words of text, and write code in all major programming languages.[68]

Observers reported that the iteration of ChatGPT using GPT-4 was an improvement on the previous GPT-3.5-based iteration, with the caveat that GPT-4 retained some of the problems with earlier revisions.[69] GPT-4 is also capable of taking images as input on ChatGPT.[70] OpenAI has declined to reveal various technical details and statistics about GPT-4, such as the precise size of the model.[71]

GPT-4o

[edit]

On May 13, 2024, OpenAI announced and releasedGPT-4o, which can process and generate text, images and audio.[72] GPT-4o achieved state-of-the-art results in voice, multilingual, and vision benchmarks, setting new records in audio speech recognition and translation.[73][74] It scored 88.7% on the Massive Multitask Language Understanding (MMLU) benchmark compared to 86.5% by GPT-4.[75]

On July 18, 2024, OpenAI released GPT-4o mini, a smaller version of GPT-4o replacing GPT-3.5 Turbo on the ChatGPT interface. ItsAPI costs $0.15 per million input tokens and $0.60 per million output tokens, compared to $5 and $15, respectively, for GPT-4o. OpenAI expects it to be particularly useful for enterprises, startups and developers seeking to automate services with AI agents.[76]

In March 2025, OpenAI released GPT-4o's native image generation feature, as an alternative to DALL-E 3.[77]

GPT-4.5

[edit]

On February 27, 2025, OpenAI releasedGPT-4.5, codenamed Orion. Sam Altman claimed that GPT-4.5 would present inaccurate information less frequently than previous models, and described it as a "giant, expensive model".[78]

GPT-4.1

[edit]

On April 14, 2025, OpenAI released theGPT-4.1 model. They also released two “smaller, faster, and cheaper” models including GPT-4.1 mini and GPT-4.1 nano.[79][80][81]

GPT-5

[edit]
Main article:GPT-5

GPT-5 isOpenAI’s flagship model released on August 7, 2025. It replaced earlier models likeGPT-4o,GPT-4.5, ando3.

GPT-5 uses a dynamic router that chooses between quick responses and deeper “thinking” when needed. It can perform at PhD-level across domains like math, coding, health, and multimodal tasks. It also achieved a 74.9% on SWE-bench Verified and 88% on Aider polyglot.[82]

Reporters described the GPT-5 launch as a major milestone moving toward AGI, praising its intelligence, accessibility, and affordability.[83][84] But some early feedback called it “evolutionary rather than revolutionary”, noting mixed results in creative writing and pointing to competition from models likeGrok 4 Heavy.[85]

o1

[edit]
Main article:OpenAI o1

On September 12, 2024, OpenAI released the o1-preview and o1-mini models, which have been designed to take more time to think about their responses, leading to higher accuracy. These models are particularly effective in science, coding, and reasoning tasks, and were made available to ChatGPT Plus and Team members.[86][87] In December 2024, o1-preview was replaced by o1.[88] In March 2025, the o1-Pro model was made available through OpenAI's developer API, which was previously available to ChatGPT Pro users since December 2024. The pricing is $150 per million input tokens and $600 per million output tokens.[89]

o3

[edit]
Main article:OpenAI o3

On December 20, 2024, OpenAI unveiled o3, the successor of the o1 reasoning model. OpenAI also unveiled o3-mini, a lighter and faster version of OpenAI o3. As of December 21, 2024, this model is not available for public use. According to OpenAI, they are testing o3 and o3-mini.[90][91] Until January 10, 2025, safety and security researchers had the opportunity to apply for early access to these models.[92] The model is called o3 rather than o2 to avoid confusion with telecommunications services providerO2.[93] In April 2025, OpenAI released o3 to all the paid users. o3 has enhance reasoning and problem-solving capabilities than o1.[94]

Deep research

[edit]
Main article:ChatGPT Deep Research

Deep research is anAI agent developed by OpenAI, unveiled on February 2, 2025. It leverages the capabilities of OpenAI's o3 model to perform extensive web browsing, data analysis, and synthesis, delivering comprehensive reports within a timeframe of 5 to 30 minutes.[95] With browsing andPython tools enabled, it reached an accuracy of 26.6 percent onHLE (Humanity's Last Exam) benchmark.[96] In April 2025, OpenAI started rolling out a lightweight version of Deep Research to all its ChatGPT free users.[97][98]

GPT-OSS

[edit]

GPT-OSS (stylized as gpt-oss) is a set of open-weight reasoning models released by OpenAI on August 5, 2025.[99][100]Currently, they come in two variants—a larger 117-billion-parameter model called gpt-oss-120b and a smaller 21-billion-parameter model called gpt-oss-20b.[101]Both models are released under anApache 2.0 licence, allowing commercial and non-commercial use. In terms of performance, they are comparable too4-mini ando3-mini respectively, according to OpenAI.[101]

Image classification

[edit]

CLIP

[edit]
Main article:Contrastive Language-Image Pre-training

Revealed in 2021, CLIP (Contrastive Language–Image Pre-training) is a model that is trained to analyze the semantic similarity between text and images. It can notably be used for image classification.[102]

Text-to-image

[edit]
Main article:DALL-E

DALL-E

[edit]
Images produced in 2021 by DALL-E when given the text prompt "a professional high-quality illustration of a giraffe dragon chimera. a giraffe imitating a dragon. a giraffe made of dragon."

Revealed in 2021, DALL-E is a Transformer model that creates images from textual descriptions.[103] DALL-E uses a 12-billion-parameter version of GPT-3 to interpret natural language inputs (such as "a green leather purse shaped like a pentagon" or "an isometric view of a sad capybara") and generate corresponding images. It can create images of realistic objects ("a stained-glass window with an image of a blue strawberry") as well as objects that do not exist in reality ("a cube with the texture of a porcupine"). As of March 2021, no API or code is available.

DALL-E 2

[edit]

In April 2022, OpenAI announced DALL-E 2, an updated version of the model with more realistic results.[104] In December 2022, OpenAI published on GitHub software for Point-E, a new rudimentary system for converting a text description into a 3-dimensional model.[105]

DALL-E 3

[edit]

In September 2023, OpenAI announced DALL-E 3, a more powerful model better able to generate images from complex descriptions without manual prompt engineering and render complex details like hands and text.[106] It was released to the public as a ChatGPT Plus feature in October.[107]

Text-to-video

[edit]

Sora

[edit]
Main article:Sora (text-to-video model)

Sora is atext-to-video model that can generate videos based on short descriptive prompts[108] as well as extend existing videos forwards or backwards in time.[109] It can generate videos with resolution up to 1920x1080 or 1080x1920. The maximal length of generated videos is unknown.

Sora's development team named it after theJapanese word for "sky", to signify its "limitless creative potential".[108] Sora's technology is an adaptation of the technology behind theDALL·E 3text-to-image model.[110] OpenAI trained the system using publicly-available videos as well as copyrighted videos licensed for that purpose, but did not reveal the number or the exact sources of the videos.[108]

OpenAI demonstrated some Sora-createdhigh-definition videos to the public on February 15, 2024, stating that it could generate videos up to one minute long. It also shared a technical report highlighting the methods used to train the model, and the model's capabilities.[110] It acknowledged some of its shortcomings, including struggles simulating complex physics.[111] Will Douglas Heaven of theMIT Technology Review called the demonstration videos "impressive", but noted that they must have been cherry-picked and might not represent Sora's typical output.[110]

Despite skepticism from some academic leaders following Sora's public demo, notable entertainment-industry figures have shown significant interest in the technology's potential. In an interview, actor/filmmakerTyler Perry expressed his astonishment at the technology's ability to generate realistic video from text descriptions, citing its potential to revolutionize storytelling and content creation. He said that his excitement about Sora's possibilities was so strong that he had decided to pause plans for expanding hisAtlanta-based movie studio.[112]

Sora 2 was unveiled on September 30, 2025, with aniOS app at the same time.[113]

Speech-to-text

[edit]

Whisper

[edit]

Main article:Whisper (speech recognition system)

Released in 2022, Whisper is a general-purpose speech recognition model.[114] It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.[115]

Music generation

[edit]

MuseNet

[edit]

Released in 2019, MuseNet is a deep neural net trained to predict subsequent musical notes inMIDI music files. It can generate songs with 10 instruments in 15 styles. According toThe Verge, a song generated by MuseNet tends to start reasonably but then fall into chaos the longer it plays.[116][117] In pop culture, initial applications of this tool were used as early as 2020 for the internet psychological thrillerBen Drowned to create music for the titular character.[118][119]

Jukebox

[edit]

Released in 2020, Jukebox is an open-sourced algorithm togenerate music with vocals. After training on 1.2 million samples, the system accepts a genre, an artist, and a snippet of lyrics and outputs song samples. OpenAI stated the songs "show local musical coherence [and] follow traditional chord patterns" but acknowledged that the songs lack "familiar larger musical structures such as choruses that repeat" and that "there is a significant gap" between Jukebox and human-generated music.The Verge stated "It's technologically impressive, even if the results sound like mushy versions of songs that might feel familiar", whileBusiness Insider stated "surprisingly, some of the resulting songs are catchy and sound legitimate".[120][121][122]

User interfaces

[edit]

Debate Game

[edit]

In 2018, OpenAI launched the Debate Game, which teaches machines to debatetoy problems in front of a human judge. The purpose is to research whether such an approach may assist in auditing AI decisions and in developingexplainable AI.[123][124]

Microscope

[edit]

Released in 2020, Microscope[125] is a collection of visualizations of every significant layer and neuron of eight neural network models which are often studied in interpretability.[126] Microscope was created to analyze the features that form inside these neural networks easily. The models included areAlexNet,VGG-19, different versions ofInception, and different versions ofCLIPResnet.[127]

ChatGPT

[edit]
Main article:ChatGPT
OpenAI's "Blossom" is used as a symbol for ChatGPT and the company.

Launched in November 2022, ChatGPT is agenerative AIchatbot that uses OpenAI's GPT models to generate content. Users can interact with it through text or voice conversations. It can generate images usingGPT-4o, which replacedDALL-E 3.[128] ChatGPT gained 100 million users during the two months following its launch.[129]

OpenAI launched multiple subscription plans: Plus, Pro, Team, and Enterprise. Users on ChatGPT's free tier can accessGPT-4o, but at a reduced limit. The ChatGPT subscriptions "Plus", "Pro", "Team", and "Enterprise" provide increased usage limits and access to additional features or models.[130]

In May 2023, OpenAI launched a user interface for ChatGPT for theApp Store on iOS and later in July 2023 for thePlay Store on Android.[131] In December 2024, OpenAI launched a new feature allowing users to call ChatGPT for up to 15 minutes per month for free.[132][133]

SearchGPT

[edit]
Main article:SearchGPT

SearchGPT, a prototypesearch engine developed by OpenAI, was unveiled on July 25, 2024, with an initial limited release to 10,000 test users. It combines traditional search engine features with generative AI capabilities.[134][135]

ChatGPT Atlas

[edit]
Main article:ChatGPT Atlas

In October 2025, OpenAI released aweb browser called ChatGPT Atlas.[136][137]

Stargate and other supercomputers

[edit]

Unveiled in 2024, Stargate was initially a $100 billion project between OpenAI andMicrosoft to build data-centers.[138] The name "Stargate" is ahomage to the 1994 sci-fi filmStargate.[139] It eventually became a company,Stargate LLC, which was founded in January 2025 as a partnership between OpenAI,Oracle,SoftBank andMGX.[140][138]

Hardware development

[edit]

On May 21, 2025, OpenAI announced the acquisition of io, an AI hardware startup founded by former Apple designerJony Ive.[141] The deal, valued at approximately $6.5 billion, marks OpenAI's strategic entry into the consumer hardware market.[142] Ive, known for designing theiPhone,iPad andiMac, will lead hardware and design efforts for OpenAI.[143]

OpenAI CEO Sam Altman and Ive have expressed a shared vision for developing AI-native devices that go beyond conventional screens and interfaces. Though specific product details have not been released, the Washington Post reports that Ive and Altman have already been working on a new product. "The first one I’ve been working on has just completely captured my imagination,” said Jony Ive. Altman added, “I think it is the coolest piece of technology that the world will have ever seen.”[144][141]

The company has also started to work in the robotics space with the goal of creating general purpose robots.[145]

Selected bibliography

[edit]

This section lists the main official publications from OpenAI on its GPT models.

  • GPT-1: report, GitHub release.[146]
  • GPT-2: blog announcement,[147] report on its decision of "staged release",[148] GitHub release.[149]
  • GPT-3: report.[150] No GitHub or any other form of code release thenceforth.
  • WebGPT: blog announcement,[151] report.[152]
  • InstructGPT: blog announcement,[153] report.[154]
  • ChatGPT: blog announcement[155] (no report).
  • GPT-4: blog announcement,[156] reports,[157][158] model card.[159]
  • GPT-4o: blog announcement.[160]
  • GPT-4.5: blog announcement.[161]
  • GPT-4.1: blog announcement.[162]
  • GPT-OSS: blog announcement,[99] model card.[101]
  • GPT-5: blog announcement.[163]

See also

[edit]

Notes

[edit]
  1. ^The term "pre-training" refers to general language training as distinct from fine-tuning for specific tasks.
  2. ^One petaflop/s-day is approximately equal to 1020 neural net operations.[57]

References

[edit]
  1. ^Wiggers, Kyle (July 16, 2021)."OpenAI disbands its robotics research team".VentureBeat.Archived from the original on February 12, 2023. RetrievedFebruary 12, 2023.
  2. ^Lee, Dave (October 15, 2019)."Robot solves Rubik's cube, but not grand challenge".BBC News.Archived from the original on April 3, 2020. RetrievedFebruary 29, 2020.
  3. ^Dave Gershgorn (April 27, 2016)."Elon Musk's Artificial Intelligence Group Opens A 'Gym' To Train A.I."Popular Science.Archived from the original on April 30, 2016. RetrievedApril 29, 2016.
  4. ^Greg Brockman; John Schulman (April 27, 2016)."OpenAI Gym Beta".OpenAI Blog. OpenAI.Archived from the original on February 26, 2019. RetrievedApril 29, 2016.
  5. ^"openai/gym".GitHub.Archived from the original on August 23, 2024. RetrievedAugust 29, 2024.The team that has been maintaining Gym since 2021 has moved all future development to Gymnasium, a drop in replacement for Gym (import gymnasium as gym), and Gym will not be receiving any future updates.
  6. ^"Announcing The Farama Foundation - The future of open source reinforcement learning".The Farama Foundation. October 25, 2022.Archived from the original on August 29, 2024. RetrievedAugust 29, 2024.
  7. ^"Gym Retro".OpenAI. May 25, 2018.Archived from the original on February 12, 2023. RetrievedFebruary 12, 2023.
  8. ^abc"AI Sumo Wrestlers Could Make Future Robots More Nimble".Wired. October 11, 2017.Archived from the original on November 7, 2017. RetrievedNovember 2, 2017.
  9. ^"OpenAI's Goofy Sumo-Wrestling Bots Are Smarter Than They Look".MIT Technology Review.Archived from the original on November 9, 2018. RetrievedNovember 2, 2017.
  10. ^Savov, Vlad (August 14, 2017)."My favorite game has been invaded by killer AI bots and Elon Musk hype".The Verge.Archived from the original on June 26, 2018. RetrievedJune 25, 2018.
  11. ^Frank, Blair Hanley."OpenAI's bot beats top Dota 2 player so badly that he quits".Venture Beat. Archived fromthe original on August 12, 2017. RetrievedAugust 12, 2017.
  12. ^"Dota 2".blog.openai.com. August 11, 2017.Archived from the original on August 11, 2017. RetrievedAugust 12, 2017.
  13. ^"More on Dota 2".blog.openai.com. August 16, 2017.Archived from the original on February 23, 2019. RetrievedAugust 16, 2017.
  14. ^abSimonite, Tom."Can Bots Outwit Humans in One of the Biggest Esports Games?".Wired.Archived from the original on June 25, 2018. RetrievedJune 25, 2018.
  15. ^Kahn, Jeremy (June 25, 2018)."A Bot Backed by Elon Musk Has Made an AI Breakthrough in Video Game World".Bloomberg.com. Bloomberg L.P.Archived from the original on June 27, 2018. RetrievedJune 27, 2018.
  16. ^Clifford, Catherine (June 28, 2018)."Bill Gates says gamer bots from Elon Musk-backed nonprofit are 'huge milestone' in A.I." CNBC.Archived from the original on June 28, 2018. RetrievedJune 29, 2018.
  17. ^"OpenAI Five Benchmark".blog.openai.com. July 18, 2018.Archived from the original on February 13, 2019. RetrievedAugust 25, 2018.
  18. ^Vincent, James (June 25, 2018)."AI bots trained for 180 years a day to beat humans at Dota 2".The Verge.Archived from the original on June 25, 2018. RetrievedJune 25, 2018.
  19. ^Savov, Vlad (August 6, 2018)."The OpenAI Dota 2 bots just defeated a team of former pros".The Verge.Archived from the original on August 7, 2018. RetrievedAugust 7, 2018.
  20. ^Simonite, Tom."Pro Gamers Fend off Elon Musk-Backed AI Bots—for Now".Wired.Archived from the original on August 24, 2018. RetrievedAugust 25, 2018.
  21. ^Quach, Katyanna."Game over, machines: Humans defeat OpenAI bots once again at video games Olympics".The Register.Archived from the original on August 25, 2018. RetrievedAugust 25, 2018.
  22. ^"The International 2018: Results".blog.openai.com. August 24, 2018.Archived from the original on August 24, 2018. RetrievedAugust 25, 2018.
  23. ^Statt, Nick (April 13, 2019)."OpenAI's Dota 2 AI steamrolls world champion e-sports team with back-to-back victories".The Verge.Archived from the original on April 15, 2019. RetrievedJuly 20, 2019.
  24. ^"How to Train Your OpenAI Five".OpenAI Blog. April 15, 2019.Archived from the original on June 30, 2019. RetrievedJuly 20, 2019.
  25. ^Wiggers, Kyle (April 22, 2019)."OpenAI's Dota 2 bot defeated 99.4% of players in public matches".Venture Beat.Archived from the original on July 11, 2019. RetrievedApril 22, 2019.
  26. ^Fangasadha, Edbert Felix; Soeroredjo, Steffi; Anderies; Gunawan, Alexander Agung Santoso (September 17, 2022). "Literature Review of OpenAI Five's Mechanisms in Dota 2's Bot Player".2022 International Seminar on Application for Technology of Information and Communication (ISemantic). IEEE. pp. 183–190.doi:10.1109/iSemantic55962.2022.9920480.ISBN 978-1-6654-8837-2.S2CID 253047170.
  27. ^Vincent, James (July 30, 2018)."OpenAI sets new benchmark for robot dexterity".The Verge.Archived from the original on February 12, 2023. RetrievedFebruary 12, 2023.
  28. ^OpenAI; Andrychowicz, Marcin; Baker, Bowen; Chociej, Maciej; Józefowicz, Rafał; McGrew, Bob; Pachocki, Jakub; Petron, Arthur; Plappert, Matthias; Powell, Glenn; Ray, Alex; Schneider, Jonas; Sidor, Szymon; Tobin, Josh; Welinder, Peter; Weng, Lilian; Zaremba, Wojciech (2019). "Learning Dexterous In-Hand Manipulation".arXiv:1808.00177v5 [cs.LG].
  29. ^OpenAI; Akkaya, Ilge; Andrychowicz, Marcin; Chociej, Maciek; Litwin, Mateusz; McGrew, Bob; Petron, Arthur; Paino, Alex; Plappert, Matthias; Powell, Glenn; Ribas, Raphael (2019). "Solving Rubik's Cube with a Robot Hand".arXiv:1910.07113v1 [cs.LG].
  30. ^ab"OpenAI API".OpenAI. June 11, 2020.Archived from the original on June 11, 2020. RetrievedJune 14, 2020.Why did OpenAI choose to release an API instead of open-sourcing the models?
    There are three main reasons we did this. First, commercializing the technology helps us pay for our ongoing AI research, safety, and policy efforts. Second, many of the models underlying the API are very large, taking a lot of expertise to develop and deploy and making them very expensive to run. This makes it hard for anyone except larger companies to benefit from the underlying technology. We're hopeful that the API will make powerful AI systems more accessible to smaller businesses and organizations. Third, the API model allows us to more easily respond to misuse of the technology. Since it is hard to predict the downstream use cases of our models, it feels inherently safer to release them via an API and broaden access over time, rather than release anopen source model where access cannot be adjusted if it turns out to have harmful applications.
  31. ^Coldewey, Devin (June 11, 2020)."OpenAI makes an all-purpose API for its text-based AI capabilities".TechCrunch.Archived from the original on June 12, 2020. RetrievedJune 11, 2020.If you've ever wanted to try out OpenAI's vaunted machine learning toolset, it just got a lot easier. The company has released an API that lets developers call its AI tools in on "virtually any English language task."
  32. ^Hawley, Michelle."OpenAI Launches AgentKit to Streamline AI Agent Development".VKTR.com. Retrieved2025-10-06.
  33. ^"GPT-1 to GPT-4: Each of OpenAI's GPT Models Explained and Compared". April 11, 2023.Archived from the original on April 15, 2023. RetrievedApril 29, 2023.
  34. ^Zhu, Yukun; Kiros, Ryan; Zemel, Rich; Salakhutdinov, Ruslan; Urtasun, Raquel; Torralba, Antonio; Fidler, Sanja (2015).Aligning Books and Movies: Towards Story-Like Visual Explanations by Watching Movies and Reading Books. IEEE International Conference on Computer Vision (ICCV) 2015. pp. 19–27.arXiv:1506.06724.Archived from the original on February 5, 2023. RetrievedFebruary 7, 2023.
  35. ^ab"Improving language understanding with unsupervised learning".openai.com. June 11, 2018.Archived from the original on March 18, 2023. RetrievedMarch 18, 2023.
  36. ^Vincent, James (November 7, 2019)."OpenAI has published the text-generating AI it said was too dangerous to share".The Verge.Archived from the original on June 11, 2020. RetrievedApril 28, 2023.
  37. ^abcBrown, Tom B.; Mann, Benjamin; Ryder, Nick; Subbiah, Melanie; Kaplan, Jared; Dhariwal, Prafulla; Neelakantan, Arvind; Shyam, Pranav; Sastry, Girish; Askell, Amanda; Agarwal, Sandhini; Herbert-Voss, Ariel; Krueger, Gretchen; Henighan, Tom; Child, Rewon; Ramesh, Aditya; Ziegler, Daniel M.; Wu, Jeffrey; Winter, Clemens; Hesse, Christopher; Chen, Mark; Sigler, Eric; Litwin, Mateusz; Gray, Scott; Chess, Benjamin; Clark, Jack; Berner, Christopher; McCandlish, Sam; Radford, Alec; Sutskever, Ilya; Amodei, Dario (May 28, 2020). "Language Models are Few-Shot Learners".NeurIPS.arXiv:2005.14165v4.
  38. ^abc"ML input trends visualization".Epoch.Archived from the original on July 16, 2023. RetrievedMay 2, 2023.
  39. ^Ver Meer, Dave (June 1, 2023)."ChatGPT Statistics".NamePepper.Archived from the original on June 5, 2023. RetrievedJune 9, 2023.
  40. ^OpenAI (2023)."GPT-4 Technical Report"(PDF).Archived(PDF) from the original on March 14, 2023. RetrievedMarch 16, 2023.
  41. ^"GPT-4 has more than a trillion parameters – Report". March 25, 2023.Archived from the original on March 4, 2024. RetrievedOctober 23, 2023.
  42. ^"Improving Language Understanding by Generative Pre-Training"(PDF).Archived(PDF) from the original on January 26, 2021. RetrievedJune 9, 2020.
  43. ^abHern, Alex (February 14, 2019)."New AI fake text generator may be too dangerous to release, say creators".The Guardian.Archived from the original on February 14, 2019. RetrievedFebruary 14, 2019.
  44. ^Schwartz, Oscar (July 4, 2019)."Could 'fake text' be the next global political threat?".The Guardian.Archived from the original on July 16, 2019. RetrievedJuly 16, 2019.
  45. ^Vincent, James (February 14, 2019)."OpenAI's new multitalented AI writes, translates, and slanders".The Verge.Archived from the original on December 18, 2020. RetrievedJuly 16, 2019.
  46. ^"GPT-2: 1.5B Release".OpenAI. November 5, 2019.Archived from the original on November 14, 2019. RetrievedNovember 14, 2019.
  47. ^"Write With Transformer".Archived from the original on December 4, 2019. RetrievedDecember 4, 2019.
  48. ^"Talk to Transformer".Archived from the original on December 4, 2019. RetrievedDecember 4, 2019.
  49. ^"CreativeEngines".Archived from the original on February 3, 2023. RetrievedJune 25, 2021.
  50. ^Language Models are Unsupervised Multitask Learners(PDF),archived(PDF) from the original on December 12, 2019, retrievedDecember 4, 2019
  51. ^"openai/gpt-3". OpenAI. May 29, 2020.Archived from the original on November 14, 2020. RetrievedMay 29, 2020.
  52. ^Sagar, Ram (June 3, 2020)."OpenAI Releases GPT-3, The Largest Model So Far".Analytics India Magazine.Archived from the original on August 4, 2020. RetrievedJune 14, 2020.
  53. ^abcdBrown, Tom; Mann, Benjamin; Ryder, Nick; Subbiah, Melanie; Kaplan, Jared; Dhariwal, Prafulla; Neelakantan, Arvind; Shyam, Pranav; Sastry, Girish; Askell, Amanda; Agarwal, Sandhini (June 1, 2020). "Language Models are Few-Shot Learners". p. appendix.arXiv:2005.14165 [cs.CL].
  54. ^Language Models are Unsupervised Multitask Learners(PDF),archived(PDF) from the original on December 12, 2019, retrievedDecember 4, 2019,GPT-2, is a 1.5B parameter Transformer
  55. ^Brown, Tom; Mann, Benjamin; Ryder, Nick; Subbiah, Melanie; Kaplan, Jared; Dhariwal, Prafulla; Neelakantan, Arvind; Shyam, Pranav; Sastry, Girish; Askell, Amanda; Agarwal, Sandhini (June 1, 2020). "Language Models are Few-Shot Learners".arXiv:2005.14165 [cs.CL].Since we increase the capacity by over two orders of magnitude from GPT-2 to GPT-3
  56. ^Ray, Tiernan (2020)."OpenAI's gigantic GPT-3 hints at the limits of language models for AI". ZDNet.Archived from the original on June 1, 2020. RetrievedJune 5, 2020.
  57. ^Amodei, Dario; Hernandez, Danny (May 16, 2018)."AI and Compute".Archived from the original on June 17, 2020. RetrievedAugust 30, 2020.A petaflop/s-day (pfs-day) consists of performing 1015 neural net operations per second for one day, or a total of about 1020 operations. The compute-time product serves as a mental convenience, similar to kW-hr for energy.
  58. ^Eadicicco, Lisa."The artificial intelligence company that Elon Musk helped found is now selling the text-generation software it previously said was too dangerous to launch".Business Insider.Archived from the original on November 14, 2020. RetrievedJuly 6, 2020.
  59. ^"OpenAI is giving Microsoft exclusive access to its GPT-3 language model".MIT Technology Review.Archived from the original on February 5, 2021. RetrievedSeptember 24, 2020.
  60. ^"Microsoft gets exclusive license for OpenAI's GPT-3 language model".VentureBeat. September 22, 2020.Archived from the original on November 8, 2020. RetrievedSeptember 24, 2020.
  61. ^abAlford, Anthony (August 31, 2021)."OpenAI Announces 12 Billion Parameter Code-Generation AI Codex".InfoQ.Archived from the original on July 9, 2022. RetrievedSeptember 3, 2021.
  62. ^abWiggers, Kyle (July 8, 2021)."OpenAI warns AI behind GitHub's Copilot may be susceptible to bias".VentureBeat.Archived from the original on February 3, 2023. RetrievedSeptember 3, 2021.
  63. ^Zaremba, Wojciech (August 10, 2021)."OpenAI Codex".OpenAI.Archived from the original on February 3, 2023. RetrievedSeptember 3, 2021.
  64. ^Dickson, Ben (August 16, 2021)."What to expect from OpenAI's Codex API".VentureBeat.Archived from the original on February 3, 2023. RetrievedSeptember 3, 2021.
  65. ^Claburn, Thomas (August 25, 2021)."GitHub's Copilot may steer you into dangerous waters about 40% of the time – study".The Register.Archived from the original on February 3, 2023. RetrievedSeptember 3, 2021.
  66. ^"OpenAI Might Invite Legal Trouble".Analytics India Magazine. March 21, 2023.Archived from the original on March 23, 2023. RetrievedMarch 23, 2023.
  67. ^Vincent, James (March 14, 2023)."OpenAI announces GPT-4—the next generation of its AI language model".The Verge.Archived from the original on March 14, 2023. RetrievedMarch 14, 2023.
  68. ^Wiggers, Kyle (March 14, 2023)."OpenAI releases GPT-4, a multimodal AI that it claims is state-of-the-art".TechCrunch.Archived from the original on March 15, 2023. RetrievedMarch 14, 2023.
  69. ^Belfield, Haydn (March 25, 2023)."If your AI model is going to sell, it has to be safe".Vox.Archived from the original on March 28, 2023. RetrievedMarch 30, 2023.
  70. ^Roose, Kevin (September 28, 2023)."The New ChatGPT Can 'See' and 'Talk.' Here's What It's Like".The New York Times.Archived from the original on October 31, 2023. RetrievedDecember 1, 2023.
  71. ^Vincent, James (March 15, 2023)."OpenAI co-founder on company's past approach to openly sharing research: "We were wrong"".The Verge.Archived from the original on March 17, 2023. RetrievedMarch 18, 2023.
  72. ^Wiggers, Kyle (May 13, 2024)."OpenAI debuts GPT-4o 'omni' model now powering ChatGPT".TechCrunch.Archived from the original on May 22, 2024. RetrievedMay 13, 2024.
  73. ^van Rijmenam, Mark (May 13, 2024)."OpenAI Launched GPT-4o: The Future of AI Interactions Is Here".The Digital Speaker.Archived from the original on May 17, 2024. RetrievedMay 17, 2024.
  74. ^Daws, Ryan (May 14, 2024)."GPT-4o delivers human-like AI interaction with text, audio, and vision integration".AI News.Archived from the original on May 18, 2024. RetrievedMay 18, 2024.
  75. ^"Hello GPT-4o".OpenAI.Archived from the original on May 14, 2024. RetrievedJuly 14, 2024.
  76. ^Franzen, Carl (July 18, 2024)."OpenAI unveils GPT-4o mini — a smaller, much cheaper multimodal AI model".VentureBeat.Archived from the original on July 18, 2024. RetrievedJuly 18, 2024.
  77. ^Zeff, Kyle Wiggers, Maxwell (2025-03-25)."ChatGPT's image-generation feature gets an upgrade".TechCrunch. Retrieved2025-03-27.{{cite web}}: CS1 maint: multiple names: authors list (link)
  78. ^Novet, Jordan (2025-02-27)."OpenAI launching GPT-4.5, its next general-purpose large language model".CNBC. Retrieved2025-03-18.
  79. ^Weatherbed, Jess (2025-04-14)."OpenAI debuts its GPT-4.1 flagship AI model".The Verge. Retrieved2025-04-15.
  80. ^"Introducing GPT-4.1 in the API".openai.com. Retrieved2025-04-15.
  81. ^Knight, Will."OpenAI's New GPT 4.1 Models Excel at Coding".Wired.ISSN 1059-1028. Retrieved2025-04-15.
  82. ^"Introducing GPT‑5 for developers".OpenAI. 2025-08-07. Retrieved2025-08-09.
  83. ^Robison, Kylie."OpenAI Finally Launched GPT-5. Here's Everything You Need to Know".Wired.ISSN 1059-1028. Retrieved2025-08-09.
  84. ^"ChatGPT-5 Arrives This Month - Are You Ready for What Comes Next?".The Economic Times. 2025-08-06.ISSN 0013-0389. Retrieved2025-08-09.
  85. ^"Can OpenAI's GPT-5 model live up to sky-high expectations?".Financial Times. 2025-08-08. Retrieved2025-08-09.
  86. ^Knight, Will."OpenAI Announces a New AI Model, Code-Named Strawberry, That Solves Difficult Problems Step by Step".Wired.ISSN 1059-1028.Archived from the original on September 14, 2024. RetrievedSeptember 14, 2024.
  87. ^Robison, Kylie (September 12, 2024)."OpenAI releases o1, its first model with 'reasoning' abilities".The Verge.Archived from the original on September 13, 2024. RetrievedSeptember 17, 2024.
  88. ^Franzen, Carl (2024-12-05)."OpenAI launches full o1 model with image uploads and analysis, debuts ChatGPT Pro".VentureBeat.Archived from the original on December 7, 2024. Retrieved2024-12-07.
  89. ^Wiggers, Kyle (2025-03-19)."OpenAI's o1-pro is the company's most expensive AI model yet".TechCrunch. Retrieved2025-03-21.
  90. ^Zeff, Maxwell; Wiggers, Kyle (2024-12-20)."OpenAI announces new o3 models".TechCrunch.Archived from the original on December 20, 2024. Retrieved2024-12-20.
  91. ^Knight, Will."OpenAI Upgrades Its Smartest AI Model With Improved Reasoning Skills".Wired.ISSN 1059-1028.Archived from the original on December 20, 2024. Retrieved2024-12-20.
  92. ^"Early access for safety testing".OpenAI. December 20, 2024.Archived from the original on December 21, 2024. Retrieved2024-12-23.
  93. ^Zeff, Maxwell; Wiggers, Kyle (2024-12-20)."OpenAI announces new o3 models".TechCrunch.Archived from the original on December 20, 2024. Retrieved2024-12-23.
  94. ^"OpenAI launches new AI reasoning models o3 and 04-mini; older models to be phased out".The Hindu. The Hindu Bureau. 2025-04-17.ISSN 0971-751X. Retrieved2025-04-17.
  95. ^"OpenAI launches new AI tool to facilitate research tasks".Reuters. February 3, 2025 – via www.reuters.com.
  96. ^Lawler, Richard (2025-02-03)."ChatGPT's agent can now do deep research for you".The Verge. Retrieved2025-02-05.
  97. ^"OpenAI rolls out free, lightweight Deep Research tool for all ChatGPT users".India Today. 2025-04-25. Retrieved2025-04-25.
  98. ^"OpenAI introduces cost-efficient, lightweight version of ChatGPT research tool".The Times of India. 2025-04-25.ISSN 0971-8257. Retrieved2025-04-25.
  99. ^ab"Introducing gpt-oss".openai.com. 2025-08-04. Retrieved2025-08-05.
  100. ^Heath, Alex (2025-08-05)."OpenAI releases a free GPT model that can run on your laptop".The Verge. Retrieved2025-08-05.
  101. ^abc"gpt-oss-120b & gpt-oss-20b Model Card".openai.com. 2025-08-05. Retrieved2025-08-05.
  102. ^"CLIP: Connecting Text and Images". January 5, 2021.Archived from the original on March 25, 2021. RetrievedMarch 27, 2021.
  103. ^"DALL·E: Creating Images from Text". January 5, 2021.Archived from the original on March 27, 2021. RetrievedMarch 27, 2021.
  104. ^"DALL·E 2".OpenAI.Archived from the original on April 6, 2022. RetrievedApril 6, 2022.
  105. ^"ChatGPT: A scientist explains the hidden genius and pitfalls of OpenAI's chatbot".BBC Science Focus Magazine. 2022.Archived from the original on February 3, 2023. RetrievedDecember 30, 2022.
  106. ^"OpenAI's new AI image generator pushes the limits in detail and prompt fidelity". Archived fromthe original on November 16, 2023. RetrievedNovember 21, 2023.
  107. ^"DALL·E 3 is now available in ChatGPT Plus and Enterprise". Archived fromthe original on November 20, 2023. RetrievedNovember 21, 2023.
  108. ^abcMetz, Cade (February 15, 2024)."OpenAI Unveils A.I. That Instantly Generates Eye-Popping Videos".The New York Times.Archived from the original on February 15, 2024. RetrievedFebruary 16, 2024.
  109. ^"Video generation models as world simulators". OpenAI. February 15, 2024.Archived from the original on February 16, 2024. RetrievedFebruary 16, 2024.
  110. ^abcBrooks, Tim; Peebles, Bill; Holmes, Connor; DePue, Will; Guo, Yufei; Jing, Li; Schnurr, David; Taylor, Joe; Luhman, Troy; Luhman, Eric; Ng, Clarence Wing Yin; Wang, Ricky; Ramesh, Aditya (February 15, 2024)."Video generation models as world simulators".Openai.com. OpenAI.Archived from the original on February 16, 2024. RetrievedFebruary 16, 2024.
  111. ^Pequeño IV, Antonio (February 15, 2024)."OpenAI Reveals 'Sora': AI Video Model Capable Of Realistic Text-To-Video Prompts".Forbes.Archived from the original on February 15, 2024. RetrievedFebruary 16, 2024.
  112. ^Clark, Elijah."Tyler Perry Warns Of AI Threat After Sora Debut Halts An Million Studio Expansion".Forbes. RetrievedMarch 24, 2024.
  113. ^"Sora 2 is here".openai.com. 2025-09-30. Retrieved2025-10-22.
  114. ^Wiggers, Kyle (September 21, 2022)."OpenAI open-sources Whisper, a multilingual speech recognition system".TechCrunch.Archived from the original on February 12, 2023. RetrievedFebruary 12, 2023.
  115. ^Radford, Alec; Kim, Jong Wook; Xu, Tao; Brockman, Greg; McLeavey, Christine; Sutskever, Ilya (2022). "Robust Speech Recognition via Large-Scale Weak Supervision".arXiv:2212.04356 [eess.AS].
  116. ^"OpenAI's MuseNet generates AI music at the push of a button".The Verge. April 2019.Archived from the original on June 28, 2019. RetrievedJune 8, 2020.
  117. ^"MuseNet". OpenAI. April 25, 2019.Archived from the original on June 13, 2020. RetrievedJune 8, 2020.
  118. ^"Arcade Attack Podcast – September (4 of 4) 2020 - Alex Hall (Ben Drowned) - Interview".Arcade Attack. September 28, 2020.Archived from the original on February 3, 2023. RetrievedJanuary 29, 2023.
  119. ^Alexander Hall (June 25, 2020)."Tweets don't have titles and do not archive".X (formerly Twitter).Archived from the original on February 3, 2023. RetrievedJanuary 29, 2023.
  120. ^"OpenAI introduces Jukebox, a new AI model that generates genre-specific music".The Verge. April 30, 2020.Archived from the original on June 8, 2020. RetrievedJune 8, 2020.
  121. ^Stephen, Bijan (April 30, 2020)."OpenAI introduces Jukebox, a new AI model that generates genre-specific music".Business Insider.Archived from the original on June 8, 2020. RetrievedJune 8, 2020.
  122. ^"Jukebox". OpenAI. April 30, 2020.Archived from the original on June 8, 2020. RetrievedJune 8, 2020.
  123. ^Greene, Tristan (May 4, 2018)."OpenAI's Debate Game teaches you and your friends how to lie like robots".The Next Web.Archived from the original on May 5, 2018. RetrievedMay 31, 2018.
  124. ^"Why Scientists Think AI Systems Should Debate Each Other".Fast Company. May 8, 2018.Archived from the original on May 19, 2018. RetrievedJune 2, 2018.
  125. ^"OpenAI Microscope". April 14, 2020.Archived from the original on February 3, 2023. RetrievedMarch 27, 2021.
  126. ^Johnson, Khari (April 14, 2020)."OpenAI launches Microscope to visualize the neurons in popular machine learning models".VentureBeat.Archived from the original on February 12, 2023. RetrievedFebruary 12, 2023.
  127. ^"OpenAI Microscope".OpenAI Microscope.Archived from the original on February 3, 2023. RetrievedMarch 27, 2021.
  128. ^"ChatGPT's image-generation feature gets an upgrade".TechCrunch. 2025-03-25. Retrieved2025-06-12.
  129. ^Milmo, Dan (December 2, 2023)."ChatGPT reaches 100 million users two months after launch".The Guardian.ISSN 0261-3077.Archived from the original on February 3, 2023. RetrievedFebruary 3, 2023.
  130. ^Sharma, Shubham (May 14, 2024)."With OpenAI offering GPT-4o for free, who should be paying for ChatGPT Plus?".VentureBeat.Archived from the original on May 21, 2024. RetrievedMay 21, 2024.
  131. ^Lawler, Richard (July 25, 2023)."ChatGPT for Android is now available".The Verge.Archived from the original on August 16, 2023. RetrievedAugust 17, 2023.
  132. ^"OpenAI launches free 15-minute phone calls with ChatGPT".www.socialsamosa.com. 2024-12-20.Archived from the original on December 20, 2024. Retrieved2024-12-20.
  133. ^Field, Hayden (2024-12-18)."OpenAI makes ChatGPT available for phone calls and texts".CNBC.Archived from the original on December 20, 2024. Retrieved2024-12-20.
  134. ^Robison, Kylie (July 25, 2024)."OpenAI announces SearchGPT, its AI-powered search engine".The Verge.Archived from the original on July 26, 2024. RetrievedJuly 27, 2024.
  135. ^Wiggers, Kyle (July 25, 2024)."With Google in its sights, OpenAI unveils SearchGPT".TechCrunch.Archived from the original on July 26, 2024. RetrievedJuly 26, 2024.
  136. ^Jamali, Lily (21 October 2025)."ChatGPT-maker OpenAI releases browser in attempt to rival Google".BBC. Retrieved21 October 2025.
  137. ^"Introducing ChatGPT Atlas".openai.com. 2025-10-21. Retrieved2025-10-22.
  138. ^abBajwa, Arsheeya; Simao, Paul; Gregorio, David (March 29, 2024)."Microsoft, OpenAI plan billion data-center project, media report says".Reuters.Archived from the original on June 20, 2024. RetrievedJune 6, 2024.
  139. ^"Microsoft and OpenAI Plot Billion Stargate AI Supercomputer".The Information. March 29, 2024. RetrievedJune 6, 2024.
  140. ^"Stargate: Tech giants announce AI plan worth up to bn".BBC. 2025-01-22. Retrieved2025-05-31.
  141. ^ab"Sam and Jony introduce io".openai.com. Retrieved2025-05-21.
  142. ^Tatananni, Angela Palumbo|Mackenzie."OpenAI to Buy iPhone Designer Jony Ive's AI Devices Start-Up for Billion. Apple Stock Falls".barrons. Retrieved2025-05-22.
  143. ^Peters, Jay (2025-05-21)."OpenAI is buying Jony Ive's AI hardware company".The Verge. Retrieved2025-05-22.
  144. ^De Vynck, Gerrit (2025-05-21)."iPhone designer Jony Ive will join OpenAI to build AI-powered devices".Washington Post. Retrieved2025-05-21.
  145. ^Franzen, Carl (2025-01-10)."OpenAI has begun building out its robotics team".VentureBeat. Retrieved2025-08-25.
  146. ^finetune-transformer-lm, OpenAI, June 11, 2018,archived from the original on May 19, 2023, retrievedMay 1, 2023
  147. ^"GPT-2: 1.5B release".OpenAI. 2019-11-05.Archived from the original on March 31, 2023. RetrievedMay 1, 2023.
  148. ^Solaiman, Irene; Brundage, Miles; Clark, Jack; Askell, Amanda; Herbert-Voss, Ariel; Wu, Jeff; Radford, Alec; Krueger, Gretchen; Kim, Jong Wook; Kreps, Sarah; McCain, Miles; Newhouse, Alex; Blazakis, Jason; McGuffie, Kris; Wang, Jasmine (November 12, 2019). "Release Strategies and the Social Impacts of Language Models".arXiv:1908.09203 [cs.CL].
  149. ^gpt-2, OpenAI, May 1, 2023,archived from the original on March 11, 2023, retrievedMay 1, 2023
  150. ^Brown, Tom B.; Mann, Benjamin; Ryder, Nick; Subbiah, Melanie; Kaplan, Jared; Dhariwal, Prafulla; Neelakantan, Arvind; Shyam, Pranav; Sastry, Girish; Askell, Amanda; Agarwal, Sandhini; Herbert-Voss, Ariel; Krueger, Gretchen; Henighan, Tom; Child, Rewon; Ramesh, Aditya; Ziegler, Daniel M.; Wu, Jeffrey; Winter, Clemens; Hesse, Christopher; Chen, Mark; Sigler, Eric; Litwin, Mateusz; Gray, Scott; Chess, Benjamin; Clark, Jack; Berner, Christopher; McCandlish, Sam; Radford, Alec; Sutskever, Ilya; Amodei, Dario (May 28, 2020). "Language Models are Few-Shot Learners".NeurIPS.arXiv:2005.14165v4.
  151. ^"WebGPT: Improving the factual accuracy of language models through web browsing".OpenAI. 2021-12-16.Archived from the original on June 21, 2023. RetrievedJuly 2, 2023.
  152. ^Nakano, Reiichiro; Hilton, Jacob;Balaji, Suchir; Wu, Jeff; Ouyang, Long; Kim, Christina; Hesse, Christopher; Jain, Shantanu; Kosaraju, Vineet; Saunders, William; Jiang, Xu; Cobbe, Karl; Eloundou, Tyna; Krueger, Gretchen; Button, Kevin (December 1, 2021)."WebGPT: Browser-assisted question-answering with human feedback".CoRR.arXiv:2112.09332.Archived from the original on July 2, 2023. RetrievedJuly 2, 2023.
  153. ^"Aligning language models to follow instructions".OpenAI. 2024-02-14. Retrieved2025-08-10.
  154. ^Ouyang, Long; Wu, Jeff; Jiang, Xu; Almeida, Diogo; Wainwright, Carroll L.; Mishkin, Pamela; Zhang, Chong; Agarwal, Sandhini; Slama, Katarina; Ray, Alex; Schulman, John; Hilton, Jacob; Kelton, Fraser; Miller, Luke; Simens, Maddie; Askell, Amanda; Welinder, Peter; Christiano, Paul; Leike, Jan; Lowe, Ryan (2022). "Training language models to follow instructions with human feedback".NeurIPS.arXiv:2203.02155.
  155. ^"Introducing ChatGPT".OpenAI. 2024-03-13.
  156. ^"GPT-4".OpenAI. 2023-03-14.Archived from the original on March 14, 2023. RetrievedMay 1, 2023.
  157. ^OpenAI (March 27, 2023). "GPT-4 Technical Report".arXiv:2303.08774 [cs.CL].
  158. ^Bubeck, Sébastien; Chandrasekaran, Varun; Eldan, Ronen; Gehrke, Johannes; Horvitz, Eric; Kamar, Ece; Lee, Peter; Lee, Yin Tat; Li, Yuanzhi; Lundberg, Scott; Nori, Harsha; Palangi, Hamid; Ribeiro, Marco Tulio; Zhang, Yi (April 13, 2023). "Sparks of Artificial General Intelligence: Early experiments with GPT-4".arXiv:2303.12712 [cs.CL].
  159. ^GPT-4 System CardArchived April 7, 2023, at theWayback Machine, OpenAI, March 23, 2023 (Accessed May 22, 2023).
  160. ^"Hello GPT-4o".OpenAI. May 13, 2024.Archived from the original on May 14, 2024. RetrievedAugust 8, 2024.
  161. ^"Introducing GPT-4.5".OpenAI. February 27, 2025.Archived from the original on March 19, 2025. RetrievedMarch 18, 2025.
  162. ^"Introducing GPT-4.1 in the API".OpenAI. April 14, 2025.Archived from the original on May 17, 2025. RetrievedApril 14, 2025.
  163. ^"Introducing GPT-5".openai.com. 2025-08-07. Retrieved2025-08-11.
Products
ChatGPT
Foundation
models
Intelligent
agents
People
Senior
management
Current
Former
Board of
directors
Current
Former
Joint ventures
Related
Concepts
Chatbots
Models
Text
Coding
Image
Video
Speech
Music
Controversies
Agents
Companies
Portals:
Retrieved from "https://en.wikipedia.org/w/index.php?title=Products_and_applications_of_OpenAI&oldid=1320262450#GPT-OSS"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp