feat: add DeepSeek quota provider #2594

This commit is contained in:
Bohdan Triapitsyn
2026-08-03 18:37:31 +03:00
committed by GitHub
9 changed files with 457 additions and 0 deletions
@@ -22,5 +22,6 @@ export const QUOTA_PROVIDERS: QuotaProviderMeta[] = [
{ id: 'wafer', name: 'Wafer.ai' },
{ id: 'opencode-go', name: 'OpenCode Go' },
{ id: 'crof', name: 'CrofAI' },
{ id: 'deepseek', name: 'DeepSeek' },
{ id: 'neuralwatt', name: 'NeuralWatt' },
];
+1
View File
@@ -17,6 +17,7 @@ export type QuotaProviderId =
| 'wafer'
| 'opencode-go'
| 'crof'
| 'deepseek'
| 'neuralwatt';
export interface UsageWindow {