add Azure OpenAI Responses provider with deployment-aware model mapping
This commit is contained in:
committed by
Mario Zechner
parent
951fb953ed
commit
856012296b
@@ -43,6 +43,7 @@ const ModelDefinitionSchema = Type.Object({
|
||||
Type.Union([
|
||||
Type.Literal("openai-completions"),
|
||||
Type.Literal("openai-responses"),
|
||||
Type.Literal("azure-openai-responses"),
|
||||
Type.Literal("openai-codex-responses"),
|
||||
Type.Literal("anthropic-messages"),
|
||||
Type.Literal("google-generative-ai"),
|
||||
@@ -70,6 +71,7 @@ const ProviderConfigSchema = Type.Object({
|
||||
Type.Union([
|
||||
Type.Literal("openai-completions"),
|
||||
Type.Literal("openai-responses"),
|
||||
Type.Literal("azure-openai-responses"),
|
||||
Type.Literal("openai-codex-responses"),
|
||||
Type.Literal("anthropic-messages"),
|
||||
Type.Literal("google-generative-ai"),
|
||||
|
||||
Reference in New Issue
Block a user