Reorganized the folder structure to utilize subfolders by category

This commit is contained in:
2026-05-26 11:26:18 -05:00
parent cded4f7281
commit 2541ea480f
18 changed files with 30 additions and 30 deletions

View File

@@ -0,0 +1,8 @@
id: openrouter-gemini-flash
endpoint: https://openrouter.ai/api/v1
model: "~google/gemini-flash-latest"
temperature: 0.15
reasoning_effort: high
top_p: 0.98
timeout_seconds: 240
api_key_env: OPENROUTER_API_KEY

View File

@@ -0,0 +1,8 @@
id: openrouter-gemma4-31b
endpoint: https://openrouter.ai/api/v1
model: google/gemma-4-31b-it
temperature: 0.15
reasoning_effort: high
top_p: 0.98
timeout_seconds: 240
api_key_env: OPENROUTER_API_KEY

View File

@@ -0,0 +1,8 @@
id: openrouter-glm-5-1
endpoint: https://openrouter.ai/api/v1
model: z-ai/glm-5.1
temperature: 0.5
reasoning_effort: high
top_p: 0.95
timeout_seconds: 180
api_key_env: OPENROUTER_API_KEY

View File

@@ -0,0 +1,7 @@
id: openrouter-mistral-large
endpoint: https://openrouter.ai/api/v1
model: mistralai/mistral-large-2512
temperature: 0.15
top_p: 0.98
timeout_seconds: 180
api_key_env: OPENROUTER_API_KEY

View File

@@ -0,0 +1,8 @@
id: openrouter-mistral-medium-3-5
endpoint: https://openrouter.ai/api/v1
model: mistralai/mistral-medium-3-5
temperature: 0.15
reasoning_effort: high
top_p: 0.98
timeout_seconds: 180
api_key_env: OPENROUTER_API_KEY

View File

@@ -0,0 +1,7 @@
id: openrouter-mistral-small-3
endpoint: https://openrouter.ai/api/v1
model: mistralai/mistral-small-3.2-24b-instruct
temperature: 0.05
top_p: 1.0
timeout_seconds: 180
api_key_env: OPENROUTER_API_KEY

View File

@@ -0,0 +1,8 @@
id: openrouter-mistral-small-4
endpoint: https://openrouter.ai/api/v1
model: mistralai/mistral-small-2603
temperature: 0.1
reasoning_effort: high
top_p: 0.98
timeout_seconds: 180
api_key_env: OPENROUTER_API_KEY

View File

@@ -0,0 +1,6 @@
id: openrouter-opus
endpoint: https://openrouter.ai/api/v1
model: "~anthropic/claude-opus-latest"
reasoning_effort: high
timeout_seconds: 180
api_key_env: OPENROUTER_API_KEY