RunAPI Core SDK contains the shared authentication, HTTP, retry, error, and polling primitives used by RunAPI JavaScript, Ruby, and Go model SDKs. Application code should usually install a model package such as @runapi.ai/suno; install core packages only when you are building shared SDK infrastructure.
npm install @runapi.ai/core
gem install runapi-core
go get github.com/runapi-ai/core-sdk/go@latest- SDK docs: https://runapi.ai/docs#runapi-sdks
- Model catalog: https://runapi.ai/models
- Repository: https://github.com/runapi-ai/core-sdk
Licensed under the Apache License, Version 2.0.