| 1 | provider = "deepseek" |
| 2 | default_text_model = "deepseek-v4.1-flash-expires-on-0910" |
| 3 | telemetry = false |
| 4 | |
| 5 | [[custom_models]] |
| 6 | provider = "deepseek" |
| 7 | base_url = "https://models.example.test/v1" |
| 8 | id = "deepseek-v4.1-flash-expires-on-0910" |
| 9 | display_name = "Temporary preview" |
| 10 | reasoning = false |
| 11 | tool_call = true |
| 12 | attachment = true |
| 13 | structured_output = false |
| 14 | future_note = "preserve this metadata" |
| 15 | limit = { context = 96000, input = 88000, output = 8000 } |
| 16 | cost = { input = 0.4, output = 1.6, cache_read = 0.1 } |
| 17 | modalities = { input = ["text", "image"], output = ["text"] } |
| 18 | |
| 19 | [providers.deepseek] |
| 20 | base_url = "https://models.example.test/v1" |
| 21 |