diff --git a/providers/groq/provider.toml b/providers/groq/provider.toml index 51b8c3023..e8b38cf4a 100644 --- a/providers/groq/provider.toml +++ b/providers/groq/provider.toml @@ -1,4 +1,5 @@ name = "Groq" env = ["GROQ_API_KEY"] npm = "@ai-sdk/groq" -doc = "https://console.groq.com/docs/models" \ No newline at end of file +api = "https://api.groq.com/openai/v1" +doc = "https://console.groq.com/docs/models"