diff --git a/providers/azure/models/deepseek-v4-flash.toml b/providers/azure/models/deepseek-v4-flash.toml new file mode 100644 index 000000000..0ca4c6a8f --- /dev/null +++ b/providers/azure/models/deepseek-v4-flash.toml @@ -0,0 +1,12 @@ +base_model = "deepseek/deepseek-v4-flash" +name = "DeepSeek-V4-Flash" +tool_call = false + +[cost] +input = 1.74 +output = 3.48 + +[provider] +shape = "completions" +npm = "@ai-sdk/openai-compatible" +api = "https://${AZURE_RESOURCE_NAME}.services.ai.azure.com/models" diff --git a/providers/azure/models/deepseek-v4-pro.toml b/providers/azure/models/deepseek-v4-pro.toml new file mode 100644 index 000000000..1ce549451 --- /dev/null +++ b/providers/azure/models/deepseek-v4-pro.toml @@ -0,0 +1,12 @@ +base_model = "deepseek/deepseek-v4-pro" +name = "DeepSeek-V4-Pro" +tool_call = false + +[cost] +input = 0.19 +output = 0.51 + +[provider] +shape = "completions" +npm = "@ai-sdk/openai-compatible" +api = "https://${AZURE_RESOURCE_NAME}.services.ai.azure.com/models"