mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
draft commit to add support for xAI, LambdaAI, TogehterAI, AzureOpenAI
This commit is contained in:
parent
b56311f458
commit
79ff4bb164
7 changed files with 170 additions and 24 deletions
|
|
@ -25,6 +25,12 @@ llm_providers:
|
|||
|
||||
- model: anthropic/claude-3-haiku-20240307
|
||||
access_key: $ANTHROPIC_API_KEY
|
||||
# Azure OpenAI Models
|
||||
|
||||
- model: azure_openai/gpt-5-mini
|
||||
access_key: $AZURE_API_KEY
|
||||
base_url: https://katanemo.openai.azure.com
|
||||
|
||||
|
||||
# Model aliases - friendly names that map to actual provider names
|
||||
model_aliases:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue