diff --git a/providers/openai/models/o3-deep-research.toml b/providers/openai/models/o3-deep-research.toml new file mode 100644 index 0000000..15a4d7d --- /dev/null +++ b/providers/openai/models/o3-deep-research.toml @@ -0,0 +1,22 @@ +name = "o3-deep-research" +release_date = "2024-06-26" +last_updated = "2024-06-26" +attachment = true +reasoning = true +temperature = false +knowledge = "2024-05" +tool_call = true +open_weights = false + +[cost] +input = 10.00 +output = 40.00 +cache_read = 2.50 + +[limit] +context = 200_000 +output = 100_000 + +[modalities] +input = ["text", "image"] +output = ["text"] \ No newline at end of file diff --git a/providers/openai/models/o4-mini-deep-research.toml b/providers/openai/models/o4-mini-deep-research.toml new file mode 100644 index 0000000..5c48f08 --- /dev/null +++ b/providers/openai/models/o4-mini-deep-research.toml @@ -0,0 +1,22 @@ +name = "o4-mini-deep-research" +release_date = "2024-06-26" +last_updated = "2024-06-26" +attachment = true +reasoning = true +temperature = false +knowledge = "2024-05" +tool_call = true +open_weights = false + +[cost] +input = 2.00 +output = 8.00 +cache_read = 0.50 + +[limit] +context = 200_000 +output = 100_000 + +[modalities] +input = ["text", "image"] +output = ["text"] \ No newline at end of file