Skip to content

Commit 5a22084

Browse files
committed
Add GPT-5.4 to inference OpenAIModels type
Add the model to the OpenAIModels type so it's available via LiveKit inference.
1 parent b9175ff commit 5a22084

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agents/src/inference/llm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { type AnyString, createAccessToken } from './utils.js';
1717
const DEFAULT_BASE_URL = 'https://agent-gateway.livekit.cloud/v1';
1818

1919
export type OpenAIModels =
20+
| 'openai/gpt-5.4'
2021
| 'openai/gpt-5.2'
2122
| 'openai/gpt-5.2-chat-latest'
2223
| 'openai/gpt-5.1'

0 commit comments

Comments
 (0)