Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/providers/bytedance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
48 changes: 48 additions & 0 deletions src/tests/openrouter-models-sorting.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading