finllm-foundry / configs /providers.yaml
finpy1789's picture
Upload folder using huggingface_hub
68c1777 verified
Raw
History Blame Contribute Delete
1.02 kB
schema_version: 1
# AI Research Assistant provider catalogue — pure configuration (spec P1).
# api: hf-inference (uses HF token) | openai-compatible | anthropic (user key).
# Edit model ids freely as new versions release (Gemma 4, GPT-5.6, ...).
default: qwen-hf
providers:
- id: qwen-hf
name: Qwen (HF Inference)
api: hf-inference
model: Qwen/Qwen2.5-72B-Instruct
auth: hf_token
- id: deepseek-hf
name: DeepSeek (HF Inference)
api: hf-inference
model: deepseek-ai/DeepSeek-V3
auth: hf_token
- id: gemma-hf
name: Gemma (HF Inference)
api: hf-inference
model: google/gemma-3-27b-it # update to the Gemma 4 repo id when you add it
auth: hf_token
- id: claude
name: Claude (Anthropic API)
api: anthropic
model: claude-sonnet-5
auth: user_key
- id: gpt
name: GPT (OpenAI API)
api: openai-compatible
model: gpt-5.6 # set to the exact id from your provider
base_url: https://api.openai.com/v1
auth: user_key