|
8 | 8 | "name": "DeepL - Contact us", |
9 | 9 | "url": "https://www.deepl.com/contact-us" |
10 | 10 | }, |
11 | | - "version": "3.11.0" |
| 11 | + "version": "3.12.0" |
12 | 12 | }, |
13 | 13 | "externalDocs": { |
14 | 14 | "description": "DeepL Pro - Plans and pricing", |
|
3020 | 3020 | "account_unit_count": 30, |
3021 | 3021 | "api_key_character_count": 0, |
3022 | 3022 | "character_count": 0 |
| 3023 | + }, |
| 3024 | + { |
| 3025 | + "product_type": "speechToSpeech", |
| 3026 | + "billing_unit": "minutes", |
| 3027 | + "api_key_unit_count": 12, |
| 3028 | + "account_unit_count": 12, |
| 3029 | + "api_key_character_count": 0, |
| 3030 | + "character_count": 0 |
3023 | 3031 | } |
3024 | 3032 | ], |
3025 | 3033 | "api_key_character_count": 636, |
|
3028 | 3036 | "speech_to_text_milliseconds_limit": 0, |
3029 | 3037 | "speech_to_text_minutes_count": 30, |
3030 | 3038 | "speech_to_text_minutes_limit": 600, |
| 3039 | + "speech_to_speech_minutes_count": 12, |
| 3040 | + "speech_to_speech_minutes_limit": 600, |
3031 | 3041 | "start_time": "2025-05-13T09:18:42Z", |
3032 | 3042 | "end_time": "2025-06-13T09:18:42Z" |
3033 | 3043 | } |
|
7985 | 7995 | "description": "Only present for API Pro users. Maximum minutes of speech-to-text that can be used in the current billing period.", |
7986 | 7996 | "example": 600 |
7987 | 7997 | }, |
| 7998 | + "speech_to_speech_minutes_count": { |
| 7999 | + "type": "integer", |
| 8000 | + "description": "Only present for API Pro users. Minutes of speech-to-speech used in the current period. Milliseconds are rounded up to the nearest minute.", |
| 8001 | + "example": 12 |
| 8002 | + }, |
| 8003 | + "speech_to_speech_minutes_limit": { |
| 8004 | + "type": "integer", |
| 8005 | + "description": "Only present for API Pro users. Maximum minutes of speech-to-speech that can be used in the current billing period.", |
| 8006 | + "example": 600 |
| 8007 | + }, |
7988 | 8008 | "start_time": { |
7989 | 8009 | "type": "string", |
7990 | 8010 | "format": "date-time", |
|
0 commit comments