adding custom openai-compatible models to llm

This commit is contained in:
Matthew Ryan Dillon 2025-04-30 09:08:39 -04:00
parent ce2f9cc37a
commit 65464b6a35

View file

@ -0,0 +1,24 @@
- model_id: crsr-claude-3.5-sonnet
model_name: claude-3.5-sonnet
api_base: "http://localhost:3000/v1"
api_key_name: crsr
- model_id: crsr-claude-3.7-sonnet
model_name: claude-3.7-sonnet
api_base: "http://localhost:3000/v1"
api_key_name: crsr
- model_id: crsr-claude-3.7-sonnet-max
model_name: claude-3.7-sonnet-max
api_base: "http://localhost:3000/v1"
api_key_name: crsr
- model_id: crsr-gpt-4.1
model_name: gpt-4.1
api_base: "http://localhost:3000/v1"
api_key_name: crsr
- model_id: crsr-o4-mini
model_name: o4-mini
api_base: "http://localhost:3000/v1"
api_key_name: crsr