• 05-07-2026, 15:03:15
    #19
    the_jokers adlı üyeden alıntı: mesajı görüntüle
    vscode de api olarak kullanılıyor mu?
    evet
  • 05-07-2026, 22:02:00
    #20
    Anıl adlı üyeden alıntı: mesajı görüntüle
    zoocode eklentisi ile birlikte kullanabilirsiniz, deepseek v4 flash kullanırsanız bitirebileceğinizi sanmıyorum. 60 dolarlık api kredisi veriyor sanırım
    hocam ide de kullandığınızda rate limit veriyor mu? vscode de kullanıyorum rate yiyorum sürekli
  • 05-07-2026, 22:03:28
    #21
    the_jokers adlı üyeden alıntı: mesajı görüntüle
    hocam ide de kullandığınızda rate limit veriyor mu? vscode de kullanıyorum rate yiyorum sürekli
    saatlik limit bazında mı?
  • 05-07-2026, 22:14:38
    #22
    Anıl adlı üyeden alıntı: mesajı görüntüle
    saatlik limit bazında mı?
    yok sürekli böyle bir hata mesajı geliyor prompt girdiğim yerde

  • 05-07-2026, 22:22:01
    #23
    the_jokers adlı üyeden alıntı: mesajı görüntüle
    yok sürekli böyle bir hata mesajı geliyor prompt girdiğim yerde


    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
    #24
    Anıl 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"
                }
            ]
        }
    ]
    apiyi eklemeyi unutmuşum şuan komut çalıştı ama bakalım

  • 05-07-2026, 22:30:43
    #25
    the_jokers adlı üyeden alıntı: mesajı görüntüle
    ekledim yine böyle bir hata verdi, para verdik işkence çekiyoruz


    bu kısımdan api anahtarınızı güncelleyip dener misiniz hocam
  • 05-07-2026, 22:33:27
    #26
    Anıl adlı üyeden alıntı: mesajı görüntüle

    bu kısımdan api anahtarınızı güncelleyip dener misiniz hocam
    api yi ekledim hocam şuanlık hata vermedi ama bakalım bu arada deepsek high yaptık ama sorguyu çabuk bitirir mi?
  • 05-07-2026, 22:34:13
    #27
    the_jokers adlı üyeden alıntı: mesajı görüntüle
    api yi ekledim hocam şuanlık hata vermedi ama bakalım bu arada deepsek high yaptık ama sorguyu çabuk bitirir mi?
    ilk 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 hocam