Skip to content

Commit

Permalink
feat(api): add new haiku model (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Nov 4, 2024
1 parent 21fa500 commit f7913f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 10
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-e8bdc849debd3d8ffb45d5a1cdc6be04d52f37f8b519fc6c184b78907477cd92.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-25f83d91f601c1962b3701fedf829f678f306aca0758af286ee1586cc9931f75.yml
2 changes: 2 additions & 0 deletions src/resources/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ export interface Metadata {
*/
export type Model =
| (string & {})
| 'claude-3-5-haiku-latest'
| 'claude-3-5-haiku-20241022'
| 'claude-3-5-sonnet-latest'
| 'claude-3-5-sonnet-20241022'
| 'claude-3-5-sonnet-20240620'
Expand Down

0 comments on commit f7913f7

Please sign in to comment.