diff --git a/profiles/google/gemini-2-flash-lite.yml b/profiles/google/gemini-2-flash-lite.yml index 9e08e53..e648e70 100644 --- a/profiles/google/gemini-2-flash-lite.yml +++ b/profiles/google/gemini-2-flash-lite.yml @@ -1,4 +1,4 @@ -id: gemini-2.5-flash-lite +id: gemini-2-flash-lite endpoint: https://openrouter.ai/api/v1 model: "google/gemini-2.5-flash-lite" #temperature: 0.15 diff --git a/profiles/google/gemini-pro-latest.yml b/profiles/google/gemini-pro-latest.yml new file mode 100644 index 0000000..2e77cbc --- /dev/null +++ b/profiles/google/gemini-pro-latest.yml @@ -0,0 +1,9 @@ +id: gemini-pro-latest +endpoint: https://openrouter.ai/api/v1 +model: "~google/gemini-pro-latest" +#temperature: 0.15 +reasoning_effort: high +#top_p: 0.98 +timeout_seconds: 240 +api_key_env: OPENROUTER_API_KEY +service_tier: flex