the_jokers adlı üyeden alıntı:
mesajı görüntüle
vscode için api var mı
35
●664
- 05-07-2026, 22:02:00hocam ide de kullandığınızda rate limit veriyor mu? vscode de kullanıyorum rate yiyorum sürekliAnıl adlı üyeden alıntı: mesajı görüntüle
- 05-07-2026, 22:03:28saatlik limit bazında mı?the_jokers adlı üyeden alıntı: mesajı görüntüle
- 05-07-2026, 22:14:38yok sürekli böyle bir hata mesajı geliyor prompt girdiğim yerdeAnıl adlı üyeden alıntı: mesajı görüntüle
- 05-07-2026, 22:22:01the_jokers adlı üyeden alıntı: mesajı görüntüle

buraya girdikten sonra aşağıdaki kodu yapıştırıp kaydedip dener misiniz?
[ { "name": "Copilot", "vendor": "copilot", "settings": { "gpt-5.2-codex": {}, "gpt-5.3-codex": { "reasoningEffort": "max" } } }, { "name": "OpenCode Go", "vendor": "customendpoint", "apiKey": "${input:chat.lm.secret.opencodgo}", "apiType": "chat-completions", "models": [ { "id": "deepseek-v4-pro", "name": "DeepSeek V4 Pro", "url": "https://opencode.ai/zen/go/v1/chat/completions", "toolCalling": true, "vision": true, "maxInputTokens": 1000000, "maxOutputTokens": 384000, "reasoningEffort": "high" }, { "id": "deepseek-v4-flash", "name": "DeepSeek V4 Flash High Thinking", "url": "https://opencode.ai/zen/go/v1/chat/completions", "toolCalling": true, "vision": false, "maxInputTokens": 1000000, "maxOutputTokens": 384000, "reasoningEffort": "high" }, { "id": "glm-5.2", "name": "GLM-5.2", "url": "https://opencode.ai/zen/go/v1/chat/completions", "toolCalling": true, "vision": true, "maxInputTokens": 1000000, "maxOutputTokens": 128000, "reasoningEffort": "high" }, { "id": "kimi-k2.7-code", "name": "Kimi K2.7 Code", "url": "https://opencode.ai/zen/go/v1/chat/completions", "toolCalling": true, "vision": true, "maxInputTokens": 262144, "maxOutputTokens": 64000, "reasoningEffort": "high" }, { "id": "qwen3.7-plus", "name": "Qwen3.7 Plus", "url": "https://opencode.ai/zen/go/v1/messages", "toolCalling": true, "vision": true, "maxInputTokens": 1000000, "maxOutputTokens": 65536, "reasoningEffort": "high" }, { "id": "mimo-v2.5-pro", "name": "MiMo-V2.5-Pro", "url": "https://opencode.ai/zen/go/v1/chat/completions", "toolCalling": true, "vision": true, "maxInputTokens": 1000000, "maxOutputTokens": 128000, "reasoningEffort": "high" } ] } ] - 05-07-2026, 22:29:00
- 05-07-2026, 22:30:43the_jokers adlı üyeden alıntı: mesajı görüntüle

bu kısımdan api anahtarınızı güncelleyip dener misiniz hocam
- 05-07-2026, 22:33:27api yi ekledim hocam şuanlık hata vermedi ama bakalım bu arada deepsek high yaptık ama sorguyu çabuk bitirir mi?Anıl adlı üyeden alıntı: mesajı görüntüle
- 05-07-2026, 22:34:13ilk başta max'ta kullanıyodum yanıtı geç bitiriyor diye high'a çektim limit baya dayanıyor ama eğer hızlı biterse medium'a falan çekersiniz hocamthe_jokers adlı üyeden alıntı: mesajı görüntüle




