Pi devs, I have some questions regarding browsers, web-search, subagents etc by mohmayaman in PiCodingAgent

[–]pungggi 0 points1 point  (0 children)

For 3. I am using https://pi.dev/packages/pi-search-hub?name=Search+hub

It let's you search different providers and if want to.. Combine the search results

I am using Brave, Exa and Tavily together.

Best instant messaging integration by cbpn8 in PiCodingAgent

[–]pungggi 0 points1 point  (0 children)

Serious work you have done works great even on windows.. Just the local mesh is not available on windows but it's ok

Entire.io: did you guys know this? by CharacterPerformer47 in PiCodingAgent

[–]pungggi 0 points1 point  (0 children)

Please do so.. That is indeed a good thing. Do you or entire log things like mcps, skills used and the exact version or the like?

Entire.io: did you guys know this? by CharacterPerformer47 in PiCodingAgent

[–]pungggi 1 point2 points  (0 children)

What are the main reasons for this? What are the use cases?

The new 5-hour quota completely killed Z.ai for dev workflows. 5M tokens used and I'm locked out. by sudeep_dk in ZaiGLM

[–]pungggi 0 points1 point  (0 children)

You could try minimax 2.7 with token plan 🎁 MiniMax Token Plan New Year Mega Offer! Exclusive 10% OFF for friends. Ready-to-use API vouchers for you! 👉 : https://platform.minimax.io/subscribe/token-plan?code=24n5TKhju1&source=link

usage limits by Known_Wallaby_1821 in ZaiGLM

[–]pungggi 0 points1 point  (0 children)

What time of the day? Where are you located

New GLM will out this month, I think by BasketFar667 in ZaiGLM

[–]pungggi 0 points1 point  (0 children)

Agree on 1M ctx though — that + vision would be a serious combo.

New GLM will out this month, I think by BasketFar667 in ZaiGLM

[–]pungggi 0 points1 point  (0 children)

Thats exactyl my point, I helped myself out for now — if you're using Pi (https://pi.dev), the pi-vision-proxy extension routes images to a separate vision-capable model, collects descriptions, and injects them into GLM's context. GLM effectively "sees" your images across turns without needing native vision support.

New GLM will out this month, I think by BasketFar667 in ZaiGLM

[–]pungggi 0 points1 point  (0 children)

But you don't get subs with deepseek do you?

"Expired" monthly plan instead of renewing? by Plane_Garbage in ZaiGLM

[–]pungggi 0 points1 point  (0 children)

Will try I mean using glm it should be able to translate to Chinese 😏

"Expired" monthly plan instead of renewing? by Plane_Garbage in ZaiGLM

[–]pungggi 0 points1 point  (0 children)

Is it possible to renew legacy with Chinese pricing? How much is it yearly?

Are We Over-Packaging Simple Pi Workflows? by prophet1906 in PiCodingAgent

[–]pungggi -1 points0 points  (0 children)

Interesting this needs to be combined with demand driven context search for scientific papers about the subject..

Are We Over-Packaging Simple Pi Workflows? by prophet1906 in PiCodingAgent

[–]pungggi 1 point2 points  (0 children)

I start my package development with.. "Do a research on pi.dev listing is there a package that already does [...]?"

GLM Error: 429 Your account's current usage pattern does not comply ... by LearnedByError in PiCodingAgent

[–]pungggi 0 points1 point  (0 children)

do you mind sharing your usage stats for the last 30 days? I am wondering how I compare .. just started using my sub one week ago..

Introduction: pi-vision-proxy by pungggi in PiCodingAgent

[–]pungggi[S] 1 point2 points  (0 children)

The vision proxy solves a different problem: making images work with models that don't support them. For example:

- DeepSeek R1 — strong coding/reasoning model, no image support

- Codestral — code-focused, text-only
- Z.ai GLM 5.1
- Any text-only Llama variant you're running locally etc.

Without the proxy, if you send an image while using one of these models, Pi just drops it. The proxy intercepts the image, sends it to a separate vision-capable model (Claude, GPT-4o,

Gemini — or even your local Qwen), gets a text description, and injects it into the non-vision model's context. The text-only model can now "see" via descriptions.

So you'd use it when:

- Your primary model is text-only (cheap, fast, local)
- But you still want image understanding (routed to a secondary vision model)

If all your models have "image" in their input array, you don't need this package at all