Sync Kilo models with upstream gateway#1868
Open
Ardakilic wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync Kilo models with upstream gateway
Updates
providers/kilo/models/to matchhttps://api.kilo.ai/api/gateway/models.Summary
Models Added (6)
google/gemini-3.5-flashqwen/qwen3.7-maxstealth/claude-opus-4.6stealth/claude-opus-4.7stealth/claude-sonnet-4.6x-ai/grok-build-0.1Nuances in Added Models
stealth/is a new provider under Kilo containing 3 third-party Anthropic Claude resale models at 20% discount ($4/$20 vs $5/$25 for Opus models, $2.4/$12 vs $3/$15 for Sonnet).google/gemini-3.5-flash:"file"input modality mapped to"pdf"per convention;internal_reasoningpriced at $9 (same as output).x-ai/grok-build-0.1:max_completion_tokens = nullfalls back tocontext_length(256K). Supportsstructured_outputsupstream but omitted per Kilo convention.qwen/qwen3.7-max: Text-only model with no attachment support. Supports reasoning despite zerointernal_reasoningupstream pricing.Models Removed (5)
alibaba/tongyi-deepresearch-30b-a3barcee-ai/trinity-large-previewdeepseek/deepseek-v4-flash:freestepfun/step-3.5-flash:freex-ai/grok-code-fast-1:optimized:freeSync Methodology
All field mapping conventions follow established patterns from previous Kilo gateway sync PRs:
"file"→"pdf", arrays sorted alphabetically, duplicates deduplicatedmax_completion_tokens = null: Falls back tocontext_length0, cache fields omittedtemperature:falsewhen absent from upstreamsupported_parametersreasoning:truewheninclude_reasoningorreasoningin upstreamsupported_parameterstool_call:truewhentoolsin upstreamsupported_parametersstructured_output: Never emitted in Kilo TOML filesknowledge: Never emitted — not present in upstream datarelease_date: Derived from upstreamcreatedUnix timestampattachment:trueiff input modalities include non-text modalitySync Check Script
The following Python script (
check.py) was used to detect differences between the local TOML files and the upstream Kilo API:Run it with
python3 check.pyfrom the repo root.