Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.ai.core

Core abstractions for AI model integration. More...

Packages

package  chat
package  error
package  message
package  usage

Detailed Description

Core abstractions for AI model integration.

This package provides the foundational types and contracts for interacting with generative AI models in a provider-agnostic way. Subpackages define specific concerns such as chat operations, message structures, token usage tracking, and error handling.

Implementations for concrete providers (OpenAI, DeepSeek, etc.) depend on these abstractions to ensure a uniform API surface across the framework.