asimov-cli 25.4.0

ASIMOV Command-Line Interface (CLI)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "asimov": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "ASIMOV",
      "options": {
        "baseURL": "http://127.0.0.1:1920/v1",
        "apiKey": "opencode"
      },
      "models": {
        "openrouter/free": {
          "name": "openrouter/free"
        }
      }
    }
  }
}