We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e632998 commit 8b0e9bbCopy full SHA for 8b0e9bb
src/shared/api.ts
@@ -315,7 +315,7 @@ export const bedrockModels = {
315
316
// Glama
317
// https://glama.ai/models
318
-export const glamaDefaultModelId = "anthropic/claude-3-5-sonnet" // will always exist in openRouterModels
+export const glamaDefaultModelId = "anthropic/claude-3-5-sonnet"
319
export const glamaDefaultModelInfo: ModelInfo = {
320
maxTokens: 8192,
321
contextWindow: 200_000,
0 commit comments