Skip to content

Commit

Permalink
chore: update models.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Dec 9, 2024
1 parent ccbc340 commit 8ef3562
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@
output_price: 15
supports_vision: true
supports_function_calling: true
- name: claude-3-5-sonnet-20241022
max_input_tokens: 200000
max_output_tokens: 8192
require_max_tokens: true
input_price: 3
output_price: 15
supports_vision: true
supports_function_calling: true
- name: claude-3-5-haiku-latest
max_input_tokens: 200000
max_output_tokens: 8192
Expand All @@ -149,6 +157,14 @@
output_price: 5
supports_vision: true
supports_function_calling: true
- name: claude-3-5-haiku-20241022
max_input_tokens: 200000
max_output_tokens: 8192
require_max_tokens: true
input_price: 1
output_price: 5
supports_vision: true
supports_function_calling: true
- name: claude-3-opus-20240229
max_input_tokens: 200000
max_output_tokens: 4096
Expand Down Expand Up @@ -1629,6 +1645,10 @@
# - https://docs.siliconflow.cn/api-reference/chat-completions/chat-completions
- platform: siliconflow
models:
- name: meta-llama/Llama-3.3-70B-Instruct
max_input_tokens: 32768
input_price: 0.578
output_price: 0.578
- name: meta-llama/Meta-Llama-3.1-405B-Instruct
max_input_tokens: 32768
input_price: 2.94
Expand Down

1 comment on commit 8ef3562

@sigoden
Copy link
Owner Author

@sigoden sigoden commented on 8ef3562 Dec 9, 2024

Choose a reason for hiding this comment

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

close #1046

Please sign in to comment.