Skip to content

runapi-ai/core-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunAPI Core SDK

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.

Install

npm install @runapi.ai/core
gem install runapi-core
go get github.com/runapi-ai/core-sdk/go@latest

Public links

License

Licensed under the Apache License, Version 2.0.