Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions providers/aihubmix/models/gemini-3.5-flash-lite.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Sources (accessed 2026-09-20):
# AIHubMix catalog row model_id=gemini-3.5-flash-lite publishes
# pricing={"input":0.3,"output":2.499999,"cache_read":0.03}.
# Preserve the host's exact published price; Google's 2.50 is a different host.
# https://aihubmix.com/api/v1/models?type=llm (USD per million tokens)
# https://ai.google.dev/gemini-api/docs/thinking
# Effort: reasoning_effort = minimal|low|medium|high on /v1/chat/completions.
# Gemini native: generationConfig.thinkingConfig.thinkingLevel uses the corresponding uppercase levels.
# https://docs.aihubmix.com/cn/api/unified-inference
base_model = "google/gemini-3.5-flash-lite"

[[reasoning_options]]
type = "effort"
values = ["minimal", "low", "medium", "high"]

[cost]
input = 0.3
output = 2.499999
cache_read = 0.03
Loading