feat: add ollama/qwen3.5-9b-q4_k_m model params#37
Conversation
|
@zunami is attempting to deploy a commit to the Manifest Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for the contribution, @zunami — and sorry for the slow look! 🙏 A few things to sort before this can go in: 1. Provider should be the maker, not the runtime. The catalog is keyed by who makes the model, not how it's served — so Ollama-served models live under their maker. Qwen is Alibaba, and we already track it at 2. Param surface. The file mixes OpenAI-compatible params ( # yaml-language-server: $schema=https://modelparams.dev/api/v1/schema.json3. CI is red + branch is stale. It needs a rebase on One open question worth your thoughts: since |
Adds parameter definitions for qwen3.5:9b-q4_K_M running via Ollama.
Intentionally omits thinking.type — Ollama reports capabilities: ["thinking"]
via /api/show, but does not accept the Anthropic-style thinking API parameter.
Sending it causes "Failed to reach upstream provider" errors.
Ollama handles thinking internally via prompt prefix (/no_think), not via
API parameters.