CheapVibeCodeProviderBring models from CheapVibeCode into the VS Code language model picker. The extension loads the catalog from the provider API, shows the live token balance, and sends chat requests through the same API with your own key. Requires VS Code 1.138 or newer. Setup
Until you save a selection for the current base URL, every eligible model is available. After you save a selection, refresh does not add models back. Enable a new model from the catalog. CatalogThe side panel shows:
The status bar keeps the last successful balance when a later request fails. Click it to open the catalog. CheapVibeCodeProvider: Refresh Catalog reloads the catalog and balance. CheapVibeCodeProvider: Forget API Key removes the key and clears the loaded catalog. CheapVibeCodeProvider: Reset Usage Stats clears only the local log. Usage entries store the model, time, duration, status, token counts returned by the API, and an estimated charge of RequestsThe extension forwards the chat request to Set CheapVibeCodeProvider: Reasoning Effort to send The output limit is the value returned by the API. If the API omits it, the extension uses 128000 and says so in the model tooltip. A model without an input limit or a context window stays in the catalog but is not offered in the picker. Settings
Commands
PrivacyYour key and prompts go only to the base URL you configure. The extension does not add another service. The local usage log stays in VS Code global state on this machine. LicenseMIT License Copyright (c) 2026 akromiress Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |