Skip to content

Commit 93c67b5

Browse files
Backport: Baseten provider Kimi K2 0711, Llama 4 Maverick and Llama 4 Scout Model APIs deprecation (#9396)
This is an automated backport of #9257 to the release-v5.0 branch. Co-authored-by: Alex Ker <thealexker@gmail.com> Co-authored-by: AlexKer <AlexKer@users.noreply.github.com>
1 parent 4ed354c commit 93c67b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/baseten/src/baseten-chat-options.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
export type BasetenChatModelId =
55
| 'deepseek-ai/DeepSeek-R1-0528'
66
| 'deepseek-ai/DeepSeek-V3-0324'
7-
| 'meta-llama/Llama-4-Maverick-17B-128E-Instruct'
8-
| 'meta-llama/Llama-4-Scout-17B-16E-Instruct'
9-
| 'moonshotai/Kimi-K2-Instruct'
7+
| 'deepseek-ai/DeepSeek-V3.1'
8+
| 'moonshotai/Kimi-K2-Instruct-0905'
109
| 'Qwen/Qwen3-235B-A22B-Instruct-2507'
1110
| 'Qwen/Qwen3-Coder-480B-A35B-Instruct'
1211
| 'openai/gpt-oss-120b'

0 commit comments

Comments
 (0)