### Problem (one or two sentences) Request to add Kimi K2 thinking to Google VertexAI provider ### Context (who is affected and when) . ### Desired behavior (conceptual, not technical) . ### Constraints / preferences (optional) _No response_ ### Request checklist - [x] I've searched existing Issues and Discussions for duplicates - [x] This describes a specific problem with clear context and impact ### Roo Code Task Links (optional) _No response_ ### Acceptance criteria (optional) _No response_ ### Proposed approach (optional) Add new model `moonshotai/kimi-k2-thinking-maas` in `packages/types/src/providers/vertex.ts` with following configuration ```js { maxTokens: 262_144, contextWindow: 262_144, supportsPromptCache: false, supportsImages: false, inputPrice: 0.6, outputPrice: 2.5, description: "Kimi K2 Thinking Model with 256K context window.", } ``` ### Trade-offs / risks (optional) _No response_