25 lines
454 B
TOML
25 lines
454 B
TOML
name = "JAIS 30b Chat"
|
|
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
|
|
family = "jais"
|
|
release_date = "2023-08-30"
|
|
last_updated = "2023-08-30"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
knowledge = "2023-03"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.00
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 8_192
|
|
output = 2_048
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|