Blog

  • ChatGPT for Android

    ChatGPT for Android

    ChatGPT for Android is now available for download in the US, India, Bangladesh, and Brazil. OpenAI plan to expand the rollout to additional countries over the next week. This official app is free, syncs your history across devices, and brings you the newest model improvements from OpenAI. With ChatGPT Android App you can get instant…

    Continue reading

  • Counting GPT Tokens

    Counting GPT Tokens

    Here’s an illustrative function for Counting GPT Tokens for messages sent to gpt-3.5-turbo-0613. Please note that the specific method of transforming messages into tokens can vary between different models. Therefore, the results provided by this function might be approximate when applied to future model versions. Traditionally, GPT models consumed unstructured text. ChatGPT models instead expect…

    Continue reading

  • ChatGPT Custom Instructions

    ChatGPT Custom Instructions

    OpenAI is introducing a feature of custom instructions to enhance the usability of ChatGPT according to individual user needs. This new feature, initially available in beta for the Plus plan members, will gradually be extended to all users. With these ChatGPT custom instructions, users can specify their unique preferences or requirements for ChatGPT to take…

    Continue reading

  • GPT Tokens

    GPT Tokens

    GPT language models process textual data in units known as GPT tokens. In the English language, tokens could be as short as a single character or as long as a full word (such as ‘a’ or ‘apple’). In some other languages, tokens could either be shorter or longer than a single character or word. Take…

    Continue reading

  • ChatGPT Completions

    ChatGPT Completions

    ChatGPT models accept an array of messages and deliver a model-created response (ChatGPT Completions). While the chat format was created to simplify multi-turn discussions, it can be equally beneficial for tasks that don’t require any conversation. A sample API call would appear like this: import openai For complete API reference documentation, please click here. The…

    Continue reading

  • How much does GPT-4 cost?

    How much does GPT-4 cost?

    OpenAI is thrilled to introduce a new pricing structure for GPT-4, offering more affordable rates for prompt tokens starting from July 10th, 2023. For our 8k context length models such as gpt-4 and gpt-4-0314, OpenAI charging: For the models with a larger context length of 32k (including gpt-4-32k and gpt-4-32k-0314), the pricing will be: Detailed…

    Continue reading

  • GPT Rate Limits

    GPT Rate Limits

    GPT Rate limits, imposed by an API to control the frequency of user or client server access within a specified timeframe, are accessible under the rate limits section on the account management page for any given organization. As GPT-4 is rolled out, it will exhibit stricter rate limits in order to meet the demand. The…

    Continue reading

  • Which GPT Model  to  choose?

    Which GPT Model to choose?

    To interact with a GPT model through the OpenAI API, you’ll transmit a request that includes your inputs and your API key. In turn, you will get a response featuring the output from the model. OpenAI’s most recent models, gpt-4 and gpt-3.5-turbo, can be reached via the chat completions API endpoint. At present, it is…

    Continue reading

  • GPT Tiktoken

    GPT Tiktoken

    Text in GPT and embeddings models is processed in segments known as tokens. These tokens symbolize frequently appearing character sequences. To illustrate, the phrase “tokenization” is broken down into “token” and “ization”, whereas a brief and common word such as “the” is expressed as one token. It’s noteworthy that in a sentence, the first token…

    Continue reading

  • GPT Models Deprecation

    GPT Models Deprecation

    From this day forward, all premium API clients will be able to avail the capabilities of GPT-4. OpenAI introduced the ChatGPT API in March 2023, and earlier this month they rolled out their first set of improvements to these chat-centric models. OpenAI envisions a future where chat-oriented models can cater to any requirement. As part…

    Continue reading