Hello Azure Support Team,
I’m currently developing a HIPAA-aligned healthcare platform in the, Australia east region, that can get transcripts of upto an hour or conversation,using the Azure OpenAI Assistant (via Threads API) for clinical report generation. Our application architecture depends heavily on:
- Persistent thread history
Role-based system messages
Multi-turn assistant interactions
We’ve deployed our models with the maximum token limit (e.g. GPT-4o with 20K context), but when we create Assistants through the Azure Foundry UI, we’re unable to configure max_tokens
. The resultant prompt is sometimes truncated. As a result, our ability to generate long-form structured outputs for medical purposes
🙏 Request:
Expose full assistant configuration options in Azure AI Studio or allow Assistant creation via SDK (like in OpenAI's platform):
max_tokens
, temperature
, tool_choice
, metadata
, instructions
, etc.
Ensure Assistant inherits deployment model's token ceiling and allows override when used via Threads API.
Provide guidance or roadmap if token configuration and memory features are planned in upcoming updates.
Thank you for your support — this will enable us to build secure, compliant, and more powerful AI healthcare solutions within the Azure ecosystem.
Best regards,
This is critically limiting our ability to generate long-form structured outputs such as geriatric assessments or dementia care plans — which are central to products like ClinicalInsightsAI and ALMA (our personalized dementia assistant).
🙏 Request:
Expose full assistant configuration options in Azure AI Studio or allow Assistant creation via SDK (like in OpenAI's platform):
max_tokens
, temperature
, tool_choice
, metadata
, instructions
, etc.
Ensure Assistant inherits deployment model's token ceiling and allows override when used via Threads API.
Provide guidance or roadmap if token configuration and memory features are planned in upcoming updates.
Thank you for your support — this will enable us to build secure, compliant, and more powerful AI healthcare solutions within the Azure ecosystem.