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' },
];