Added new OpenRouter profiles
This commit is contained in:
9
profiles/openrouter/openrouter-gemini-flash-lite.yml
Normal file
9
profiles/openrouter/openrouter-gemini-flash-lite.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
id: openrouter-gemini-flash-lite
|
||||||
|
endpoint: https://openrouter.ai/api/v1
|
||||||
|
model: "google/gemini-3.1-flash-lite"
|
||||||
|
temperature: 0.15
|
||||||
|
reasoning_effort: high
|
||||||
|
top_p: 0.98
|
||||||
|
timeout_seconds: 240
|
||||||
|
api_key_env: OPENROUTER_API_KEY
|
||||||
|
service_tier: flex
|
||||||
9
profiles/openrouter/openrouter-gpt-5-4-mini.yml
Normal file
9
profiles/openrouter/openrouter-gpt-5-4-mini.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
id: openrouter-gpt-5-4-mini
|
||||||
|
endpoint: https://openrouter.ai/api/v1
|
||||||
|
model: "openai/gpt-5.4-mini"
|
||||||
|
#temperature: 0.15
|
||||||
|
reasoning_effort: high
|
||||||
|
#top_p: 0.98
|
||||||
|
timeout_seconds: 240
|
||||||
|
api_key_env: OPENROUTER_API_KEY
|
||||||
|
service_tier: flex
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
id: weather.daily_report
|
id: weather.daily_report
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
default_profile: local-heavy
|
#default_profile: local-heavy
|
||||||
|
default_profile: openrouter-gemini-flash-lite
|
||||||
|
#default_profile: openrouter-opus
|
||||||
description: Daily weather report prompt.
|
description: Daily weather report prompt.
|
||||||
inputs:
|
inputs:
|
||||||
- name: data_package
|
- name: data_package
|
||||||
|
|||||||
Reference in New Issue
Block a user