Hi Aether team,
I would like to suggest adding a Starveri API example for the Compatible Provider / custom model flow, if that fits the project docs or provider examples.
Starveri API is an independent OpenAI-compatible GPT/Codex API gateway with public docs, model metadata, prepaid credits, and a browser demo. It is not affiliated with OpenAI.
Public source links:
Suggested compatible-provider shape:
{
"id": "starveri-gpt-5-5",
"name": "Starveri GPT 5.5",
"baseUrl": "https://api.starveri.net/v1",
"apiKey": "your-starveri-api-key",
"model": "gpt-5.5",
"sdkMode": "openai",
"capabilities": {
"toolCalling": true,
"imageInput": false
}
}
The exact model list should come from the public /models endpoint. I am opening an issue first because I do not want to assume this should be a built-in provider; it may be better as a docs/example snippet for the existing compatible-provider feature.
Hi Aether team,
I would like to suggest adding a Starveri API example for the Compatible Provider / custom model flow, if that fits the project docs or provider examples.
Starveri API is an independent OpenAI-compatible GPT/Codex API gateway with public docs, model metadata, prepaid credits, and a browser demo. It is not affiliated with OpenAI.
Public source links:
Suggested compatible-provider shape:
{ "id": "starveri-gpt-5-5", "name": "Starveri GPT 5.5", "baseUrl": "https://api.starveri.net/v1", "apiKey": "your-starveri-api-key", "model": "gpt-5.5", "sdkMode": "openai", "capabilities": { "toolCalling": true, "imageInput": false } }The exact model list should come from the public /models endpoint. I am opening an issue first because I do not want to assume this should be a built-in provider; it may be better as a docs/example snippet for the existing compatible-provider feature.