@xsai-ext/providers 0.5.0-beta.5 → 0.5.0-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,7 +105,7 @@ interface AnthropicOptions {
105
105
  * Create a Anthropic Provider
106
106
  * @see {@link https://docs.claude.com/en/api/openai-sdk}
107
107
  */
108
- declare const createAnthropic: (apiKey: string, baseURL?: string) => ModelProvider & ChatProviderWithExtraOptions<AnthropicModels, AnthropicOptions>;
108
+ declare const createAnthropic: (apiKey: string, baseURL?: string) => ChatProviderWithExtraOptions<AnthropicModels, AnthropicOptions> & ModelProvider;
109
109
 
110
110
  export { createOpenRouter as a, createAnthropic as c };
111
111
  export type { AnthropicOptions as A, OpenRouterOptions as O };