Skip to content

feat: kilo gateway: elephant alpha#1437

Merged
rekram1-node merged 1 commit intoanomalyco:devfrom
Ardakilic:dev
Apr 14, 2026
Merged

feat: kilo gateway: elephant alpha#1437
rekram1-node merged 1 commit intoanomalyco:devfrom
Ardakilic:dev

Conversation

@Ardakilic
Copy link
Copy Markdown
Contributor

@Ardakilic Ardakilic commented Apr 13, 2026

This PR introduces Elephant alpha stealth drop model of kilo gateway:

https://blog.kilo.ai/p/introducing-elephant-a-new-stealth

This is the json data of the https://api.kilo.ai/api/gateway/models

{
      "id": "openrouter/elephant-alpha",
      "name": "Elephant (new)",
      "created": 1776052598,
      "description": "Elephant Alpha is a 100B-parameter text model focused on intelligence efficiency, delivering strong reasoning performance while minimizing token usage. It supports a 256K context window with up to 32K output...",
      "architecture": {
        "input_modalities": [
          "text"
        ],
        "output_modalities": [
          "text"
        ],
        "tokenizer": "Other"
      },
      "top_provider": {
        "is_moderated": false,
        "context_length": 262144,
        "max_completion_tokens": 32768
      },
      "pricing": {
        "prompt": "0",
        "completion": "0"
      },
      "context_length": 262144,
      "per_request_limits": null,
      "supported_parameters": [
        "max_tokens",
        "response_format",
        "structured_outputs",
        "temperature",
        "tool_choice",
        "tools",
        "top_p"
      ],
      "preferredIndex": 5,
      "isFree": true,
      "opencode": {

      }
    },

And I can confirm with official kilo code extension that attachments are not supported.

@rekram1-node rekram1-node merged commit 4937952 into anomalyco:dev Apr 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants