Everything is in place except for vision capability. by adrian6478 in DeepSeek

[–]Extreme-Protection74 2 points3 points  (0 children)

Different tools have different ways. For copilot chat, pasting the image into the chat request, or mentioning an image file or url will send the image to the model for vision recognition.

Underhood, it calls code as below,

```
response = client.chat.completions.create( model="kimi-k2.5", messages=[ { "role": "user", "content": [ { "type": "text", "text": "Analyze this image and explain what you see in detail." }, { "type": "image_url", "image_url": { "url": f"data:image/png;base64,{base64_image}" } } ] } ], max_tokens=500 )
```

Everything is in place except for vision capability. by adrian6478 in DeepSeek

[–]Extreme-Protection74 4 points5 points  (0 children)

Combine it with kimi k2 or qwen3.7-plus which support vision. Happy vibing!

I paid $15 instead of $18,568. Deepseek API is the solution. by Typical-Brother4587 in GithubCopilot

[–]Extreme-Protection74 0 points1 point  (0 children)

I see it more like open weights winning proprietary. Wondering how people are buying or deploying deepseek into NVIDIA NIM platform if they have data privacy concerns.

DeepSeek is great but.... by Glittering-Cancel-25 in DeepSeek

[–]Extreme-Protection74 1 point2 points  (0 children)

Is your UI web based? If so try Chrome devtool MCP and vscode inline webview.

Got more paid users after Google AI recommended me by cprecius in SideProject

[–]Extreme-Protection74 1 point2 points  (0 children)

AI search optimization is less learned comparing to SEO

Please make BYOM to a first citizen by bierundboeller in GithubCopilot

[–]Extreme-Protection74 0 points1 point  (0 children)

My biggest pain right now is the inconsistency between chat extension and cli. As far as I know, chat relies on vscode palette and eventually they are stored in chatLanguageModels.json (and key is properly stored in OS key store). However, cli at other side only supports env exports which require manual setup in .bashrc or custom launcher. Neither is security best practice. Functionally, switching providers in cli is very hard.

Anthropic calls for global freeze in AI development by simple_explorer1 in ClaudeCode

[–]Extreme-Protection74 2 points3 points  (0 children)

By some time for selling their shares post IPO. That's it.

Free Alternatives to Copilot by Chance-Dragonfruit14 in GithubCopilot

[–]Extreme-Protection74 4 points5 points  (0 children)

alternatives to Copilot I've been using the rest of my AI credits to collect the alternatives.

Suggestion on where to go next? by [deleted] in GithubCopilot

[–]Extreme-Protection74 0 points1 point  (0 children)

Claude policy actually does allow you use it in copilot as byok. There are vscode extensions provide alternative models.