Closed vt-alt closed 3 hours ago
Argcfile is for testing the provider's API locally.
The models-openai-compatible subcommand only works for the OpenAI-compatible list models API, as expected.
I understand that, but thought it may be useful information in case you would want to add something like models-cloudflare
. Or for other users willing to get list of CF models. ✌
There is no guarantee that argcfile provides a list of models for every LLM provider. Many LLM providers do not provide any list models API (or anything similar) at all.
List with
models-openai-compatible
is not working because of"GET not supported for requested URI."
error. But it's still possible to list cloudlfare models with model search API https://developers.cloudflare.com/api/operations/workers-ai-search-modelBtw, it would also be nice if aichat could autodiscover supported models.