Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/openai/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.4.0
version: 0.4.1
type: plugin
author: "langgenius"
name: "openai"
Expand Down
4 changes: 2 additions & 2 deletions models/openai/models/llm/chatgpt-4o-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parameter_rules:
- text
- json_object
pricing:
input: '2.50'
output: '10.00'
input: '5.00'
output: '15.00'
unit: '0.000001'
currency: USD
4 changes: 2 additions & 2 deletions models/openai/models/llm/gpt-4o-audio-preview-2025-06-03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parameter_rules:
- text
- json_object
pricing:
input: '5.00'
output: '15.00'
input: '2.50'
output: '10.00'
unit: '0.000001'
currency: USD
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The file is missing a trailing newline. Adding a newline at the end of the file ensures consistency with other model configuration files in this repository and adheres to standard POSIX formatting practices.

  currency: USD

4 changes: 2 additions & 2 deletions models/openai/models/llm/gpt-4o-audio-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parameter_rules:
- text
- json_object
pricing:
input: '5.00'
output: '15.00'
input: '2.50'
output: '10.00'
unit: '0.000001'
currency: USD
4 changes: 2 additions & 2 deletions models/openai/models/llm/gpt-4o.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ parameter_rules:
- name: json_schema
use_template: json_schema
pricing:
input: '5.00'
output: '15.00'
input: '2.50'
output: '10.00'
unit: '0.000001'
currency: USD
2 changes: 1 addition & 1 deletion models/openai/models/llm/gpt-5.4-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ parameter_rules:
- flex
pricing:
input: '30.00'
output: '135.00'
output: '180.00'
unit: '0.000001'
currency: USD
4 changes: 2 additions & 2 deletions models/openai/models/llm/gpt-5.5-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ parameter_rules:
- default
- flex
pricing:
input: '15.00'
output: '90.00'
input: '30.00'
output: '180.00'
unit: '0.000001'
currency: USD
2 changes: 1 addition & 1 deletion models/openai/models/llm/gpt-5.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ parameter_rules:
- flex
pricing:
input: '5.00'
output: '22.50'
output: '30.00'
unit: '0.000001'
currency: USD
Loading