LICENSE
README.md
pyproject.toml
fakeai/__init__.py
fakeai/app.py
fakeai/async_server.py
fakeai/audio.py
fakeai/cli.py
fakeai/client.py
fakeai/config.py
fakeai/dcgm_metrics.py
fakeai/dynamo_advanced.py
fakeai/dynamo_metrics.py
fakeai/fakeai_service.py
fakeai/kv_cache.py
fakeai/logprobs_enhanced.py
fakeai/metrics.py
fakeai/models.py
fakeai/rate_limiter.py
fakeai/security.py
fakeai/structured_outputs.py
fakeai/tool_calling.py
fakeai/utils.py
fakeai/vision.py
fakeai.egg-info/PKG-INFO
fakeai.egg-info/SOURCES.txt
fakeai.egg-info/dependency_links.txt
fakeai.egg-info/entry_points.txt
fakeai.egg-info/requires.txt
fakeai.egg-info/top_level.txt
tests/test_10k_concurrent.py
tests/test_advanced_features.py
tests/test_api_endpoints.py
tests/test_api_key_system.py
tests/test_audio.py
tests/test_authentication.py
tests/test_batch.py
tests/test_cli.py
tests/test_cli_config_integration.py
tests/test_client_sdk.py
tests/test_complete_implementation.py
tests/test_configuration.py
tests/test_dashboard.py
tests/test_dynamo_advanced.py
tests/test_e2e_dynamo_complete.py
tests/test_edge_cases.py
tests/test_fine_tuning.py
tests/test_integration_complete.py
tests/test_logprobs.py
tests/test_max_completion_tokens.py
tests/test_metrics.py
tests/test_metrics_dashboard.py
tests/test_metrics_direct.py
tests/test_metrics_standalone.py
tests/test_model_metadata.py
tests/test_numpy_metrics_window.py
tests/test_organization.py
tests/test_prompt_caching.py
tests/test_rate_limiting.py
tests/test_realtime.py
tests/test_safety.py
tests/test_security.py
tests/test_service_behavior.py
tests/test_streaming.py
tests/test_streaming_advanced.py
tests/test_structured_outputs.py
tests/test_tool_calling.py
tests/test_ttft_itl_config.py
tests/test_tts.py
tests/test_usage_billing.py
tests/test_utilities.py
tests/test_vector_stores.py
tests/test_vision.py