Latest release
Image and video generation is now available
Text-to-image and text-to-video generation
- The API Manual now covers image and video generation, including API calls, task retrieval, and result access.
- The Experience Center now shows recent generation tasks and results, making creative work easier to manage.
- The Model Catalog now includes dedicated image and video model views with clear specifications and pricing.
- Users can access generation models and benefits included with their account tier.
Organization avatar uploads fixed
- Organization avatar uploads now work as expected, making organization profiles more reliable to maintain.
Developer notes
- Consistent model capacity field types: Model context length and maximum output Token values are now returned as JSON numbers. Update your parser if the client strictly validates field types.
- Consistent asynchronous task errors: Failed image and video tasks now return
codeandmessage. If you use these APIs, confirm that your error handling supports the new response format.