Hi models.dev maintainers,
I would like to add Starveri API as an independent OpenAI-compatible provider. Before opening a PR, I wanted to confirm the right representation because a couple of details need maintainer guidance.
Starveri public source links:
Proposed provider metadata:
name = Starveri
env = [STARVERI_API_KEY]
npm = @ai-sdk/openai-compatible
api = https://api.starveri.net/v1
doc = https://api.starveri.net/models
Public model IDs:
- gpt-5.1-codex
- gpt-5.3-codex-spark
- gpt-5.3-codex
- gpt-5.4
- gpt-5.4-mini
- gpt-5.5
For models that already have model-only metadata, I can use base_model and override Starveri-specific pricing where appropriate.
Questions:
- Starveri's public model metadata says context windows are subject to Codex context-window limits. Should provider TOMLs inherit base model limits, override them, or wait until exact Starveri-specific limits are published?
- Should gpt-5.3-codex-spark be listed as a provider-specific model, mapped to gpt-5.3-codex metadata, or omitted until model-only metadata exists?
- Should Starveri's web-search and code-interpreter unit prices be left out of models.dev, since they are tool/unit charges rather than model token prices?
Starveri is independent and not affiliated with OpenAI. I can prepare a source-backed PR once the preferred representation is clear.
Hi models.dev maintainers,
I would like to add Starveri API as an independent OpenAI-compatible provider. Before opening a PR, I wanted to confirm the right representation because a couple of details need maintainer guidance.
Starveri public source links:
Proposed provider metadata:
Public model IDs:
For models that already have model-only metadata, I can use base_model and override Starveri-specific pricing where appropriate.
Questions:
Starveri is independent and not affiliated with OpenAI. I can prepare a source-backed PR once the preferred representation is clear.