Some Cool Open AI Announcements on August 9, 2024

News from Open AI

Try out text-to-speech in the Playground

Building with the text-to-speech API is even easier with the new TTS Playground. You can quickly generate audio by entering a message and selecting from one of six preset voices.

Use function calling in the Playground

With function calling, you can describe functions and have the model intelligently output a JSON object containing arguments to call one or many of your functions. And now you can quickly define and test functions within the Playground.

Generate model outputs that follow your JSON Schemas with Structured Outputs
We just released Structured Outputs, a new feature designed to ensure model-generated outputs will exactly match JSON Schemas that you provide. You can start using Structured Outputs in two forms in the API: through function calling and through the response_format parameter (with a new json_schema option).

Updates

We’ve recently updated our docs page and are regularly adding guides, sample apps, and cookbooks to help you get started and build on the OpenAI platform. Here are a few resources:

Comments are closed.