41 Commits

Author SHA1 Message Date
Xarth f531977ba7 feat(deepseek): add V4 Flash Vision Exp (#5217) 2026-08-21 16:27:55 -05:00
m3 73e0f6827b Add DeepSeek V4 Pro 0813 (#4570) 2026-08-12 12:21:32 -05:00
github-actions[bot] 404ddbc4d9 fix: deepseek-v4-flash reasoning_options omit low, which the API accepts and honors (#3963)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-04 09:23:13 -05:00
Aiden Cline 8851d6411c fix: factor DeepSeek V4 Flash 0731 providers (#3957)
* fix: factor DeepSeek V4 Flash 0731 providers

* fix: update DeepSeek Flash API base model

* fix: update OpenCode DeepSeek Flash base models
2026-08-02 11:03:50 -05:00
leandrotcawork 8d8f4dcdfb fix(deepseek): add reasoning token cost for deepseek-v4-pro and deepseek-v4-flash (#3915)
* fix(deepseek): add reasoning token cost for deepseek-v4-pro

DeepSeek bills reasoning (CoT) tokens at the standard output rate.
https://api-docs.deepseek.com/quick_start/pricing/

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(deepseek): add reasoning token cost for deepseek-v4-flash

DeepSeek bills reasoning (CoT) tokens at the standard output rate.
https://api-docs.deepseek.com/quick_start/pricing/

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(deepseek): cover reasoner and cite reasoning=output billing

Add cost.reasoning for deepseek-reasoner (same gap as V4) and document
that CoT is billed at the output rate with reasoning_tokens as a
completion_tokens subset, so estimators do not double-count.

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-07-31 15:58:18 -05:00
Adam 5c281e4feb feat: model descriptions 2026-07-01 14:16:49 -05:00
Aiden Cline 4e85eac00a docs: document provider reasoning request formats 2026-06-26 09:37:21 -05:00
Aiden Cline 05c1041160 [deepseek] Mark reasoner controls fixed 2026-06-11 22:54:19 -05:00
Aiden Cline b5c33b6347 [deepseek] Add reasoning options 2026-06-11 22:51:41 -05:00
licat2023 68b75c7e5f fix(models.dev): correct deepseek-reasoner cache_read pricing (0.028 to 0.0028)
Matches DeepSeek V4 Flash pricing as deepseek-reasoner is a deprecated alias.
Ref: https://api-docs.deepseek.com/quick_start/pricing
2026-06-07 05:01:20 +08:00
licat2023 b780073b8d fix(models.dev): correct deepseek-chat cache_read pricing (0.028 to 0.0028)
Matches DeepSeek V4 Flash pricing as deepseek-chat is a deprecated alias.
Ref: https://api-docs.deepseek.com/quick_start/pricing
2026-06-07 05:01:18 +08:00
Aiden Cline dd9d6ff54e feat(deepseek): add reasoning options 2026-06-03 16:08:09 -05:00
huxeon 4cdb4c700b fix: modify the deepseek v4 flash/pro price in provider deepseek and opencode-go 2026-05-24 13:33:56 +08:00
MiyakoMeow d347093b03 feat(deepseek): 1M context / 384k output 2026-04-25 18:58:12 +08:00
Frank 37ae6fe7c8 update zen models 2026-04-24 12:11:33 -04:00
Aiden Cline dcd37ccdbb add deepseek v4 flash 2026-04-24 08:34:03 -04:00
Frank 1cc0c9c074 sync 2026-04-24 03:03:06 -04:00
wenbindu 05242f68d4 add deepseek new moel 2026-04-24 12:06:19 +08:00
Mohd Saif Ansari e86cc85dd4 fix: update deepseek-chat context window 2026-04-05 01:59:40 +05:30
Atte Viitanen b986313f42 feat: [deepseek]: update official deepseek model details 2026-02-28 13:22:26 +02:00
Aiden Cline 1008f394ee wip 2026-01-13 18:33:02 -06:00
Aaron Iker d35af033d0 fix: visually align provider logos 2025-12-21 22:08:18 +01:00
Adam 8de746edab feat: model family 2025-12-14 03:41:22 -06:00
Aiden Cline 10d232abb9 fix: deepseek 2025-12-10 11:17:09 -06:00
Victor Ng 5b8cb39265 add deepseek/Deepseek 3.2 2025-12-07 23:27:47 -05:00
mlazuardy 0a345c9fd7 Update DeepSeek model costs and last_updated 2025-11-17 22:53:39 +07:00
rekram1-node acb1551f83 fix: deepseek-chat output limit 2025-08-31 22:18:47 -05:00
Mahamed-Belkheir 7d34f2e678 add: chutes deepseek v3.1 and thinking model, update deepseek's chat and reasoner context 2025-08-24 11:13:48 +00:00
Jay V 19b9af7e30 displaying logos, adding more 2025-08-12 19:32:14 -04:00
Frank d3e9843abd Updated modalities structure 2025-06-23 17:41:14 -04:00
Frank 6fe5e0de7c Rename open to open_weights 2025-06-23 15:05:42 -04:00
Frank 8f4c403b64 Track if model weights are public 2025-06-23 14:24:37 -04:00
Frank 413b00aff4 Merge pull request #20 from aryasaatvik/feat/model-dates
feat: add release_date and last_updated fields
2025-06-22 22:24:09 -04:00
Dax 11be6a3025 Update provider.toml 2025-06-22 19:18:10 -04:00
Saatvik Arya 59ef568d79 fix: update release_date and last_updated for multiple models
- Updated release_date and last_updated fields for Anthropic Claude 2.1, Claude 2, DeepSeek Chat, Codestral, and Vercel models.
- Ensured all dates are accurate and follow the YYYY-MM-DD format.
2025-06-21 13:27:32 +05:30
Saatvik Arya fbc87e3434 feat: add comprehensive release dates for all AI models
- Updated 151+ model files across 11 providers with accurate release_date and last_updated fields
- Added dates for OpenAI, Azure, Anthropic, Google, Amazon Bedrock, Meta Llama, DeepSeek, xAI, Mistral, Groq, and other providers
- Corrected Llama 4 model dates to accurate release date (2025-04-05)
- Aligned Azure OpenAI models with corresponding OpenAI model dates
- Verified DeepSeek model dates through web research
- All dates follow YYYY-MM-DD format as per schema requirements
2025-06-21 13:13:40 +05:30
Frank edc4a464e5 Update data 2025-06-19 02:56:13 -04:00
Frank 152baf7d53 Add documentation links for various providers in TOML files 2025-06-18 13:56:21 -04:00
Frank 19bc7d7cfb Rename cache fields and make them optional
- Rename inputCached/outputCached to cache_read/cache_write in schema
- Make cache fields optional in ModelSchema
- Remove cache fields from TOML files where value is $0
- Keep cache fields only when they have actual pricing values

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-17 18:26:49 -04:00
Frank 7d78869e87 Add npm field to provider schema and configurations
Added npm field to ProviderSchema validation and specified AI SDK packages for all providers to enable package dependency tracking.

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
2025-06-17 18:14:55 -04:00
Frank 788d887eb1 Add DeepSeek models 2025-06-10 18:55:28 -04:00