mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 15:20:38 +00:00
719 B
719 B
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