The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

aisdk.providers

Additional AI model provider adapters for the aisdk toolkit.

Covers OpenAI-compatible and Anthropic-compatible services: DeepSeek, Moonshot/Kimi, Stepfun, Volcengine, AiHubMix, xAI, OpenRouter, Bailian, and NVIDIA.

Providers register themselves with the core aisdk provider registry on load, so they are resolvable through the provider:model syntax (e.g. get_default_registry()$language_model("deepseek:deepseek-chat")).

Installation

install.packages("aisdk.providers")

You can install the development version from GitHub with:

# install.packages("pak")
pak::pak("YuLab-SMU/aisdk.providers")

Usage

library(aisdk)
library(aisdk.providers)

model <- create_deepseek()
generate_text(model, "Hello")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.