Перейти к содержимому

Get FREE DeepSeek V4 Pro & Qwen API Keys | xKiro + OpenCode Setup (2026)

Hammad Tries Tech

0:00 / 0:00

Get FREE DeepSeek V4 Pro & Qwen API Keys | xKiro + OpenCode Setup (2026)

1 175 просмотров · 2 недели назад
Hammad Tries Tech
25 подписчиков
1 175 просмотров · 2 недели назад
*Get FREE API Access to DeepSeek V4 Pro & Qwen Latest Models using xKiro + OpenCode!* In this video, I'll show you how to get your *xKiro API key* and connect it with *OpenCode* to use powerful AI models like **DeepSeek V4 Pro**. 🔗 *Get your xKiro API Key:* [https://xkiro.com/ref/GUBTACW](https://xkiro.com/ref/GUBTACW?utm_sou...) 🔗 *OpenCode:* [https://opencode.ai/](https://opencode.ai/?utm_source=chatg...) --- 🛠️ Setup Commands 1️⃣ Create the OpenCode configuration directory ```powershell New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.config\opencode" | Out-Null ``` 2️⃣ Open the OpenCode configuration file ```powershell notepad "$env:USERPROFILE\.config\opencode\opencode.json" ``` 3️⃣ Add this configuration ```json { "$schema": "https://opencode.ai/config.json", "provider": { "xkiro": { "npm": "@ai-sdk/openai-compatible", "name": "xKiro", "options": { "baseURL": "https://api.xkiro.com/v1", "apiKey": "{env:XKIRO_API_KEY}" }, "models": { "deepseek/deepseek-v4-pro": { "name": "DeepSeek V4 Pro" } } } } } ``` 4️⃣ Add your xKiro API key Replace `paste-your-xkiro-api-key-here` with your actual API key: ```powershell setx XKIRO_API_KEY "paste-your-xkiro-api-key-here" ``` ⚠️ *Important:* Never share your API key publicly or upload it to GitHub. --- What You'll Learn ✅ How to get an xKiro API key ✅ How to configure OpenCode ✅ How to connect an OpenAI-compatible API ✅ How to use DeepSeek V4 Pro through OpenCode ✅ How to configure environment variables on Windows ✅ How to set up AI coding models in OpenCode If you found this video useful, *LIKE 👍, SUBSCRIBE 🔔, and SHARE* it with other developers! #DeepSeek #Qwen #OpenCode #AI #GenerativeAI #Coding #AIAssistant #API #DeepSeekV4 #Qwen3 #DeveloperTools #AIProgramming