


OpenAI announces open API so developers can integrate ChatGPT into their products
On March 2, OpenAI announced that it now allows third-party developers to integrate ChatGPT into their applications and services through API, so that will be much cheaper than using existing language models.
Additionally, the company said it is opening up the API for Whisper, an AI-powered speech-to-text model, and making some important changes to its developer terms of service.
OpenAI says its ChatGPT API can be used for more than just creating an AI-powered chat interface, although it acknowledges that several companies have been It's being used for similar purposes, including Snap's My AI feature announced earlier this week and Microsoft's previous chat feature for Bing.
It is worth noting that this model opened by OpenAI may not be the one used by Bing, because Microsoft calls it "the new next generation OpenAI Large Language Model" which is "faster, more accurate, and more powerful" than ChatGPT and GPT-3.5.
Of course, considering that Microsoft has invested heavily in OpenAI, it's not surprising that it has access to technology beyond the purview of ordinary developers, and it also uses its own technology in Bing.
Of course, OpenAI is also constantly improving the public ChatGPT model, and developers also have the flexibility to choose specific versions, such as gpt-3.5-turbo-0301 released today. It will be supported until at least June 1st, with gpt-3.5-turbo updated to a stable version in April.
According to reports, OpenAI will provide 1,000 tokens at a price of $0.002, “which is 90% cheaper than our existing GPT-3.5 model. ”, in part due to “a series of system-wide optimizations.”
Although 1000 tokens may sound like a lot, it may take several tokens to normally send a text fragment. (The "Token" mentioned here refers to the text chunks that the system breaks down sentences and words into in order to predict what text should be output next.)
According to the official OpenAI documentation, the group "ChatGPT is great!" A word requires six tokens - its API breaks it down into "Chat", "G", "PT", "is", "great" and "!".
Of course, the company also provides developers with a tool to check how many tokens are needed to interpret a string of text. As a general rule of thumb, they say, "a token usually corresponds to about 4 characters" in English.
Developers can also get a dedicated ChatGPT instance if they run large amounts of data through the API, the company said. Doing so supposedly gives you greater control over parameters like how long it takes to respond to a request and how long a conversation with the bot can last.
The above is the detailed content of OpenAI announces open API so developers can integrate ChatGPT into their products. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics





DALL-E 3 was officially introduced in September of 2023 as a vastly improved model than its predecessor. It is considered one of the best AI image generators to date, capable of creating images with intricate detail. However, at launch, it was exclus

In 2023, AI technology has become a hot topic and has a huge impact on various industries, especially in the programming field. People are increasingly aware of the importance of AI technology, and the Spring community is no exception. With the continuous advancement of GenAI (General Artificial Intelligence) technology, it has become crucial and urgent to simplify the creation of applications with AI functions. Against this background, "SpringAI" emerged, aiming to simplify the process of developing AI functional applications, making it simple and intuitive and avoiding unnecessary complexity. Through "SpringAI", developers can more easily build applications with AI functions, making them easier to use and operate.

OpenAI recently announced the launch of their latest generation embedding model embeddingv3, which they claim is the most performant embedding model with higher multi-language performance. This batch of models is divided into two types: the smaller text-embeddings-3-small and the more powerful and larger text-embeddings-3-large. Little information is disclosed about how these models are designed and trained, and the models are only accessible through paid APIs. So there have been many open source embedding models. But how do these open source models compare with the OpenAI closed source model? This article will empirically compare the performance of these new models with open source models. We plan to create a data

Installation steps: 1. Download the ChatGTP software from the ChatGTP official website or mobile store; 2. After opening it, in the settings interface, select the language as Chinese; 3. In the game interface, select human-machine game and set the Chinese spectrum; 4 . After starting, enter commands in the chat window to interact with the software.

If the answer given by the AI model is incomprehensible at all, would you dare to use it? As machine learning systems are used in more important areas, it becomes increasingly important to demonstrate why we can trust their output, and when not to trust them. One possible way to gain trust in the output of a complex system is to require the system to produce an interpretation of its output that is readable to a human or another trusted system, that is, fully understandable to the point that any possible errors can be found. For example, to build trust in the judicial system, we require courts to provide clear and readable written opinions that explain and support their decisions. For large language models, we can also adopt a similar approach. However, when taking this approach, ensure that the language model generates

Author丨Compiled by TimAnderson丨Produced by Noah|51CTO Technology Stack (WeChat ID: blog51cto) The Zed editor project is still in the pre-release stage and has been open sourced under AGPL, GPL and Apache licenses. The editor features high performance and multiple AI-assisted options, but is currently only available on the Mac platform. Nathan Sobo explained in a post that in the Zed project's code base on GitHub, the editor part is licensed under the GPL, the server-side components are licensed under the AGPL, and the GPUI (GPU Accelerated User) The interface) part adopts the Apache2.0 license. GPUI is a product developed by the Zed team

Not long ago, OpenAISora quickly became popular with its amazing video generation effects. It stood out among the crowd of literary video models and became the focus of global attention. Following the launch of the Sora training inference reproduction process with a 46% cost reduction 2 weeks ago, the Colossal-AI team has fully open sourced the world's first Sora-like architecture video generation model "Open-Sora1.0", covering the entire training process, including data processing, all training details and model weights, and join hands with global AI enthusiasts to promote a new era of video creation. For a sneak peek, let’s take a look at a video of a bustling city generated by the “Open-Sora1.0” model released by the Colossal-AI team. Open-Sora1.0

Ollama is a super practical tool that allows you to easily run open source models such as Llama2, Mistral, and Gemma locally. In this article, I will introduce how to use Ollama to vectorize text. If you have not installed Ollama locally, you can read this article. In this article we will use the nomic-embed-text[2] model. It is a text encoder that outperforms OpenAI text-embedding-ada-002 and text-embedding-3-small on short context and long context tasks. Start the nomic-embed-text service when you have successfully installed o
