improvement(providers): audit and update all provider model definitions#3893
improvement(providers): audit and update all provider model definitions#3893waleedlatif1 merged 3 commits intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryMedium Risk Overview Corrects several model capability fields that drive runtime behavior—especially Refines Anthropic extended-thinking configuration so Written by Cursor Bugbot for commit c518c6f. Configure here. |
34fe9e1 to
b517f80
Compare
b517f80 to
9e91504
Compare
9e91504 to
25875dd
Compare
Greptile SummaryThis PR performs a broad audit and update of all provider model definitions across OpenAI, Anthropic, Google Gemini/Vertex, DeepSeek, xAI, Groq, Cerebras, and Mistral. It adds ~15 new models, removes deprecated/shut-down models, corrects context windows and max-output-token limits against live API responses, and updates all Key changes:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[API call with modelId] --> B{supportsAdaptiveThinking?}
B -- opus-4-6 or sonnet-4-6 --> C[thinking type adaptive\nplus output_config]
B -- other thinking model --> D[thinking type enabled\nplus budget_tokens]
B -- non-thinking model --> E[No thinking config]
C --> F[Anthropic API]
D --> F
E --> F
subgraph "Notable new models in PR"
H[claude-sonnet-4-6\nadaptive thinking]
I[deepseek-reasoner\npricing needs verify]
J[gpt-5.2-pro and gpt-5-pro\nreasoning effort only]
K[o3-mini and o3-pro]
L[gemini-3.1-flash-lite-preview\nreplaces gemini-3-pro-preview]
end
Reviews (3): Last reviewed commit: "fix(providers): move maxOutputTokens ins..." | Re-trigger Greptile |
25875dd to
76e077d
Compare
|
@greptile |
|
@cursor review |
|
@greptile |
|
@cursor review |
|
@greptile |
|
@cursor review |
Summary
Type of Change
Testing
Tested manually
Checklist