-
Notifications
You must be signed in to change notification settings - Fork 327
Non-retryable error from model with OVH AI endpoints #2300
Copy link
Copy link
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
I'm trying the OVH AI endpoints (https://www.ovhcloud.com/en/public-cloud/ai-endpoints/#) with
- docker-agent
1.40.0 - qwencode CLI
- opencode CLI
I used this prompt: implement in ./demo this: @specifications.md
I use this model: Qwen3-Coder-30B-A3B-Instruct
- with qwencode CLI: the agent was able to generate the source code
- with opencode CLI: the agent was able to generate the source code
- with docker-agent: the completion starts and about some seconds I get errors:
time=2026-04-01T06:56:21.388Z level=DEBUG msg="Unknown error type, not retrying" error="error receiving from stream: unexpected end of JSON input"
time=2026-04-01T06:56:21.388Z level=ERROR msg="Non-retryable error from model" agent=root model=ovh_provider/Qwen3-Coder-30B-A3B-Instruct error="error receiving from stream: unexpected end of JSON input"
time=2026-04-01T06:56:21.388Z level=ERROR msg="All models failed" agent=root error="all models failed: error receiving from stream: unexpected end of JSON input"
How can I help you to debug this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working