Skip to content

openai/gpt-5.3-chat-latest and openai/gpt-5.4 not working #5081

@marctorsoc

Description

@marctorsoc

Bug Description

I was excited this morning to try openai/gpt-5.3-chat-latest after the release, but I'm getting

    raise APIStatusError(
livekit.agents._exceptions.APIStatusError: message='Error getting model definition', status_code=400, retryable=True,

in 1.4.5 defining it like this

inference.LLM(
            model="openai/gpt-5.3-chat-latest",
)

Same for openai/gpt-5.4

Expected Behavior

This should work since #5030 and also they are in the docs: https://docs.livekit.io/agents/models/llm/

Reproduction Steps

1. Explained above
2.
3.
...
- Sample code snippet, or a GitHub Gist link -

Operating System

mac

Models Used

No response

Package Versions

livekit==1.1.2
livekit-api==1.1.0
livekit-agents=1.4.5

Session/Room/Call IDs

No response

Proposed Solution

Additional Context

No response

Screenshots and Recordings

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions