- Joined
- Aug 14, 2024
- Messages
- 159
- Reaction score
- 195
any news on that?
In U10, the latest models will be available.Are there any plans to allow newer AI models to be added without waiting for future Updates? For example, newer AI models sometimes come out quite fast and GPT-Realtime-2, GPT-Realtime-2.1, and GPT-Realtime-2.1 mini have all released since this thread was first made, but we are still on GPT-Realtime-1.5 in Update 9
GPT-Realtime-2 is in the Update 10 Alpha, but GPT-Realtime-2.1, and GPT-Realtime-2.1 mini are not. Any chance they will be added?In U10, the latest models will be available.
Sorry to kind of hijack this topic, but I am having issues with both these models at the moment. And this discussion was about different models, so it seemed perhaps related.
I'm using the new U10 alpha, but the issues might have been there earlier. We're still not live with any AI agent, it's all experimental at the moment for us.
But the problem is, both real-time models don't seem to exist.
The 3CX log notes:
-The model `gpt-realtime-1.5` does not exist or you do not have access to it.
-The model `gpt-realtime-2` does not exist or you do not have access to it.
When I use PS to lookup the available models, I get this:
PS C:\> (Invoke-RestMethod `
>> -Uri "https://api.openai.com/v1/models" `
>> -Headers @{ Authorization = "Bearer $env:OPENAI_API_KEY" }
>> ).data |
>> Where-Object { $_.id -like "*realtime*" } |
>> Select-Object id
id
--
gpt-realtime
gpt-realtime-mini
PS C:\> Invoke-RestMethod `
>> -Uri "https://api.openai.com/v1/models/gpt-realtime" `
>> -Headers @{ Authorization = "Bearer $env:OPENAI_API_KEY" }
id object created owned_by
-- ------ ------- --------
gpt-realtime model 1756271701 system
PS C:\> Invoke-RestMethod `
>> -Uri "https://api.openai.com/v1/models/gpt-realtime-1.5" `
>> -Headers @{ Authorization = "Bearer $env:OPENAI_API_KEY" }
Invoke-RestMethod : {
"error": {
"message": "That model does not exist",
"type": "invalid_request_error",
"param": "id",
"code": null
}
}
Should 3CX just leave out the version numbers in the model selection or am I doing something wrong now?
I has worked earlier, but the last time I have been working on this was a few months ago.
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.