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
{
  "providers": {
    "asimov": {
      "baseUrl": "http://127.0.0.1:1920/v1",
      "api": "openai-completions",
      "apiKey": "pi",
      "models": [
        {
          "id": "openrouter/free",
          "name": "Free"
        }
      ]
    }
  }
}