Module: Vapi::Types::GroqModelModel

Extended by:
Internal::Types::Enum
Defined in:
lib/vapi/types/groq_model_model.rb

Constant Summary collapse

OPENAI_GPT_OSS_20_B =
"openai/gpt-oss-20b"
OPENAI_GPT_OSS_120_B =
"openai/gpt-oss-120b"
DEEPSEEK_R_1_DISTILL_LLAMA_70_B =
"deepseek-r1-distill-llama-70b"
LLAMA_3370_B_VERSATILE =
"llama-3.3-70b-versatile"
LLAMA_31405_B_REASONING =
"llama-3.1-405b-reasoning"
LLAMA_318_B_INSTANT =
"llama-3.1-8b-instant"
LLAMA_38_B_8192 =
"llama3-8b-8192"
LLAMA_370_B_8192 =
"llama3-70b-8192"
GEMMA_29_B_IT =
"gemma2-9b-it"
MOONSHOTAI_KIMI_K_2_INSTRUCT_0905 =
"moonshotai/kimi-k2-instruct-0905"
META_LLAMA_LLAMA_4_MAVERICK_17_B_128_E_INSTRUCT =
"meta-llama/llama-4-maverick-17b-128e-instruct"
META_LLAMA_LLAMA_4_SCOUT_17_B_16_E_INSTRUCT =
"meta-llama/llama-4-scout-17b-16e-instruct"
MISTRAL_SABA_24_B =
"mistral-saba-24b"
COMPOUND_BETA =
"compound-beta"
COMPOUND_BETA_MINI =
"compound-beta-mini"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load