Qio

Results 39 comments of Qio

> I think this is already possible you just need to specify the settings in your opencode.json (like baseurl / api) and hook it up to the openai vercel ai...

> https://opencode.ai/docs/providers/#custom-provider @rekram1-node I have config the opencode.json with "npm": "@ai-sdk/openai", however, it does not work, how to config it for /v1/responses flow in the opencode?

{ "$schema": "https://opencode.ai/config.json", "provider": { "gaisf": { "npm": "@ai-sdk/openai-compatible", "name": "gaisf openai", "options": { "baseURL": "https://xxx.xxxx.inc/v1" }, "models": { "azure/gpt-5": { "name": "gpt-5" }, "azure/aide-gpt-4.1": { "name": "gpt-4.1" } }...

[2025-11-10T060322.log](https://github.com/user-attachments/files/23446861/2025-11-10T060322.log) @rekram1-node error log

@rekram1-node I have find the root cause, the model name is wrong, change the model to the gpt-5, it work fine

hi @lhjt Where did you see API_TIMEOUT_MS in the documentation or website? > For anyone else on this thread or who comes across this - I did some investigating and...

> > hi [@lhjt](https://github.com/lhjt) > > Where did you see API_TIMEOUT_MS in the documentation or website? > > > For anyone else on this thread or who comes across this...

@lhjt Thanks, I got it

> Claude Code v1.0.80 > > ``` > > /model sonnet[1m] > ⎿  Set model to sonnet[1m] (claude-sonnet-4-20250514[1m]) > ``` @beala my claude code does not have this model, how...

hi @thdxr @xhuw Could you fix this issue? default timeout is no timeout (runs forever) max timeout is very long (1 day? infinite?)