mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 15:20:38 +00:00
6cb481651dad0089b52ef8f9867c7090ffa920c4
Add new BurnCloud provider configuration supporting multiple AI model families: - 5 Claude models (Sonnet 4, Opus 4, 3.5 Sonnet) - 10 GPT models (GPT-4.1, GPT-5, GPT-4o variants) - 6 Gemini models (2.5 Pro/Flash variants) - 3 other models (o3, DeepSeek-V3) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Claude Code Router Provider Registry
This repository contains provider configurations for the Claude Code Router.
Submitting a New Provider
To add a new provider to the registry:
- Create a new JSON file in the
providersdirectory with your provider's configuration. The file should include:name: The provider's nameapi_base_url: The base URL for the provider's APIapi_key: The API key (keep empty)models: An array of supported model namestransformer: Configuration for request/response transformation
- Commit your changes with a descriptive message
- Push your changes to your fork
- Open a pull request to the main repository with a clear title and description
Description
Languages
JavaScript
100%