openai-cli

command module
v0.0.0-...-da38182 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2023 License: MIT Imports: 11 Imported by: 0

README

openai-cli

🚧 hobby project

cf. OpenAI API reference

Models

  • GET /v1/models
  • GET /v1/models/{model}

Completions

  • POST /v1/completions
  • POST /v1/chat/completions

Edits

  • POST /v1/edits

Images

  • POST /v1/images/generatoins
  • POST /v1/images/edits
  • POST /v1/images/variations

Embeddings

  • POST /v1/embeddings

Audio

  • POST /v1/audio/transcriptions
  • POST /v1/audio/translations

Files

  • GET /v1/files
  • GET /v1/files/{file_id}
  • GET /v1/files/{file_id}/content
  • POST /v1/files
  • DELETE /v1/files/{file_id}

Fine-tunes

  • GET /v1/fine-tunes
  • GET /v1/fine-tunes/{fine_tune_id}
  • GET /v1/fine-tunes/{fine_tune_id}/events
  • POST /v1/fine-tunes
  • POST /v1/fine-tunes/{fine_tune_id}/cancel
  • DELETE /v1/models/{model}

Moderations

  • POST /v1/moderations

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
models

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL