ai-gateway/relay/channel/anthropic/constants.go

6 lines
108 B
Go
Raw Normal View History

package anthropic
var ModelList = []string{
"claude-instant-1", "claude-2", "claude-2.0", "claude-2.1",
}