|
1 | 1 | { |
2 | 2 | "swagger": "2.0", |
3 | 3 | "info": { |
4 | | - "title": "Anthropic", |
| 4 | + "title": "Anthropic (Independent Publisher)", |
5 | 5 | "description": "Claude is a large language model (LLM) built by Anthropic. It's trained to be a helpful assistant in a conversational tone.", |
6 | | - "version": "1.4", |
| 6 | + "version": "1.5", |
7 | 7 | "contact": { |
8 | 8 | "name": "Troy Taylor", |
9 | 9 | "url": "https://www.hitachisolutions.com", |
|
98 | 98 | "type": "string", |
99 | 99 | "description": "The version of Claude answering your request.", |
100 | 100 | "title": "Model", |
101 | | - "default": "claude-3-5-sonnet-20240620", |
| 101 | + "default": "claude-opus-4-0", |
102 | 102 | "enum": [ |
103 | | - "claude-3-5-sonnet-20240620", |
104 | | - "claude-3-opus-20240229", |
105 | | - "claude-3-sonnet-20240229", |
106 | | - "claude-3-haiku-20240307" |
| 103 | + "claude-opus-4-0", |
| 104 | + "claude-sonnet-4-0", |
| 105 | + "claude-3-7-sonnet-latest", |
| 106 | + "claude-3-5-sonnet-latest", |
| 107 | + "claude-3-5-haiku-latest", |
| 108 | + "claude-3-opus-latest" |
107 | 109 | ] |
108 | 110 | }, |
109 | 111 | "max_tokens_to_sample": { |
|
292 | 294 | "type": "string", |
293 | 295 | "description": "The model that will complete your prompt.", |
294 | 296 | "title": "Model", |
295 | | - "default": "claude-3-7-sonnet-20250219", |
| 297 | + "default": "claude-opus-4-0", |
296 | 298 | "enum": [ |
297 | | - "claude-3-7-sonnet-20250219", |
298 | | - "claude-3-5-haiku-20241022", |
299 | | - "claude-3-5-sonnet-20241022", |
300 | | - "claude-3-5-sonnet-20240620", |
301 | | - "claude-3-opus-20240229", |
302 | | - "claude-3-sonnet-20240229", |
303 | | - "claude-3-haiku-20240307" |
| 299 | + "claude-opus-4-0", |
| 300 | + "claude-sonnet-4-0", |
| 301 | + "claude-3-7-sonnet-latest", |
| 302 | + "claude-3-5-sonnet-latest", |
| 303 | + "claude-3-5-haiku-latest", |
| 304 | + "claude-3-opus-latest" |
304 | 305 | ] |
305 | 306 | }, |
306 | 307 | "messages": { |
|
0 commit comments