mirascope 2.0.0a1__py3-none-any.whl → 2.0.0a3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mirascope/__init__.py +2 -2
- mirascope/api/__init__.py +6 -0
- mirascope/api/_generated/README.md +207 -0
- mirascope/api/_generated/__init__.py +85 -0
- mirascope/api/_generated/client.py +155 -0
- mirascope/api/_generated/core/__init__.py +52 -0
- mirascope/api/_generated/core/api_error.py +23 -0
- mirascope/api/_generated/core/client_wrapper.py +58 -0
- mirascope/api/_generated/core/datetime_utils.py +30 -0
- mirascope/api/_generated/core/file.py +70 -0
- mirascope/api/_generated/core/force_multipart.py +16 -0
- mirascope/api/_generated/core/http_client.py +619 -0
- mirascope/api/_generated/core/http_response.py +55 -0
- mirascope/api/_generated/core/jsonable_encoder.py +102 -0
- mirascope/api/_generated/core/pydantic_utilities.py +310 -0
- mirascope/api/_generated/core/query_encoder.py +60 -0
- mirascope/api/_generated/core/remove_none_from_dict.py +11 -0
- mirascope/api/_generated/core/request_options.py +35 -0
- mirascope/api/_generated/core/serialization.py +282 -0
- mirascope/api/_generated/docs/__init__.py +4 -0
- mirascope/api/_generated/docs/client.py +95 -0
- mirascope/api/_generated/docs/raw_client.py +132 -0
- mirascope/api/_generated/environment.py +9 -0
- mirascope/api/_generated/errors/__init__.py +7 -0
- mirascope/api/_generated/errors/bad_request_error.py +15 -0
- mirascope/api/_generated/health/__init__.py +7 -0
- mirascope/api/_generated/health/client.py +96 -0
- mirascope/api/_generated/health/raw_client.py +129 -0
- mirascope/api/_generated/health/types/__init__.py +8 -0
- mirascope/api/_generated/health/types/health_check_response.py +24 -0
- mirascope/api/_generated/health/types/health_check_response_status.py +5 -0
- mirascope/api/_generated/reference.md +167 -0
- mirascope/api/_generated/traces/__init__.py +55 -0
- mirascope/api/_generated/traces/client.py +162 -0
- mirascope/api/_generated/traces/raw_client.py +168 -0
- mirascope/api/_generated/traces/types/__init__.py +95 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item.py +36 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource.py +31 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item.py +25 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value.py +54 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value_array_value.py +23 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value_kvlist_value.py +28 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value_kvlist_value_values_item.py +24 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item.py +35 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope.py +35 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item.py +27 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value.py +54 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value_array_value.py +23 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value_kvlist_value.py +28 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value_kvlist_value_values_item.py +24 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item.py +60 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item.py +29 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value.py +54 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value_array_value.py +23 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value_kvlist_value.py +28 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value_kvlist_value_values_item.py +24 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_status.py +24 -0
- mirascope/api/_generated/traces/types/traces_create_response.py +27 -0
- mirascope/api/_generated/traces/types/traces_create_response_partial_success.py +28 -0
- mirascope/api/_generated/types/__init__.py +21 -0
- mirascope/api/_generated/types/http_api_decode_error.py +31 -0
- mirascope/api/_generated/types/http_api_decode_error_tag.py +5 -0
- mirascope/api/_generated/types/issue.py +44 -0
- mirascope/api/_generated/types/issue_tag.py +17 -0
- mirascope/api/_generated/types/property_key.py +7 -0
- mirascope/api/_generated/types/property_key_tag.py +29 -0
- mirascope/api/_generated/types/property_key_tag_tag.py +5 -0
- mirascope/api/client.py +255 -0
- mirascope/api/settings.py +81 -0
- mirascope/llm/__init__.py +41 -11
- mirascope/llm/calls/calls.py +81 -57
- mirascope/llm/calls/decorator.py +121 -115
- mirascope/llm/content/__init__.py +3 -2
- mirascope/llm/context/_utils.py +19 -6
- mirascope/llm/exceptions.py +30 -16
- mirascope/llm/formatting/_utils.py +9 -5
- mirascope/llm/formatting/format.py +2 -2
- mirascope/llm/formatting/from_call_args.py +2 -2
- mirascope/llm/messages/message.py +13 -5
- mirascope/llm/models/__init__.py +2 -2
- mirascope/llm/models/models.py +189 -81
- mirascope/llm/prompts/__init__.py +13 -12
- mirascope/llm/prompts/_utils.py +27 -24
- mirascope/llm/prompts/decorator.py +133 -204
- mirascope/llm/prompts/prompts.py +424 -0
- mirascope/llm/prompts/protocols.py +25 -59
- mirascope/llm/providers/__init__.py +38 -0
- mirascope/llm/{clients → providers}/_missing_import_stubs.py +8 -6
- mirascope/llm/providers/anthropic/__init__.py +24 -0
- mirascope/llm/{clients → providers}/anthropic/_utils/decode.py +5 -4
- mirascope/llm/{clients → providers}/anthropic/_utils/encode.py +31 -10
- mirascope/llm/providers/anthropic/model_id.py +40 -0
- mirascope/llm/{clients/anthropic/clients.py → providers/anthropic/provider.py} +33 -418
- mirascope/llm/{clients → providers}/base/__init__.py +3 -3
- mirascope/llm/{clients → providers}/base/_utils.py +10 -7
- mirascope/llm/{clients/base/client.py → providers/base/base_provider.py} +255 -126
- mirascope/llm/providers/google/__init__.py +21 -0
- mirascope/llm/{clients → providers}/google/_utils/decode.py +6 -4
- mirascope/llm/{clients → providers}/google/_utils/encode.py +30 -24
- mirascope/llm/providers/google/model_id.py +28 -0
- mirascope/llm/providers/google/provider.py +438 -0
- mirascope/llm/providers/load_provider.py +48 -0
- mirascope/llm/providers/mlx/__init__.py +24 -0
- mirascope/llm/providers/mlx/_utils.py +107 -0
- mirascope/llm/providers/mlx/encoding/__init__.py +8 -0
- mirascope/llm/providers/mlx/encoding/base.py +69 -0
- mirascope/llm/providers/mlx/encoding/transformers.py +131 -0
- mirascope/llm/providers/mlx/mlx.py +237 -0
- mirascope/llm/providers/mlx/model_id.py +17 -0
- mirascope/llm/providers/mlx/provider.py +411 -0
- mirascope/llm/providers/model_id.py +16 -0
- mirascope/llm/providers/openai/__init__.py +6 -0
- mirascope/llm/providers/openai/completions/__init__.py +20 -0
- mirascope/llm/{clients/openai/responses → providers/openai/completions}/_utils/__init__.py +2 -0
- mirascope/llm/{clients → providers}/openai/completions/_utils/decode.py +5 -3
- mirascope/llm/{clients → providers}/openai/completions/_utils/encode.py +33 -23
- mirascope/llm/providers/openai/completions/provider.py +456 -0
- mirascope/llm/providers/openai/model_id.py +31 -0
- mirascope/llm/providers/openai/model_info.py +246 -0
- mirascope/llm/providers/openai/provider.py +386 -0
- mirascope/llm/providers/openai/responses/__init__.py +21 -0
- mirascope/llm/{clients → providers}/openai/responses/_utils/decode.py +5 -3
- mirascope/llm/{clients → providers}/openai/responses/_utils/encode.py +28 -17
- mirascope/llm/providers/openai/responses/provider.py +470 -0
- mirascope/llm/{clients → providers}/openai/shared/_utils.py +7 -3
- mirascope/llm/providers/provider_id.py +13 -0
- mirascope/llm/providers/provider_registry.py +167 -0
- mirascope/llm/responses/base_response.py +10 -5
- mirascope/llm/responses/base_stream_response.py +10 -5
- mirascope/llm/responses/response.py +24 -13
- mirascope/llm/responses/root_response.py +7 -12
- mirascope/llm/responses/stream_response.py +35 -23
- mirascope/llm/tools/__init__.py +9 -2
- mirascope/llm/tools/_utils.py +12 -3
- mirascope/llm/tools/decorator.py +10 -10
- mirascope/llm/tools/protocols.py +4 -4
- mirascope/llm/tools/tool_schema.py +44 -9
- mirascope/llm/tools/tools.py +12 -11
- mirascope/ops/__init__.py +156 -0
- mirascope/ops/_internal/__init__.py +5 -0
- mirascope/ops/_internal/closure.py +1118 -0
- mirascope/ops/_internal/configuration.py +126 -0
- mirascope/ops/_internal/context.py +76 -0
- mirascope/ops/_internal/exporters/__init__.py +26 -0
- mirascope/ops/_internal/exporters/exporters.py +342 -0
- mirascope/ops/_internal/exporters/processors.py +104 -0
- mirascope/ops/_internal/exporters/types.py +165 -0
- mirascope/ops/_internal/exporters/utils.py +29 -0
- mirascope/ops/_internal/instrumentation/__init__.py +8 -0
- mirascope/ops/_internal/instrumentation/llm/__init__.py +8 -0
- mirascope/ops/_internal/instrumentation/llm/encode.py +238 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/__init__.py +38 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_input_messages.py +31 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_output_messages.py +38 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_system_instructions.py +18 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/shared.py +100 -0
- mirascope/ops/_internal/instrumentation/llm/llm.py +1288 -0
- mirascope/ops/_internal/propagation.py +198 -0
- mirascope/ops/_internal/protocols.py +51 -0
- mirascope/ops/_internal/session.py +139 -0
- mirascope/ops/_internal/spans.py +232 -0
- mirascope/ops/_internal/traced_calls.py +371 -0
- mirascope/ops/_internal/traced_functions.py +394 -0
- mirascope/ops/_internal/tracing.py +276 -0
- mirascope/ops/_internal/types.py +13 -0
- mirascope/ops/_internal/utils.py +75 -0
- mirascope/ops/_internal/versioned_calls.py +512 -0
- mirascope/ops/_internal/versioned_functions.py +346 -0
- mirascope/ops/_internal/versioning.py +303 -0
- mirascope/ops/exceptions.py +21 -0
- {mirascope-2.0.0a1.dist-info → mirascope-2.0.0a3.dist-info}/METADATA +77 -1
- mirascope-2.0.0a3.dist-info/RECORD +206 -0
- {mirascope-2.0.0a1.dist-info → mirascope-2.0.0a3.dist-info}/WHEEL +1 -1
- mirascope/graphs/__init__.py +0 -22
- mirascope/graphs/finite_state_machine.py +0 -625
- mirascope/llm/agents/__init__.py +0 -15
- mirascope/llm/agents/agent.py +0 -97
- mirascope/llm/agents/agent_template.py +0 -45
- mirascope/llm/agents/decorator.py +0 -176
- mirascope/llm/calls/base_call.py +0 -33
- mirascope/llm/clients/__init__.py +0 -34
- mirascope/llm/clients/anthropic/__init__.py +0 -25
- mirascope/llm/clients/anthropic/model_ids.py +0 -8
- mirascope/llm/clients/google/__init__.py +0 -20
- mirascope/llm/clients/google/clients.py +0 -853
- mirascope/llm/clients/google/model_ids.py +0 -15
- mirascope/llm/clients/openai/__init__.py +0 -25
- mirascope/llm/clients/openai/completions/__init__.py +0 -28
- mirascope/llm/clients/openai/completions/_utils/model_features.py +0 -81
- mirascope/llm/clients/openai/completions/clients.py +0 -833
- mirascope/llm/clients/openai/completions/model_ids.py +0 -8
- mirascope/llm/clients/openai/responses/__init__.py +0 -26
- mirascope/llm/clients/openai/responses/_utils/model_features.py +0 -87
- mirascope/llm/clients/openai/responses/clients.py +0 -832
- mirascope/llm/clients/openai/responses/model_ids.py +0 -8
- mirascope/llm/clients/providers.py +0 -175
- mirascope-2.0.0a1.dist-info/RECORD +0 -102
- /mirascope/llm/{clients → providers}/anthropic/_utils/__init__.py +0 -0
- /mirascope/llm/{clients → providers}/base/kwargs.py +0 -0
- /mirascope/llm/{clients → providers}/base/params.py +0 -0
- /mirascope/llm/{clients → providers}/google/_utils/__init__.py +0 -0
- /mirascope/llm/{clients → providers}/google/message.py +0 -0
- /mirascope/llm/{clients/openai/completions → providers/openai/responses}/_utils/__init__.py +0 -0
- /mirascope/llm/{clients → providers}/openai/shared/__init__.py +0 -0
- {mirascope-2.0.0a1.dist-info → mirascope-2.0.0a3.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"""Google registered LLM models."""
|
|
2
|
-
|
|
3
|
-
from typing import Literal, TypeAlias
|
|
4
|
-
|
|
5
|
-
GoogleModelId: TypeAlias = (
|
|
6
|
-
Literal[
|
|
7
|
-
"gemini-2.5-pro",
|
|
8
|
-
"gemini-2.5-flash",
|
|
9
|
-
"gemini-2.5-flash-lite",
|
|
10
|
-
"gemini-2.0-flash",
|
|
11
|
-
"gemini-2.0-flash-lite",
|
|
12
|
-
]
|
|
13
|
-
| str
|
|
14
|
-
)
|
|
15
|
-
"""The Google model ids registered with Mirascope."""
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"""OpenAI client implementation."""
|
|
2
|
-
|
|
3
|
-
from .completions import (
|
|
4
|
-
OpenAICompletionsClient,
|
|
5
|
-
OpenAICompletionsModelId,
|
|
6
|
-
client as completions_client,
|
|
7
|
-
get_client as get_completions_client,
|
|
8
|
-
)
|
|
9
|
-
from .responses import (
|
|
10
|
-
OpenAIResponsesClient,
|
|
11
|
-
OpenAIResponsesModelId,
|
|
12
|
-
client as responses_client,
|
|
13
|
-
get_client as get_responses_client,
|
|
14
|
-
)
|
|
15
|
-
|
|
16
|
-
__all__ = [
|
|
17
|
-
"OpenAICompletionsClient",
|
|
18
|
-
"OpenAICompletionsModelId",
|
|
19
|
-
"OpenAIResponsesClient",
|
|
20
|
-
"OpenAIResponsesModelId",
|
|
21
|
-
"completions_client",
|
|
22
|
-
"get_completions_client",
|
|
23
|
-
"get_responses_client",
|
|
24
|
-
"responses_client",
|
|
25
|
-
]
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
from typing import TYPE_CHECKING
|
|
2
|
-
|
|
3
|
-
if TYPE_CHECKING:
|
|
4
|
-
from .clients import OpenAICompletionsClient, client, get_client
|
|
5
|
-
from .model_ids import OpenAICompletionsModelId
|
|
6
|
-
else:
|
|
7
|
-
try:
|
|
8
|
-
from .clients import OpenAICompletionsClient, client, get_client
|
|
9
|
-
from .model_ids import OpenAICompletionsModelId
|
|
10
|
-
except ImportError: # pragma: no cover
|
|
11
|
-
from ..._missing_import_stubs import (
|
|
12
|
-
create_client_stub,
|
|
13
|
-
create_import_error_stub,
|
|
14
|
-
)
|
|
15
|
-
|
|
16
|
-
OpenAICompletionsClient = create_client_stub(
|
|
17
|
-
"openai", "OpenAICompletionsClient"
|
|
18
|
-
)
|
|
19
|
-
OpenAICompletionsModelId = str
|
|
20
|
-
client = create_import_error_stub("openai", "OpenAICompletionsClient")
|
|
21
|
-
get_client = create_import_error_stub("openai", "OpenAICompletionsClient")
|
|
22
|
-
|
|
23
|
-
__all__ = [
|
|
24
|
-
"OpenAICompletionsClient",
|
|
25
|
-
"OpenAICompletionsModelId",
|
|
26
|
-
"client",
|
|
27
|
-
"get_client",
|
|
28
|
-
]
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
"""OpenAI ChatCompletions models categorized by audio support.
|
|
2
|
-
|
|
3
|
-
This file is auto-generated by scripts/update_openai_completions_model_features.py
|
|
4
|
-
Run that script to update this map when OpenAI releases new models.
|
|
5
|
-
"""
|
|
6
|
-
|
|
7
|
-
from typing import Literal
|
|
8
|
-
|
|
9
|
-
AudioFeatureSupport = Literal["supports_audio", "no_audio_support", "unavailable"]
|
|
10
|
-
|
|
11
|
-
MODEL_FEATURES: dict[str, AudioFeatureSupport] = {
|
|
12
|
-
"chatgpt-4o-latest": "no_audio_support",
|
|
13
|
-
"codex-mini-latest": "unavailable",
|
|
14
|
-
"gpt-3.5-turbo": "no_audio_support",
|
|
15
|
-
"gpt-3.5-turbo-0125": "no_audio_support",
|
|
16
|
-
"gpt-3.5-turbo-0301": "unavailable",
|
|
17
|
-
"gpt-3.5-turbo-0613": "unavailable",
|
|
18
|
-
"gpt-3.5-turbo-1106": "no_audio_support",
|
|
19
|
-
"gpt-3.5-turbo-16k": "no_audio_support",
|
|
20
|
-
"gpt-3.5-turbo-16k-0613": "unavailable",
|
|
21
|
-
"gpt-4": "no_audio_support",
|
|
22
|
-
"gpt-4-0125-preview": "no_audio_support",
|
|
23
|
-
"gpt-4-0314": "unavailable",
|
|
24
|
-
"gpt-4-0613": "no_audio_support",
|
|
25
|
-
"gpt-4-1106-preview": "no_audio_support",
|
|
26
|
-
"gpt-4-32k": "unavailable",
|
|
27
|
-
"gpt-4-32k-0314": "unavailable",
|
|
28
|
-
"gpt-4-32k-0613": "unavailable",
|
|
29
|
-
"gpt-4-turbo": "no_audio_support",
|
|
30
|
-
"gpt-4-turbo-2024-04-09": "no_audio_support",
|
|
31
|
-
"gpt-4-turbo-preview": "no_audio_support",
|
|
32
|
-
"gpt-4-vision-preview": "unavailable",
|
|
33
|
-
"gpt-4.1": "no_audio_support",
|
|
34
|
-
"gpt-4.1-2025-04-14": "no_audio_support",
|
|
35
|
-
"gpt-4.1-mini": "no_audio_support",
|
|
36
|
-
"gpt-4.1-mini-2025-04-14": "no_audio_support",
|
|
37
|
-
"gpt-4.1-nano": "no_audio_support",
|
|
38
|
-
"gpt-4.1-nano-2025-04-14": "no_audio_support",
|
|
39
|
-
"gpt-4o": "no_audio_support",
|
|
40
|
-
"gpt-4o-2024-05-13": "no_audio_support",
|
|
41
|
-
"gpt-4o-2024-08-06": "no_audio_support",
|
|
42
|
-
"gpt-4o-2024-11-20": "no_audio_support",
|
|
43
|
-
"gpt-4o-audio-preview": "supports_audio",
|
|
44
|
-
"gpt-4o-audio-preview-2024-10-01": "supports_audio",
|
|
45
|
-
"gpt-4o-audio-preview-2024-12-17": "supports_audio",
|
|
46
|
-
"gpt-4o-audio-preview-2025-06-03": "supports_audio",
|
|
47
|
-
"gpt-4o-mini": "no_audio_support",
|
|
48
|
-
"gpt-4o-mini-2024-07-18": "no_audio_support",
|
|
49
|
-
"gpt-4o-mini-audio-preview": "supports_audio",
|
|
50
|
-
"gpt-4o-mini-audio-preview-2024-12-17": "supports_audio",
|
|
51
|
-
"gpt-4o-mini-search-preview": "no_audio_support",
|
|
52
|
-
"gpt-4o-mini-search-preview-2025-03-11": "no_audio_support",
|
|
53
|
-
"gpt-4o-search-preview": "no_audio_support",
|
|
54
|
-
"gpt-4o-search-preview-2025-03-11": "no_audio_support",
|
|
55
|
-
"gpt-5": "no_audio_support",
|
|
56
|
-
"gpt-5-2025-08-07": "no_audio_support",
|
|
57
|
-
"gpt-5-chat-latest": "no_audio_support",
|
|
58
|
-
"gpt-5-mini": "no_audio_support",
|
|
59
|
-
"gpt-5-mini-2025-08-07": "no_audio_support",
|
|
60
|
-
"gpt-5-nano": "no_audio_support",
|
|
61
|
-
"gpt-5-nano-2025-08-07": "no_audio_support",
|
|
62
|
-
"o1": "no_audio_support",
|
|
63
|
-
"o1-2024-12-17": "no_audio_support",
|
|
64
|
-
"o1-mini": "no_audio_support",
|
|
65
|
-
"o1-mini-2024-09-12": "no_audio_support",
|
|
66
|
-
"o1-preview": "unavailable",
|
|
67
|
-
"o1-preview-2024-09-12": "unavailable",
|
|
68
|
-
"o3": "no_audio_support",
|
|
69
|
-
"o3-2025-04-16": "no_audio_support",
|
|
70
|
-
"o3-mini": "no_audio_support",
|
|
71
|
-
"o3-mini-2025-01-31": "no_audio_support",
|
|
72
|
-
"o4-mini": "no_audio_support",
|
|
73
|
-
"o4-mini-2025-04-16": "no_audio_support",
|
|
74
|
-
}
|
|
75
|
-
"""Map of model IDs to their status.
|
|
76
|
-
|
|
77
|
-
- "supports_audio": model exists and supports audio inputs
|
|
78
|
-
- "no_audio_support": model exists but does not support audio inputs
|
|
79
|
-
- "unavailable": model has been deprecated or removed
|
|
80
|
-
- If model not in map: assume it exists and supports audio (optimistic default)
|
|
81
|
-
"""
|