Why is there no new Ox Alpha model when requesting models from OpenRouter? #4346
Replies: 5 comments 7 replies
|
The model list is not fetched in real-time, but rather obtained from the pi-ai upstream repository. |
|
I didn’t request it in real time; I requested it when adding a new provider, and there’s a button to request the list of models, which means it should request the latest list. |
|
If I set up the same thing via OpenAI, an error occurs during the requests. This turn failedOpenAI API error (404): {"message":"Not found.","type":"invalid_request_error","param":null,"code":"not_found"} That is, it continues to receive all the data via OpenAI, including the list of models, and doesn’t use what I specified in the base URL. |
|
And what to do with this This turn failed400: {"message":"This model's maximum context length is 4094 tokens, however your messages resulted in at least 4095 tokens. Please shorten the conversation, or restart the server with a larger CTX.","type":"invalid_request_error","param":"messages","code":"context_length_exceeded"} |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Why is there no new Ox Alpha model when requesting models from OpenRouter?
stealth/ox-alpha
And why isn’t it possible to enter the model name manually???
All reactions