About 315,000 results
Open links in new tab
  1. The official Python library for the OpenAI API - GitHub

    Oct 25, 2020 · The OpenAI Python library provides convenient access to the OpenAI REST API from any Python 3.9+ application. The library includes type definitions for all request params …

  2. GitHub - openai/openai-agents-python: A lightweight, powerful …

    The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows. It is provider-agnostic, supporting the OpenAI Responses and Chat Completions …

  3. openai-python/README.md at main - GitHub

    The official Python library for the OpenAI API. Contribute to openai/openai-python development by creating an account on GitHub.

  4. Azure-Samples/python-openai-demos - GitHub

    This repository contains a collection of Python scripts that demonstrate how to use the OpenAI API to generate chat completions. 📺 Watch this video walkthrough of running these demos in …

  5. Releases · openai/openai-python - GitHub

    The official Python library for the OpenAI API. Contribute to openai/openai-python development by creating an account on GitHub.

  6. OpenAI API Quickstart - Python - GitHub

    This repository hosts multiple quickstart apps for different OpenAI API endpoints (chat, assistants, etc). Check out the examples folder to try out different examples and get started using the …

  7. azure-sdk-for-python/sdk/openai/azure …

    These code samples show common scenario operations calling to Azure OpenAI. You can authenticate your client with an API key or through Microsoft Entra ID with a token credential …

  8. Releases · openai/openai-agents-python - GitHub

    Key Changes In this version, openai package v1.x versions are no longer supported. Please use openai v2.x along with this SDK. What's Changed fix: making input_file's filename optional in …

  9. openai-agents-python/docs/tools.md at main - GitHub

    Function tools You can use any Python function as a tool. The Agents SDK will setup the tool automatically: The name of the tool will be the name of the Python function (or you can provide …

  10. Examples and guides for using the OpenAI API - GitHub

    Example code and guides for accomplishing common tasks with the OpenAI API. To run these examples, you'll need an OpenAI account and associated API key (create a free account here).