What you saw
model value your client sent.
Why it happened
You sent a concrete model ID instead ofauto to an OpenAI-format endpoint, but that model is not available to this agent.
This can happen when:
- The model ID is misspelled or retired.
- The provider is not connected yet, or it is connected but not enabled for this agent.
- You used a provider-native name when Manifest expects the exact ID returned by
GET /v1/models. - Manifest refuses the request instead of falling back to automatic routing.
How to fix it
- Call
GET /v1/modelswith the same Manifest agent key. - Use
autoto let Manifest route, or copy one of the listed model IDs exactly. - If the model should be available, open the dashboard link in the error and enable or connect that provider for this agent.
- Retry the request.