From 8f8d23179a402df343573b1fab8670af551098d9 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 11:55:30 +0000 Subject: [PATCH] feat(models): make Dola Seed 2.0 Pro free model public --- src/lib/providers/bytedance.ts | 2 +- .../openrouter-models-sorting.approved.json | 48 +++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/src/lib/providers/bytedance.ts b/src/lib/providers/bytedance.ts index 34dd4e3a6..96a817cb7 100644 --- a/src/lib/providers/bytedance.ts +++ b/src/lib/providers/bytedance.ts @@ -7,7 +7,7 @@ export const seed_20_pro_free_model: KiloFreeModel = { "Built for the Agent era, it delivers stable performance in complex reasoning and long-horizon tasks, including multi-step planning, visual-text reasoning, video understanding, and advanced analysis. **Note:** For the free endpoint, all prompts and output are logged to improve the provider's model and its product and services. Please do not upload any personal, confidential, or otherwise sensitive information.", context_length: 256_000, max_completion_tokens: 128_000, - status: 'disabled', + status: 'public', flags: ['reasoning', 'prompt_cache', 'vision'], gateway: 'bytedance', internal_id: 'seed-2-0-pro-260328', diff --git a/src/tests/openrouter-models-sorting.approved.json b/src/tests/openrouter-models-sorting.approved.json index 1bbadb21b..8cb6d5284 100644 --- a/src/tests/openrouter-models-sorting.approved.json +++ b/src/tests/openrouter-models-sorting.approved.json @@ -725,6 +725,54 @@ "ai_sdk_provider": "openai" } }, + { + "id": "bytedance-seed/dola-seed-2.0-pro:free", + "canonical_slug": "bytedance-seed/dola-seed-2.0-pro:free", + "hugging_face_id": "", + "name": "ByteDance Seed: Dola Seed 2.0 Pro (free)", + "created": 1756238927, + "description": "Built for the Agent era, it delivers stable performance in complex reasoning and long-horizon tasks, including multi-step planning, visual-text reasoning, video understanding, and advanced analysis. **Note:** For the free endpoint, all prompts and output are logged to improve the provider's model and its product and services. Please do not upload any personal, confidential, or otherwise sensitive information.", + "context_length": 256000, + "architecture": { + "modality": "text+image->text", + "input_modalities": [ + "text", + "image" + ], + "output_modalities": [ + "text" + ], + "tokenizer": "Other", + "instruct_type": null + }, + "pricing": { + "prompt": "0.0000000", + "completion": "0.0000000", + "request": "0", + "image": "0", + "web_search": "0", + "internal_reasoning": "0", + "input_cache_read": "0.00000000" + }, + "top_provider": { + "context_length": 256000, + "max_completion_tokens": 128000, + "is_moderated": false + }, + "per_request_limits": null, + "supported_parameters": [ + "max_tokens", + "temperature", + "tools", + "reasoning", + "include_reasoning" + ], + "default_parameters": {}, + "isFree": true, + "opencode": { + "ai_sdk_provider": "openai-compatible" + } + }, { "id": "kilo-auto/small", "name": "Kilo Auto Small",