diff --git a/config.example.json b/config.example.json index bbdd146..b34d0a4 100644 --- a/config.example.json +++ b/config.example.json @@ -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", @@ -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", diff --git a/llmproxy/providers.json b/llmproxy/providers.json index b51c386..743982f 100644 --- a/llmproxy/providers.json +++ b/llmproxy/providers.json @@ -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": [] },