[server]
bind = "127.0.0.1:3000"
[models.DeepSeek-V4-Pro]
public_model = "DeepSeek-V4-Pro"
upstream_family = "chat_completions"
upstream_deployment = "DeepSeek-V4-Pro"
upstream_model = "DeepSeek-V4-Pro"
chat_completions_url = "https://YOUR-RESOURCE.YOUR-REGION.services.ai.azure.com/openai/v1/chat/completions"
auth_header = "api-key"
auth_env_var = "AZURE_AI_FOUNDRY_API_KEY"
send_model_in_body = true
include_stream_usage = true
retry_without_stream_options_on_4xx = true
instruction_role = "system"
display_name = "DeepSeek V4 Pro"
description = "DeepSeek-V4-Pro via Azure AI Foundry Chat Completions"
context_window = 1000000