add databricks ai gateway provider (#9274)

Signed-off-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
Bradley Axen
2026-05-26 15:45:01 -07:00
committed by GitHub
parent b0cd61aa42
commit 7dc904e1e2
7 changed files with 610 additions and 70 deletions
+1
View File
@@ -79,6 +79,7 @@ export const providerPrefixes: Record<string, string[]> = {
google: ['GOOGLE_'],
groq: ['GROQ_'],
databricks: ['DATABRICKS_'],
databricks_v2: ['DATABRICKS_'],
openrouter: ['OPENROUTER_'],
ollama: ['OLLAMA_'],
azure_openai: ['AZURE_'],