Skip to content

Commit f9e4936

Browse files
feat(ai-gateway): allow vercel routing for stepfun 3.7 flash free model (#3620)
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> Co-authored-by: Christiaan Arnoldus <christiaan@kilocode.ai>
1 parent 002f1e5 commit f9e4936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/lib/ai-gateway/providers/stepfun.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const stepfun_37_flash_free_model: KiloExclusiveModel = {
1212
context_length: 262_144,
1313
max_completion_tokens: 262_144,
1414
status: 'public',
15-
flags: ['reasoning', 'vision'],
15+
flags: ['reasoning', 'vision', 'vercel-routing'],
1616
gateway: 'openrouter',
1717
internal_id: 'stepfun/step-3.7-flash',
1818
pricing: null,

0 commit comments

Comments
 (0)