Model Reference

Stable aliases for production AI workflows

The homepage model cards are a quick overview. This reference page is for choosing the right alias, endpoint, and integration pattern.

kentwynn/reasoning

Reasoning Model

Chat, logic, automation, structured decisions, and agent workflows.

Endpoint
api.kentwynn.com/v1/chat/completions
Best for
Developer assistants, business workflow automation, tool-calling agents, and structured JSON outputs.
Guidance
Choose this alias when the application needs conversational reasoning, contextual answers, or multi-step task execution.

kentwynn/embedding

Embedding Model

Semantic vectors for search, clustering, retrieval, and document intelligence.

Endpoint
api.kentwynn.com/v1/embeddings
Best for
Semantic document search, retrieval-augmented generation, vector database indexing, and similarity matching.
Guidance
Choose this alias when the application needs to compare meaning, retrieve relevant context, or index documents for search.

Compatibility notes

Stable names

Application code should use Kent Wynn aliases instead of backend-specific model names.

Endpoint fit

Use chat-completions style requests for reasoning and embeddings requests for semantic retrieval.

Client behavior

Keep client-specific or nonstandard options in the documented request body for the route you are calling.