System Grab Bag

View all TLDR pages from common (or from all pages)

openai

CLI tool providing access to the OpenAI API. More information: https://github.com/openai/openai-python.
  • List models:
    openai api models.list
  • Create a completion:
    openai api completions.create --model {{ada}} --prompt {{"Hello world"}}
  • Create a chat completion:
    openai api chat_completions.create --model {{gpt-3.5-turbo}} --message {{user "Hello world"}}
  • Generate images via DALL·E API:
    openai api image.create --prompt {{"two dogs playing chess, cartoon"}} --num-images {{1}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.