Developers Forum
Hi,
In 1.44 Anthropic and hence Claude if part of the Generative LLM drop list.
Regards
Mark
Hi,
Below is a note from Support and Engineering
We checked the current R1.43 behavior for direct Anthropic/Claude access.
Claude via AWS Bedrock is available in R1.43. However, direct Anthropic API access is not supported out of the box in R1.43 because the current GenAI service image does not package the Anthropic LangChain provider library. The OpenAI-compatible configuration may be useful for prototyping or experimentation, but we should not treat it as supported production guidance for dev.vantiq.com / R1.43.
For R1.43, the supported approach is to use a custom GenAI service image based on the published Vantiq quay.io image and add the provider library there. For Anthropic, that means adding:
langchain-anthropic < 1.0.0
The version constraint matters because R1.43 uses the LangChain 0.3.x dependency line.
For Edge deployments, the equivalent change is a Docker Compose image/configuration update to use the custom image.
Regards
Mark
- You must be logged in to reply to this topic.
Hi everyone!
I noticed that to use Claude as the LLM directly from the model configuration, we had to have other components deployed in the GenAI Service image, or use Bedrock.
To avoid this, and to make it easy, we can select the openai base, any model, and then use this as the configuration:
{
\”openai_api_base\”: \”https://api.anthropic.com/v1\”,
\”model_name\”: \”claude-sonnet-4-6\”
}
Attachments:
You must be logged in to view attached files.