Hi KodeKloud team,
I’m unable to use KodeKey with the Codex CLI because the API responses are inconsistent.
-
GET /v1/modelssucceeds and returns models includinggpt-5.5. -
POST /v1/responseswith:
{
"model": "gpt-5.5",
"input": "Hello"
}
returns:
401 Unauthorized
user not allowed to access model.
This user can only access models=['kodekey-pro']
-
POST /v1/responseswith:
{
"model": "kodekey-pro",
"input": "Hello"
}
returns:
400 Invalid model name passed in model=kodekey-pro
So the authorization service says my key can only use kodekey-pro, while the Responses API says kodekey-pro is not a valid model, and the Models API advertises gpt-5.5.
Could you please verify the model mapping and permissions for my KodeKey account?