ai-gateway/relay/adaptor/togetherai/constants.go

11 lines
246 B
Go
Raw Permalink Normal View History

2024-04-29 18:16:53 +00:00
package togetherai
// https://docs.together.ai/docs/inference-models
var ModelList = []string{
"meta-llama/Llama-3-70b-chat-hf",
"deepseek-ai/deepseek-coder-33b-instruct",
"mistralai/Mixtral-8x22B-Instruct-v0.1",
"Qwen/Qwen1.5-72B-Chat",
}