Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
}
},
"believed_free": [
"nous/stepfun/step-3.7-flash:free",
"nvidia/meta/llama-3.1-70b-instruct",
"google/gemini-2.0-flash",
"google/gemini-2.0-flash-lite",
Expand Down Expand Up @@ -434,6 +435,7 @@
],
"cost_observed_free_tier": [],
"model_reasoning": {
"nous/stepfun/step-3.7-flash:free": "exploratory",
"nvidia/meta/llama-3.1-70b-instruct": "standard",
"google/gemini-2.0-flash": "exploratory",
"google/gemini-2.0-flash-lite": "exploratory",
Expand Down
8 changes: 6 additions & 2 deletions llmproxy/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@
"base_url": "https://inference-api.nousresearch.com/v1",
"key_required": true,
"key_hint": "Get your API key at nousresearch.com",
"believed_free": [],
"model_reasoning": {},
"believed_free": [
"nous/stepfun/step-3.7-flash:free"
],
"model_reasoning": {
"nous/stepfun/step-3.7-flash:free": "exploratory"
},
"free_limits": {},
"fallback_models": []
},
Expand Down
Loading