Added initial content for D&D session recap pipeline
This commit is contained in:
9
profiles/local-gemma4.yml
Normal file
9
profiles/local-gemma4.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
id: local-gemma4
|
||||
endpoint: https://inference.ai.rakestrawhome.com/v1
|
||||
model: google/gemma4-31b-it
|
||||
temperature: 0.15
|
||||
reasoning_effort: high
|
||||
max_tokens: 4096
|
||||
top_p: 0.98
|
||||
timeout_seconds: 900
|
||||
api_key_env: OPENROUTER_API_KEY
|
||||
9
profiles/local-nemotron.yml
Normal file
9
profiles/local-nemotron.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
id: local-nemotron
|
||||
endpoint: https://inference.ai.rakestrawhome.com/v1
|
||||
model: "nvidia/Nemotron-3-Nano-30B-A3B"
|
||||
temperature: 0.15
|
||||
reasoning_effort: high
|
||||
max_tokens: 4096
|
||||
top_p: 0.98
|
||||
timeout_seconds: 900
|
||||
api_key_env: OPENROUTER_API_KEY
|
||||
9
profiles/openrouter-gemini-flash.yml
Normal file
9
profiles/openrouter-gemini-flash.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
id: openrouter-gemini-flash
|
||||
endpoint: https://openrouter.ai/api/v1
|
||||
model: "~google/gemini-flash-latest"
|
||||
temperature: 0.15
|
||||
reasoning_effort: high
|
||||
max_tokens: 4096
|
||||
top_p: 0.98
|
||||
timeout_seconds: 240
|
||||
api_key_env: OPENROUTER_API_KEY
|
||||
9
profiles/openrouter-gemma4-31b.yml
Normal file
9
profiles/openrouter-gemma4-31b.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
id: openrouter-gemma4-31b
|
||||
endpoint: https://openrouter.ai/api/v1
|
||||
model: google/gemma-4-31b-it
|
||||
temperature: 0.15
|
||||
reasoning_effort: high
|
||||
max_tokens: 4096
|
||||
top_p: 0.98
|
||||
timeout_seconds: 240
|
||||
api_key_env: OPENROUTER_API_KEY
|
||||
9
profiles/openrouter-glm-5-1.yml
Normal file
9
profiles/openrouter-glm-5-1.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
id: openrouter-glm-5-1
|
||||
endpoint: https://openrouter.ai/api/v1
|
||||
model: z-ai/glm-5.1
|
||||
temperature: 0.5
|
||||
reasoning_effort: high
|
||||
max_tokens: 8192
|
||||
top_p: 0.95
|
||||
timeout_seconds: 180
|
||||
api_key_env: OPENROUTER_API_KEY
|
||||
8
profiles/openrouter-mistral-large.yml
Normal file
8
profiles/openrouter-mistral-large.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
id: openrouter-mistral-large
|
||||
endpoint: https://openrouter.ai/api/v1
|
||||
model: mistralai/mistral-large-2512
|
||||
temperature: 0.15
|
||||
max_tokens: 4096
|
||||
top_p: 0.98
|
||||
timeout_seconds: 180
|
||||
api_key_env: OPENROUTER_API_KEY
|
||||
9
profiles/openrouter-mistral-medium-3-5.yml
Normal file
9
profiles/openrouter-mistral-medium-3-5.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
id: openrouter-mistral-medium-3-5
|
||||
endpoint: https://openrouter.ai/api/v1
|
||||
model: mistralai/mistral-medium-3-5
|
||||
temperature: 0.15
|
||||
reasoning_effort: high
|
||||
max_tokens: 4096
|
||||
top_p: 0.98
|
||||
timeout_seconds: 180
|
||||
api_key_env: OPENROUTER_API_KEY
|
||||
8
profiles/openrouter-mistral-small-3.yml
Normal file
8
profiles/openrouter-mistral-small-3.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
id: openrouter-mistral-small-3
|
||||
endpoint: https://openrouter.ai/api/v1
|
||||
model: mistralai/mistral-small-3.2-24b-instruct
|
||||
temperature: 0.05
|
||||
max_tokens: 16384
|
||||
top_p: 1.0
|
||||
timeout_seconds: 180
|
||||
api_key_env: OPENROUTER_API_KEY
|
||||
9
profiles/openrouter-mistral-small-4.yml
Normal file
9
profiles/openrouter-mistral-small-4.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
id: openrouter-mistral-small-4
|
||||
endpoint: https://openrouter.ai/api/v1
|
||||
model: mistralai/mistral-small-2603
|
||||
temperature: 0.1
|
||||
reasoning_effort: high
|
||||
max_tokens: 4096
|
||||
top_p: 0.98
|
||||
timeout_seconds: 180
|
||||
api_key_env: OPENROUTER_API_KEY
|
||||
Reference in New Issue
Block a user