llama-stack-mirror/llama_stack/apis/inference
Ben Browning c014571258 fix: OpenAI API - together.ai extra usage chunks
This fixes an issue where, with some models (ie the Llama 4 models),
together.ai is sending a final usage chunk for streaming responses
even if the user didn't ask to include usage.

With this change, the OpenAI API verification tests now pass 100% when
using Llama Stack as your API server and together.ai as the backend
provider.

As part of this, I also cleaned up the streaming/non-streaming return
types of the `openai_chat_completion` method to keep type checking happy.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-04-13 13:39:56 -04:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
event_logger.py pre-commit lint 2024-09-28 16:04:41 -07:00
inference.py fix: OpenAI API - together.ai extra usage chunks 2025-04-13 13:39:56 -04:00