Added new Anthropic model claude-3-5-heiku-20241022

This commit is contained in:
Thorsten Sommer 2024-11-05 08:42:30 +01:00
parent 152d5f9b4f
commit cca0f13f90
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 5 additions and 0 deletions

View File

@ -151,6 +151,9 @@ public sealed class ProviderAnthropic(ILogger logger) : BaseProvider("https://ap
new Model("claude-3-5-sonnet-20240620"),
new Model("claude-3-5-sonnet-20241022"),
new Model("claude-3-5-haiku-latest"),
new Model("claude-3-5-heiku-20241022"),
new Model("claude-3-opus-20240229"),
new Model("claude-3-opus-latest"),

View File

@ -0,0 +1,2 @@
# v0.9.18, build 193 (2024-11-xx xx:xx UTC)
- Added new Anthropic model `claude-3-5-heiku-20241022` as well as the alias `claude-3-5-heiku-latest`.