LICENSE
README.md
pyproject.toml
app/__init__.py
app/cli.py
app/config.py
app/main.py
app/server.py
app/version.py
app/api/__init__.py
app/api/endpoints.py
app/core/__init__.py
app/core/audio_processor.py
app/core/base_processor.py
app/core/handler_process.py
app/core/image_processor.py
app/core/inference_worker.py
app/core/model_registry.py
app/core/video_processor.py
app/handler/__init__.py
app/handler/mflux.py
app/handler/mlx_embeddings.py
app/handler/mlx_lm.py
app/handler/mlx_vlm.py
app/handler/mlx_whisper.py
app/message_converters/__init__.py
app/message_converters/abstract_converter.py
app/message_converters/glm4_moe.py
app/middleware/__init__.py
app/middleware/request_tracking.py
app/models/__init__.py
app/models/mflux.py
app/models/mlx_embeddings.py
app/models/mlx_lm.py
app/models/mlx_vlm.py
app/models/mlx_whisper.py
app/parsers/__init__.py
app/parsers/abstract_parser.py
app/parsers/function_parameter.py
app/parsers/functiongemma.py
app/parsers/gemma4.py
app/parsers/glm4_moe.py
app/parsers/harmony.py
app/parsers/hermes.py
app/parsers/kimi_k2.py
app/parsers/longcat_flash_lite.py
app/parsers/minimax_m2.py
app/parsers/mixed_think_tool_handoff.py
app/parsers/qwen3.py
app/parsers/qwen3_5.py
app/parsers/qwen3_moe.py
app/parsers/solar_open.py
app/parsers/step35.py
app/schemas/__init__.py
app/schemas/model.py
app/schemas/openai.py
app/utils/__init__.py
app/utils/debug_logging.py
app/utils/dill.py
app/utils/errors.py
app/utils/outlines_transformer_tokenizer.py
app/utils/prompt_cache.py
mlx_openai_server.egg-info/PKG-INFO
mlx_openai_server.egg-info/SOURCES.txt
mlx_openai_server.egg-info/dependency_links.txt
mlx_openai_server.egg-info/entry_points.txt
mlx_openai_server.egg-info/requires.txt
mlx_openai_server.egg-info/top_level.txt
tests/test_chat_completions_defaults.py
tests/test_chat_completions_prompt_history.py
tests/test_cli_sampling_defaults_parity.py
tests/test_handler_process_stream_cancellation.py
tests/test_llm_contracts.py
tests/test_mixed_think_tool_handoff_stream_handler_integration.py
tests/test_multi_model_per_model_defaults.py
tests/test_non_trimmable_checkpoint.py
tests/test_prompt_cache_cancellation.py
tests/test_responses_request_conversion.py
tests/test_stream_tool_call_ids.py