gmass-demo / configs /models.yaml
kofi-scholar's picture
Deploy G-MASS Gradio Space
30d966c
Raw
History Blame Contribute Delete
1.16 kB
# configs/models.yaml
# Model IDs and provider settings -- loaded by core/config.py
# Owner: D
models:
- id: gpt-4o
key: gpt4o
provider: openai
local: false
api_env_var: OPENAI_API_KEY
notes: "Reinstated full GPT-4o per explicit team decision, overriding GMASS_Team_Clarifications.md §9's GPT-4o mini recommendation. Override via GPT4O_MODEL env var (e.g. set to gpt-4o-mini to revert to the §9 cost-saving option)."
- id: gemini-2.5-flash
key: gemini
provider: google
local: false
api_env_var: GEMINI_API_KEY
notes: "Gemini Flash evaluation target. Gemini 1.5 is no longer listed in current Gemini API deprecation tables; override via GEMINI_MODEL env var if you need a newer Gemini Flash model."
- id: microsoft/Phi-3-mini-4k-instruct
key: phi3
provider: huggingface_router
local: false
api_env_var: HF_TOKEN
notes: "Matches original lineup exactly -- no substitution needed."
- id: BioMistral/BioMistral-7B-SLERP
key: biomistral
provider: huggingface_router
local: false
api_env_var: HF_TOKEN
notes: "Matches original lineup exactly -- no substitution needed."