You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3ca13ef: Add support for deepcogito/cogito-671b-v2.1-fp8 model. Users can now use either deepcogito/cogito-671b-v2.1-fp8 (lowercase) or deepcogito/cogito-671b-v2.1-FP8 (uppercase) - both will work correctly. The model supports text generation, streaming, object generation, and tool calling.
77439af: Add support for openai/gpt-oss-120b model. Users can now use this 120B parameter open-source GPT model for text generation and tool calling. The model supports streaming and tool usage.
9514d33: Improve error message extraction from Runpod API responses. Users now see actual error messages from the API instead of generic fallbacks like "Unknown error". The error handler extracts nested JSON messages from image API errors and properly surfaces all error details.
2394ad6: Accept any model ID string and automatically derive endpoints for unknown models instead of throwing validation errors. Known models use hardcoded endpoint mappings. Added support for IBM Granite models.