Claude/free models comparison 7v i4 r#32
Merged
Conversation
The Azure endpoint (models.inference.ai.azure.com) was deprecated 2025-07-17 and stopped returning valid responses after 2025-10-17, so every GitHub model was unreachable (upstream "unknown_model"). Point base_url at the current https://models.github.ai/inference endpoint, which uses the publisher-prefixed IDs (openai/gpt-4o-mini, meta/Llama-3.3-70B-Instruct, ...) already in believed_free. Also note the required 'Models' token permission in key_hint. Regenerated config.example.json.
The sidecar holds templates for every supported provider, not only free ones — the believed_free / model_reasoning / free_limits fields are just the free-tier metadata for providers that offer it. Rename to reflect that: - llmproxy/free_models.json -> llmproxy/providers.json - llmproxy/free_models.py -> llmproxy/providers.py - tests/test_free_models_data.py -> tests/test_providers_data.py Update all imports (setup_wizard, scraper, sources, tests), DATA_PATH, setup.py package_data, the CI drift-guard message, and the README (file tree + all references). Also fix the one remaining stale GitHub Models base_url in the README provider table (Azure -> models.github.ai/inference). The update_free_models.py scraper keeps its name — it still updates the free-tier fields within providers.json. No behavior change; config.example regen is byte-identical.
…viders
Rename free_models.{json,py} → providers.{json,py}; fix stale GitHub base_url in README
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.