✨ aclaw.ai - Chat with any AI
KYREN

Research paper

AI model taxonomy for product and infrastructure teams.

A practical framework for classifying model APIs by output modality, technical family, application direction and verification surface before they become production traffic.

KYREN ResearchJuly 2026Model catalog operations
AI model taxonomy illustration

Model classification is an operating problem, not just a naming problem.

After cataloging commercial model APIs, the most useful first cut is not the provider brand or the marketing name. It is the shape of the output: text, image, audio, video, embedding vectors or 3D assets. Product teams buy capabilities, but infrastructure teams operate interfaces, pricing units, compatibility rules and failure modes. A usable taxonomy needs to support both perspectives.

This paper adapts an internal KYREN note into a practical classification framework for AI application teams. It separates user-facing modality from model architecture, maps input-output combinations into application directions, and explains why tool use belongs to orchestration rather than model type.

Start with what the model returns.

From the user perspective, output modality is the most intuitive classification. Four categories return content that people can directly consume: text, image, audio and video. Two categories are different: embeddings are numerical representations for machines, while 3D systems usually return asset files rather than a final human-readable answer.

Text

Language, code, structured JSON, reasoning traces and instruction-following output.

Image

Still visual assets, product imagery, diagrams, edits and generated scenes.

Audio

Speech, music, sound effects and other time-based waveform output.

Video

Sequential visual output, often with motion, camera control and timing constraints.

Embedding

Fixed-length vectors used by machines for retrieval, ranking and similarity search.

3D Asset

Meshes, textures and scene files such as GLB, glTF, FBX and USDZ.

LLM is not a synonym for every text-output model.

A common mistake is to call every text-output system an LLM, or to use LLM as a loose synonym for all AI models. In a stricter sense, an LLM is an autoregressive transformer language model: it emits tokens one after another, which is why its commercial interface is usually priced by token usage.

Transformer is not a peer category beside LLM; it is the architectural foundation that made modern LLMs possible. Diffusion systems also increasingly run on transformer-based architectures, and diffusion is no longer limited to still images. Video generation is heavily shaped by diffusion and DiT systems. At the same time, strong image systems are not always best explained as pure diffusion products. The commercial taxonomy therefore needs to record both modality and technical family without collapsing one into the other.

Technical familyTypical examplesCommon pricing unit
Autoregressive transformer language modelsGPT, Claude, DeepSeek, Qwen and similar token-generating systemsTokens, usually split into input and output usage
Diffusion and DiT systemsImage and video generation systems including modern transformer-based diffusionResolution, duration, quality tier, generation count or job time
Embedding encodersText, image or multimodal encoders for retrieval and recommendationInput tokens, characters, items or vectorization calls
Asset generators3D, texture, voice, music and video asset pipelinesAsset count, duration, resolution, compute class or task complexity

Applications emerge from input modality combined with output modality.

Once output categories are clear, application mapping becomes easier: ask what is fed into the model and what comes out. The same output modality can support many application directions depending on the input modality. Text output from text input is chat or coding; text output from image input is OCR or visual reasoning; embedding output from text input is retrieval infrastructure; 3D output from image input is reconstruction or asset generation.

Text

Human-readable language and structured text

Text

chat, coding, translation, summarization, extraction, structured JSON

Image

OCR, visual QA, chart reading, screenshot understanding

Audio

speech recognition, meeting notes, voice command interpretation

Video

video understanding, event description, temporal QA

Image

Still visual content

Text

text-to-image, diagrams, product visuals, marketing images

Image

image editing, inpainting, style transfer, restoration

Text + image

reference-guided generation, product mockups, identity-preserving edits

Audio

Speech, music and sound

Text

text-to-speech, narration, music prompting, sound effects

Audio

voice conversion, denoising, separation, audio enhancement

Text + audio

guided voice editing, dubbing, pronunciation correction

Video

Moving visual sequences

Text

text-to-video, scene generation, motion concepts

Image

image-to-video, camera motion, animation from still assets

Video

video editing, extension, stylization, highlight generation

Embedding

Machine-readable vectors

Text

semantic search, RAG retrieval, recommendation, clustering

Image

visual search, duplicate detection, product matching

Audio / video

multimedia retrieval, similarity matching, indexing

3D Asset

Asset files, meshes and scenes

Text

text-to-3D assets, game props, ecommerce previews

Image

image-to-3D reconstruction, object capture, mesh generation

Multi-view / video

scene reconstruction, Gaussian splat style pipelines, spatial assets

Omni-modal systems make this map less rigid, but they do not remove the need for classification. They increase the importance of describing capabilities at the API route level, because a single model name may expose several modes with different cost, latency and reliability profiles.

Tool use is an orchestration loop around the model.

Tool use, web search and computer use are important capabilities, but they do not create new model categories by themselves. In most implementations, the model emits a textual action: which tool to call, what search query to run, or where to click. External software executes that action, returns the result to the model, and the loop continues until the task is complete.

For tool use and web search, the model-side interface is usually text-to-text: the model emits JSON, arguments or search terms, then reads back textual results. Computer use is different because the model often needs to see the screen. Its input is closer to text plus image, and its output is still an action described in text.

Model operations need records beyond the provider name.

Verification is most mature for LLM-style text outputs because probes are easier to automate and compare. Teams can ask whether an endpoint claiming to be a specific model behaves like that model, whether quality has degraded, or whether hallucination and instruction-following patterns have changed. For image, audio, video and 3D outputs, testing is still possible, but objective scoring is more expensive and less standardized.

For production routing, KYREN treats taxonomy as operational metadata. A model record should distinguish provider, model name, output modality, accepted input modalities, technical family, pricing unit, interface format, aliases, compatibility notes and verification status. Without that separation, routing logic turns into provider folklore rather than infrastructure.

Operational takeaways

  • Output modality is the simplest user-facing taxonomy, but it is not the same thing as model architecture.
  • LLM should describe an autoregressive transformer language model, not every system that returns text.
  • Tool use, web search and computer use are orchestration capabilities around a model, not new model categories.
  • Model catalogs should record modality, architecture, interface, pricing unit and verification status separately.

Build model catalogs that survive real production traffic.

KYREN combines model access, pricing data, catalog intelligence, patrols and verification workflows for teams operating AI applications.