Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 790 Bytes

File metadata and controls

31 lines (22 loc) · 790 Bytes

YesScale

Run AI models at scale with YesScale's cloud AI platform.

🚧 This page is under construction. Content coming soon — contributions welcome!

Overview

YesScale is a cloud AI platform providing access to a wide range of language models via an OpenAI-compatible API. GoClaw connects to YesScale using the standard OpenAIProvider.

Provider Type

{
  "providers": {
    "yescale": {
      "provider_type": "yescale",
      "api_key": "your-yescale-api-key",
      "api_base": "https://api.yescale.io/v1"
    }
  }
}

What's Next