Skip to content

feat: kilo gateway: elephant alpha#1436

Closed
Ardakilic wants to merge 4 commits intoanomalyco:devfrom
Ardakilic:dev
Closed

feat: kilo gateway: elephant alpha#1436
Ardakilic wants to merge 4 commits intoanomalyco:devfrom
Ardakilic:dev

Conversation

@Ardakilic
Copy link
Copy Markdown
Contributor

This PR introduces Elephant alpha shadow 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.

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.

4 participants