Package: aisdk.providers Title: Additional Model Provider Adapters for the 'aisdk' Toolkit Version: 0.1.0 Authors@R: person("Yonghe", "Xia", , "xiayh17@gmail.com", role = c("aut", "cre")) Description: Additional AI model provider adapters for the 'aisdk' toolkit, covering OpenAI-compatible and Anthropic-compatible services such as 'DeepSeek', 'Moonshot'/'Kimi', 'Stepfun', 'Volcengine', 'AiHubMix', 'xAI', 'OpenRouter', 'Bailian', and 'NVIDIA'. Providers register themselves with the core 'aisdk' provider registry on load. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: aisdk (>= 1.4.12), R6, rlang, base64enc, jsonlite, curl, utils Suggests: withr, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/YuLab-SMU/aisdk.providers BugReports: https://github.com/YuLab-SMU/aisdk.providers/issues Depends: R (>= 4.1.0) Config/pak/sysreqs: libssl-dev Repository: https://yulab-smu.r-universe.dev Date/Publication: 2026-06-02 10:42:13 UTC RemoteUrl: https://github.com/yulab-smu/aisdk.providers RemoteRef: HEAD RemoteSha: 3cfb54e6300b717ff589bdca0f4288f006fa6ed7 NeedsCompilation: no Packaged: 2026-06-09 11:07:02 UTC; root Author: Yonghe Xia [aut, cre] Maintainer: Yonghe Xia