anomalyco / anomalyco/models.dev
[Feature] Add FPT AI Factory as a provider
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.7k
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 873
Description
Provider
FPT AI Factory — OpenAI-compatible gateway at https://mkp-api.fptcloud.com/v1, serving LLM/VLM models on NVIDIA GB300 nodes.
Why
FPT AI Factory is a first-party Vietnamese cloud AI marketplace not yet in models.dev. It exposes a public catalog endpoint (GET /v1/models) with pricing and limits, making it straightforward to keep in sync.
Scope
Add providers/fpt-ai-factory/ with provider.toml, a square logo.svg, and 8 model entries (DeepSeek-V4-Flash, Qwen3.6-27B, GLM-5.2, gpt-oss-120b/20b, gemma-4-26B/31B, Llama-3.3-70B). Costs/limits sourced from the live catalog; reasoning_options = [] (gateway exposes no reasoning control).
Implementation
Implemented in #3735.
Env
FPT_API_KEY — keys at https://marketplace.fptcloud.com/ · docs https://ai-docs.fptcloud.com/
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review implementation #3735 and the proposed providers/fpt-ai-factory/ files first. Verify the provider.toml, square logo.svg, and eight model entries against the public GET /v1/models catalog, including costs, limits, and the empty reasoning_options setting; done means the provider is represented accurately and uses FPT_API_KEY.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100