Skip to content
Merged
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 apps/web/src/lib/ai-gateway/providers/streamlake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const kat_coder_pro_v2_5_free_model: KiloExclusiveModel = {
'KAT-Coder-Pro V2.5 is a flagship-level Agentic Coding model that can directly hand over an entire issue or an entire business workflow to it, allowing it to autonomously locate and make modifications, and complete the entire process in the actual repository. At the same time, it seamlessly integrates multiple experts to fully retain the front-end aesthetic generation capability of V2.',
context_length: 256_000,
max_completion_tokens: 80_000,
status: 'public',
status: 'disabled',
flags: ['reasoning'],
gateway: 'streamlake',
internal_id: 'ep-fsp5wc-1783487206835267047',
Expand Down