Azure, provides models through 2 ways:
- Azure openAI specific to gpt LLM series
- Azure Foundry for all models available in azure ( openai, mistral, claude …) with the help of foundry sdk
2 way to implements:
- add a Azure foundry provider with the foundry sdk
- modify base AI provider to support multiple AI provider
As example claude can be provided by anthropic or openrouter or azure:
trustgraph-flow/trustgraph/model/text_completion/claude/llm.py
azure endpoint for claude is: https://<put project foundry name here>.services.ai.azure.com/anthropic/
Azure, provides models through 2 ways:
2 way to implements:
As example claude can be provided by anthropic or openrouter or azure:
trustgraph-flow/trustgraph/model/text_completion/claude/llm.pyazure endpoint for claude is:
https://<put project foundry name here>.services.ai.azure.com/anthropic/