Merge pull request #364 from alexanderbakin/dev
add OpenAI models for Deep Infra
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# https://deepinfra.com/openai/gpt-oss-120b
|
||||
|
||||
name = "GPT OSS 120B"
|
||||
release_date = "2025-08-05"
|
||||
last_updated = "2025-08-05"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
[cost]
|
||||
input = 0.05
|
||||
output = 0.24
|
||||
|
||||
[limit]
|
||||
context = 131_072
|
||||
# https://deepinfra.com/docs/advanced/max_tokens_limit
|
||||
output = 16_384
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
@@ -0,0 +1,23 @@
|
||||
# https://deepinfra.com/openai/gpt-oss-20b
|
||||
|
||||
name = "GPT OSS 20B"
|
||||
release_date = "2025-08-05"
|
||||
last_updated = "2025-08-05"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
[cost]
|
||||
input = 0.03
|
||||
output = 0.14
|
||||
|
||||
[limit]
|
||||
context = 131_072
|
||||
# https://deepinfra.com/docs/advanced/max_tokens_limit
|
||||
output = 16_384
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
Reference in New Issue
Block a user