Skip to content

src backend src modules puterai ai_services_config

KernelDeimos edited this page May 14, 2025 · 1 revision

Configuring AI Services

AI services are configured under the services block in the configuration file. Each service requires an apiKey to authenticate requests.

Example Configuration

{
  "services": {
    "openai": {
      "apiKey": "sk-abcdefg..."
    },
    "deepseek": {
      "apiKey": "sk-xyz123..."
    },
    "other-ai-service": {
      "apiKey": "sk-hijklmn..."
    }
  }
}

General

API

Concepts

Types

For Contributors

Extensions

Devmeta

Planning

Self_hosters

Src

Backend

A_and_A

For Contributors

Features

Lists_of_things

Modules

Puterai

Notes

Services

Src

Modules
Puterai

####### For Contributors

Test_drivers

Gui

Phoenix

Tools

Api_tester

Uncategorized

Clone this wiki locally