Hello,
Whenever I try to ask the Claude models for information, I get an error 404, no matter what model I select. This is because the models that BasiliskLLM shows are hard-coded, rather than being fetched dynamically, and these hard-coded models are now deprecated. The Anthropic API allows for dynamic model fetching so that a piece of software calling the API knows what models are available. This is done via the /v1/models endpoint. I believe other model providers have the same endpoint for fetching their available models. Can you please set that up in future versions of the application? As it stands, Claude/Anthropic is completely unusable in the current app version, 0.1A10.
Thank you.
Hello,
Whenever I try to ask the Claude models for information, I get an error 404, no matter what model I select. This is because the models that BasiliskLLM shows are hard-coded, rather than being fetched dynamically, and these hard-coded models are now deprecated. The Anthropic API allows for dynamic model fetching so that a piece of software calling the API knows what models are available. This is done via the /v1/models endpoint. I believe other model providers have the same endpoint for fetching their available models. Can you please set that up in future versions of the application? As it stands, Claude/Anthropic is completely unusable in the current app version, 0.1A10.
Thank you.