Skip to content

Provider example request: Starveri API compatible model config #40

@Lwoxs

Description

@Lwoxs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions