From 21cf1fb1e95ccd49d1f916049721bfbd669c1fbe Mon Sep 17 00:00:00 2001 From: Arda Kilicdagi Date: Mon, 13 Apr 2026 20:39:54 +0300 Subject: [PATCH] feat: kilo gateway: elephant alpha --- .../models/openrouter/elephant-alpha.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 providers/kilo/models/openrouter/elephant-alpha.toml diff --git a/providers/kilo/models/openrouter/elephant-alpha.toml b/providers/kilo/models/openrouter/elephant-alpha.toml new file mode 100644 index 000000000..f380661ba --- /dev/null +++ b/providers/kilo/models/openrouter/elephant-alpha.toml @@ -0,0 +1,22 @@ +name = "Elephant (new)" +release_date = "2026-01-15" +last_updated = "2026-04-13" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false +status = "alpha" + +[cost] +input = 0 +output = 0 + +[limit] +context = 262144 +output = 32768 + +[modalities] +input = ["text"] +output = ["text"] \ No newline at end of file