{
  "_id": "6a1e8b2d1d7bb097a0a68ac8",
  "Package": "openai",
  "Type": "Package",
  "Title": "R Wrapper for OpenAI API",
  "Version": "0.4.1",
  "Date": "2023-03-14",
  "Authors@R": "person(\"Iegor\", \"Rudnytskyi\", , \"iegor.rudnytskyi@gmail.com\", c(\"aut\", \"cre\"))",
  "Description": "An R wrapper of OpenAI API endpoints (see\n<https://platform.openai.com/docs/introduction> for details).\nThis package covers Models, Completions, Chat, Edits, Images,\nEmbeddings, Audio, Files, Fine-tunes, Moderations, and legacy\nEngines endpoints.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.1",
  "URL": "https://github.com/irudnyts/openai,\nhttps://irudnyts.github.io/openai/",
  "BugReports": "https://github.com/irudnyts/openai/issues",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://irudnyts.r-universe.dev",
  "Date/Publication": "2024-11-13 12:44:57 UTC",
  "RemoteUrl": "https://github.com/irudnyts/openai",
  "RemoteRef": "HEAD",
  "RemoteSha": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 07:46:09 UTC",
    "User": "root"
  },
  "Author": "Iegor Rudnytskyi [aut, cre]",
  "Maintainer": "Iegor Rudnytskyi <iegor.rudnytskyi@gmail.com>",
  "MD5sum": "70dd2a9f519d9daad9e843d18f15388f",
  "_user": "irudnyts",
  "_type": "src",
  "_file": "openai_0.4.1.tar.gz",
  "_fileid": "9b2b930169cd1980d5fffd03f92c941cc24ff0150324604e1d65ee98f2a1b686",
  "_filesize": 1339107,
  "_sha256": "9b2b930169cd1980d5fffd03f92c941cc24ff0150324604e1d65ee98f2a1b686",
  "_created": "2026-06-02T07:46:09.000Z",
  "_published": "2026-06-02T07:50:05.782Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79023479309,
      "time": 159,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7351898016"
    },
    {
      "job": 79023479285,
      "time": 143,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351892987"
    },
    {
      "job": 79023479334,
      "time": 133,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351883953"
    },
    {
      "job": 79023479291,
      "time": 197,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351897869"
    },
    {
      "job": 79023115415,
      "time": 140,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351844406"
    },
    {
      "job": 79023479279,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351885856"
    },
    {
      "job": 79023479270,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7351872441"
    },
    {
      "job": 79023479287,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351870205"
    },
    {
      "job": 79023479298,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351875901"
    }
  ],
  "_buildurl": "https://github.com/r-universe/irudnyts/actions/runs/26805857320",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/irudnyts/openai",
  "_commit": {
    "id": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
    "author": "Iegor Rudnytskyi <yegor.rudnytskiy@gmail.com>",
    "committer": "Iegor Rudnytskyi <yegor.rudnytskiy@gmail.com>",
    "message": "Update the README\n",
    "time": 1731501897
  },
  "_maintainer": {
    "name": "Iegor Rudnytskyi",
    "email": "iegor.rudnytskyi@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "assertthat",
      "version": ">= 0.2.1",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.6.2",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.4.3",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.8.0",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 2.0.3",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "version": ">= 0.3.4",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "version": ">= 3.5.1",
      "role": "Suggests"
    }
  ],
  "_owner": "irudnyts",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "api",
    "ml",
    "nlp",
    "openai"
  ],
  "_stars": 169,
  "_contributors": [
    {
      "user": "irudnyts",
      "count": 189,
      "uuid": 9625310
    }
  ],
  "_userbio": {
    "uuid": 9625310,
    "type": "user",
    "name": "Iegor Rudnytskyi"
  },
  "_downloads": {
    "count": 1094,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/openai"
  },
  "_devurl": "https://github.com/irudnyts/openai",
  "_pkgdown": "https://irudnyts.github.io/openai/",
  "_searchresults": 406,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/openai.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/irudnyts/openai",
  "_realowner": "irudnyts",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-06-07"
    },
    {
      "version": "0.2.0",
      "date": "2022-12-04"
    },
    {
      "version": "0.3.0",
      "date": "2022-12-13"
    },
    {
      "version": "0.4.0",
      "date": "2023-03-08"
    },
    {
      "version": "0.4.1",
      "date": "2023-03-15"
    }
  ],
  "_exports": [
    "%>%",
    "cancel_fine_tune",
    "create_chat_completion",
    "create_completion",
    "create_edit",
    "create_embedding",
    "create_fine_tune",
    "create_image",
    "create_image_edit",
    "create_image_variation",
    "create_moderation",
    "create_transcription",
    "create_translation",
    "delete_file",
    "delete_fine_tune_model",
    "list_engines",
    "list_files",
    "list_fine_tune_events",
    "list_fine_tunes",
    "list_models",
    "retrieve_engine",
    "retrieve_file",
    "retrieve_file_content",
    "retrieve_fine_tune",
    "retrieve_model",
    "upload_file"
  ],
  "_help": [
    {
      "page": "cancel_fine_tune",
      "title": "Cancel fine-tune",
      "concept": [
        "fine-tune functions"
      ],
      "topics": [
        "cancel_fine_tune"
      ]
    },
    {
      "page": "create_chat_completion",
      "title": "Create chat completion",
      "topics": [
        "create_chat_completion"
      ]
    },
    {
      "page": "create_completion",
      "title": "Create completion",
      "topics": [
        "create_completion"
      ]
    },
    {
      "page": "create_edit",
      "title": "Create edit",
      "topics": [
        "create_edit"
      ]
    },
    {
      "page": "create_embedding",
      "title": "Create embeddings",
      "topics": [
        "create_embedding"
      ]
    },
    {
      "page": "create_fine_tune",
      "title": "Create fine-tune",
      "concept": [
        "fine-tune functions"
      ],
      "topics": [
        "create_fine_tune"
      ]
    },
    {
      "page": "create_image",
      "title": "Create image",
      "concept": [
        "image functions"
      ],
      "topics": [
        "create_image"
      ]
    },
    {
      "page": "create_image_edit",
      "title": "Create image edit",
      "concept": [
        "image functions"
      ],
      "topics": [
        "create_image_edit"
      ]
    },
    {
      "page": "create_image_variation",
      "title": "Create image variation",
      "concept": [
        "image functions"
      ],
      "topics": [
        "create_image_variation"
      ]
    },
    {
      "page": "create_moderation",
      "title": "Create moderation",
      "topics": [
        "create_moderation"
      ]
    },
    {
      "page": "create_transcription",
      "title": "Create transcription",
      "concept": [
        "audio functions"
      ],
      "topics": [
        "create_transcription"
      ]
    },
    {
      "page": "create_translation",
      "title": "Create translation",
      "concept": [
        "audio functions"
      ],
      "topics": [
        "create_translation"
      ]
    },
    {
      "page": "delete_file",
      "title": "Delete file",
      "concept": [
        "file functions"
      ],
      "topics": [
        "delete_file"
      ]
    },
    {
      "page": "delete_fine_tune_model",
      "title": "Delete fine_tune model",
      "concept": [
        "fine-tune functions"
      ],
      "topics": [
        "delete_fine_tune_model"
      ]
    },
    {
      "page": "list_files",
      "title": "List files",
      "concept": [
        "file functions"
      ],
      "topics": [
        "list_files"
      ]
    },
    {
      "page": "list_fine_tune_events",
      "title": "List fine-tune events",
      "concept": [
        "fine-tune functions"
      ],
      "topics": [
        "list_fine_tune_events"
      ]
    },
    {
      "page": "list_fine_tunes",
      "title": "Lists fine-tunes",
      "concept": [
        "fine-tune functions"
      ],
      "topics": [
        "list_fine_tunes"
      ]
    },
    {
      "page": "list_models",
      "title": "List models",
      "concept": [
        "model functions"
      ],
      "topics": [
        "list_models"
      ]
    },
    {
      "page": "retrieve_file",
      "title": "Retrieve file",
      "concept": [
        "file functions"
      ],
      "topics": [
        "retrieve_file"
      ]
    },
    {
      "page": "retrieve_file_content",
      "title": "Retrieve file content",
      "concept": [
        "file functions"
      ],
      "topics": [
        "retrieve_file_content"
      ]
    },
    {
      "page": "retrieve_fine_tune",
      "title": "Retrieve fine-tune",
      "concept": [
        "fine-tune functions"
      ],
      "topics": [
        "retrieve_fine_tune"
      ]
    },
    {
      "page": "retrieve_model",
      "title": "Retrieve model",
      "concept": [
        "model functions"
      ],
      "topics": [
        "retrieve_model"
      ]
    },
    {
      "page": "upload_file",
      "title": "Upload file",
      "concept": [
        "file functions"
      ],
      "topics": [
        "upload_file"
      ]
    }
  ],
  "_pkglogo": "https://github.com/irudnyts/openai/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/irudnyts/openai/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "assertthat",
    "cli",
    "curl",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "R6",
    "rlang",
    "sys"
  ],
  "_score": 7.528642573963623,
  "_indexed": true,
  "_nocasepkg": "openai",
  "_universes": [
    "irudnyts"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.1",
      "date": "2026-06-02T07:48:49.000Z",
      "distro": "noble",
      "commit": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
      "fileid": "a55bf87603cfcce09d645a7ff1dc360098299b46fd950254a8c22a669966cd0e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irudnyts/actions/runs/26805857320"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.1",
      "date": "2026-06-02T07:48:32.000Z",
      "distro": "noble",
      "commit": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
      "fileid": "8f5b5069a181ab3b8260d27ac12e2f83fe500550470b827b67ea8fd94f29e0be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irudnyts/actions/runs/26805857320"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.1",
      "date": "2026-06-02T07:48:12.000Z",
      "commit": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
      "fileid": "8adff8221d519c8452e8bbea490566e74aa764dc386d951a54830033daa0c3fc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irudnyts/actions/runs/26805857320"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.1",
      "date": "2026-06-02T07:48:43.000Z",
      "commit": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
      "fileid": "bedc3720826ab30ce7a4cc75a75470abeb4b5fdc14957e4e171390aec2047b27",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irudnyts/actions/runs/26805857320"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.1",
      "date": "2026-06-02T07:48:28.000Z",
      "commit": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
      "fileid": "fa6ceadb3c856c51fcc51e8a76b303670f01452a1c05e3dbe275ba20385cf6d2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/irudnyts/actions/runs/26805857320"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.1",
      "date": "2026-06-02T07:47:23.000Z",
      "commit": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
      "fileid": "4ef70e71d498010b983f07066960e87202c5bbe0106cd40c78e0ea6cdbed035c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irudnyts/actions/runs/26805857320"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.1",
      "date": "2026-06-02T07:47:18.000Z",
      "commit": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
      "fileid": "08a4991091c878b8196de1457b78452502db646cf3f146f4591386153579e270",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irudnyts/actions/runs/26805857320"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.1",
      "date": "2026-06-02T07:47:34.000Z",
      "commit": "957c4fb1c74bc2e112dd8647f4ae3c65d7a7c09f",
      "fileid": "ee7c58819edf323db10ef663ce89091fbf8227091103c9f998fb478d026aea11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/irudnyts/actions/runs/26805857320"
    }
  ]
}